Warner Losh wrote:
>
> In message <[EMAIL PROTECTED]> Doug Ambrisko writes:
> : Well this is what I'm doing with the Aironet stuff. I have a script
> : to flip between modes until it sync's up. I bought the PCMCIA ISA
> : adapter for $25 from a local surplus place.
>
> Does this mean that the
At 06:28 PM 12/6/2000 -0800, John Baldwin wrote:
>On 07-Dec-00 John Baldwin wrote:
>>
>> On 07-Dec-00 Manfred Antar wrote:
>>>
>>>
>>> I've been trying to build a current kernel from current sources for a day
>>> now
>>> and I keep getting this:
>>
>> I'm looking at this. My initial guess is
On Tue, Dec 05, 2000 at 01:46:51PM -0700, Warner Losh wrote:
> In message <[EMAIL PROTECTED]> Doug Ambrisko writes:
> : BTW I saw ADDTRON http://www.addtron.com/ has a base station for around
> : $220 that can do 128 bit encryption, has an antenna and is Web administered.
> : I haven't used it but
There is definately a trend to lower prices. I just found this. A new intel Intel
PRO/Wireless 2011 LAN access point and two pcmcia cards for $699. The access point
sounds interesting. I personally would like to use it as a repeater and network
bridge.
http://www.intel.com/network/products/wi
> Mike Smith wrote:
>
> > > Do we support any of the PNA 2.0 cards (10 Mb net over telephone line)? E.G.
> > > 3com 3c410, or D-Link DHN-520?
> >
> > No; as far as I'm aware they're all using the Broadcom MAC, and Broadcom
> > refuse to give us documentation.
>
> I don't know whether their chips
On 07-Dec-00 John Baldwin wrote:
>
> On 07-Dec-00 Manfred Antar wrote:
>>
>>
>> I've been trying to build a current kernel from current sources for a day
>> now
>> and I keep getting this:
>
> I'm looking at this. My initial guess is maybe a gcc bug, as mtx_exit()
> compiles in dozens of oth
On Wed, Dec 06, 2000 at 06:13:50PM -0800, Manfred Antar wrote:
# At 05:49 PM 12/6/2000 -0800, you wrote:
#
# >I'm looking at this. My initial guess is maybe a gcc bug, as mtx_exit()
# >compiles in dozens of other places just fine (and has for months now).
#
# Yes
# It's a different kind of erro
At 05:49 PM 12/6/2000 -0800, you wrote:
>On 07-Dec-00 Manfred Antar wrote:
>>
>>
>> I've been trying to build a current kernel from current sources for a day now
>> and I keep getting this:
>
>I'm looking at this. My initial guess is maybe a gcc bug, as mtx_exit()
>compiles in dozens of other
On Wed, 6 Dec 2000, John Baldwin wrote:
>
> On 07-Dec-00 Manfred Antar wrote:
> >
> >
> > I've been trying to build a current kernel from current sources for a day now
> > and I keep getting this:
>
> I'm looking at this. My initial guess is maybe a gcc bug, as mtx_exit()
> compiles in dozen
On 07-Dec-00 Manfred Antar wrote:
>
>
> I've been trying to build a current kernel from current sources for a day now
> and I keep getting this:
I'm looking at this. My initial guess is maybe a gcc bug, as mtx_exit()
compiles in dozens of other places just fine (and has for months now).
--
On Wednesday, 6 December 2000 at 17:37:14 -0600, Michael Harnois wrote:
> Just checking in ... I haven't had one of these random hangs in the
> last week or so. Anyone else?
Yup. My freshly installed machine has hung up again. Completely
dead, apparently during a make world.
Greg
--
Finger [E
I've been trying to build a current kernel from current sources for a day now
and I keep getting this:
cc -c -x assembler-with-cpp -DLOCORE -O -Wall -Wredundant-decls -Wnested-externs
-Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual
-fformat-extensions -ansi -g
Builds are failing for SMP kernels with sources CVSup'd a couple
of hours ago using the GENERIC config file with the following diffs.
Index: GENERIC
===
RCS file: /home/ncvs/src/sys/i386/conf/GENERIC,v
retrieving revision 1.291
diff
Actually... I just noticed that my hanging machine had been
up for 5 days. I started it doing 'make -j8 world' in a
continual loop a couple hours ago before leaving work... I'll
see tomorrow.
-Steve
On Wed, Dec 06, 2000 at 05:37:14PM -0600, Michael Harnois wrote:
> Just checking in ... I haven't
On Wed, Dec 06, 2000 at 05:28:28PM +0900, Tatsumi Hosokawa scribbled:
| I've ported Multilingual sysinstall to -current. I put the latest
| source and binaries (Japanese/Englush only) is at
| http://people.freebsd.org/~hosokawa/boot-ja/5.0-CURRENT/release-20001206-1/
| (please note tha
> >I should have mentioned; you can probably also avoid it by letting your
> >BIOS give the USB controller an IRQ, since it'll almost certainly also
> >perform whatever initialisation the driver is currently missing out on.
>
> Right, that is what I did once I realized that this particular comm
In message <[EMAIL PROTECTED]> Wilko Bulte writes:
: > You seem to be working from the assumption that people who understand
: > English can't understand any other language.
:
: The reverse is generally true: native speakers of the English/American
: language often don't understand any other lang
In message <[EMAIL PROTECTED]>, Mike Smith writes:
>> >
>> > In my bios I have PnPOS=NO, USB-IRQ=Disabled.
>> >
>> > The commit below results in a PCI interrupt storm and a terminally
>> > wedged system right after interrupts are enabled.
>>
>> This would be a bug in the UHCI or OHCI driver the
> >
> > In my bios I have PnPOS=NO, USB-IRQ=Disabled.
> >
> > The commit below results in a PCI interrupt storm and a terminally
> > wedged system right after interrupts are enabled.
>
> This would be a bug in the UHCI or OHCI driver then. You can avoid it by
> not running the driver.
I shou
Just checking in ... I haven't had one of these random hangs in the
last week or so. Anyone else?
--
Michael D. Harnois, Redeemer Lutheran Church, Washburn, IA
[EMAIL PROTECTED] [EMAIL PROTECTED]
No man knows how bad he is
till he has tried very hard to be good. -- C.S.
>
> In my bios I have PnPOS=NO, USB-IRQ=Disabled.
>
> The commit below results in a PCI interrupt storm and a terminally
> wedged system right after interrupts are enabled.
This would be a bug in the UHCI or OHCI driver then. You can avoid it by
not running the driver.
> Poul-Henning
>
> |
In my bios I have PnPOS=NO, USB-IRQ=Disabled.
The commit below results in a PCI interrupt storm and a terminally
wedged system right after interrupts are enabled.
Poul-Henning
| nsayer 2000/12/03 09:07:24 PST
|
| Modified files:
| sys/pci ohci_pci.c uhci_pci.c
| Log:
> For trivial cases, the simplest solution would be to just remove
> /compat/linux/usr/bin/ldd and have our native ldd do the work. If
> something depends on the switches, this won't work.
At http://huizen.dds.nl/~frodol/glibc/problems.html it says:
* ldd gives real strange output, sometime
Mike Smith wrote:
> > Do we support any of the PNA 2.0 cards (10 Mb net over telephone line)? E.G.
> > 3com 3c410, or D-Link DHN-520?
>
> No; as far as I'm aware they're all using the Broadcom MAC, and Broadcom
> refuse to give us documentation.
I don't know whether their chips support version 2
With
# ctm -b /cvs cvs-cur.6925.gz
I get
FR: /cvs/CVSROOT/history md5 mismatch.
cvs-cur.6925.gz Fatal error: Corrupt patch.
Expected "\n" but didn't find it {20}.
ctm: exit(96)
Anybody like to comment?
--
The views expressed above are not those of PGS Tensor.
"We've heard th
> Do we support any of the PNA 2.0 cards (10 Mb net over telephone line)? E.G.
> 3com 3c410, or D-Link DHN-520?
No; as far as I'm aware they're all using the Broadcom MAC, and Broadcom
refuse to give us documentation.
--
... every activity meets with opposition, everyone who acts has his
rival
Do we support any of the PNA 2.0 cards (10 Mb net over telephone line)? E.G.
3com 3c410, or D-Link DHN-520?
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
> No, KSE has paid developers working on it. When was the last cycle spent
> on libh?
I'm glad you brought that up - I've been trying to find more things
for you to do. I'll bring it up during the engineering staff meeting
today. ;-)
- Jordan
To Unsubscribe: send mail to [EMAIL PROTECTED]
wi
My feeling on this is that sysinstall is (and always has been :-) at
the end of its life and adding multi-lingual capabilities to it is a
reasonable part of its retirement. The libh project is promising but
suffers from a lack of volunteers, volunteers who aren't working on
sysinstall either so I
On Wed, Dec 06, 2000 at 01:03:29PM -0500, Trevor Johnson wrote:
> > People who run -CURRENT should be able to read and write English to
> > understand the code comments, report bugs, and post to the lists in English.
>
> > "If you don't know what to do with -CURRENT, don't install it."
>
> You s
±ñÉ¿íB
ËRÌ[Å·ÝܹñB
ܽÔáÁÄd¡µÄ[ªÍ¢½ûA{ɲßñȳ¢B
²»¡ÌÈ¢ûÍA[¨lÑ\µã°Ü·ÆÆàÉA
¨èÅ·ªA±ÌÜÜíµÄº³é椨è¢\µã°Ü·B
ü¡AXJp[`
[i[ÌNX}Xv[gÀ{I
IÅP¼lÉXJCp[tF
> People who run -CURRENT should be able to read and write English to
> understand the code comments, report bugs, and post to the lists in English.
> "If you don't know what to do with -CURRENT, don't install it."
You seem to be working from the assumption that people who understand
English can
> "TH" == Tatsumi Hosokawa <[EMAIL PROTECTED]> writes:
TH> Multilingual sysinstall project started when FreeBSD is 2.0.5, and
TH> maintained in PAO-like style, but it's very larger patch than PAO
TH> (especially, it replaces almost all messages in
TH> release/sysinstall/menus.
On Wed, Dec 06, 2000 at 02:30:21AM -0800, Alfred Perlstein wrote:
> magnitude better than internationalized sysinstall, but at the
> current time libh is as much vapourware as KSEs are.
No, KSE has paid developers working on it. When was the last cycle spent
on libh?
To Unsubscribe: send mail
I got this one this time.
Val
cc -c -O -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes
-Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi
-nostdinc -I- -I. -I../.. -I../../../include
-I../../contrib/dev/acpica/Subsystem/Include -D_KERNEL -in
At Wed, 06 Dec 2000 20:25:30 +0900,
Kazutaka YOKOTA <[EMAIL PROTECTED]> wrote:
>
> >As we wait for libh development, I do not think we should exert
> >efforts to try for another solution. This tends to allow for
> >slack in further development of better products.
> >A good example would be a pro
Hi,
the ATM stuff in /sys/dev/h{e,f}a and /sys/netatm seems to be seriously
broken in current. A simple 'atm show config' command leads to a kernel
panic. I have tracked down the problem (and had to learn, that bzero is a
function pointer rather than a function on i386).
I cannot track, how the
Hi!
On Tue, 5 Dec 2000, David O'Brien wrote:
> On Tue, Dec 05, 2000 at 11:06:12AM +0300, Hostas Red wrote:
> > I have a following problem in making world for some time already:
> ...
> > Any suggestions?
>
> rm -rf /usr/obj/*
> cd /usr/src && make cleandir
> update your /usr/src and try again
>As we wait for libh development, I do not think we should exert
>efforts to try for another solution. This tends to allow for
>slack in further development of better products.
>A good example would be a proposal by Alfred Pernstein to slightly
>modify RELENG_4 SMP for the duration of SMPNG deve
| > | source and binaries (Japanese/Englush only) is at
| > | http://people.freebsd.org/~hosokawa/boot-ja/5.0-CURRENT/release-20001206-1/
| > | (please note that non-English docuemnt files are based on 4.2-RELEASE)
| > |
| > | Currently, this implementation supports Japanese, Korean
e.freebsd.org/~hosokawa/boot-ja/5.0-CURRENT/release-20001206-1/
> | (please note that non-English docuemnt files are based on 4.2-RELEASE)
> |
> | Currently, this implementation supports Japanese, Korean, Traditional
> | Chinese, and Russian. The status of translation work is:
>
On Wed, Dec 06, 2000 at 05:28:28PM +0900, Tatsumi Hosokawa scribbled:
| I've ported Multilingual sysinstall to -current. I put the latest
| source and binaries (Japanese/Englush only) is at
| http://people.freebsd.org/~hosokawa/boot-ja/5.0-CURRENT/release-20001206-1/
| (please note tha
Hi!
I've ported Multilingual sysinstall to -current. I put the latest
source and binaries (Japanese/Englush only) is at
http://people.freebsd.org/~hosokawa/boot-ja/5.0-CURRENT/release-20001206-1/
(please note that non-English docuemnt files are based on 4.2-RELEASE)
Currently,
43 matches
Mail list logo