Re: cvs commit: src/sys/sys select.h

2000-08-06 Thread Nickolay Dudorov
In article [EMAIL PROTECTED] you wrote: green 2000/08/05 19:14:53 PDT Modified files: sys/sys select.h Log: None of select.h needs to be exposed to !_KERNEL. But 'src/lib/lib/libkvm/libkvm_proc.c' does '#include sys/tty.h' which in turn has the line:

Re: Kernel build failing in ip6_input.c

2000-08-06 Thread yoshiaki
From: attila! [EMAIL PROTECTED] Date: Sun, 6 Aug 2000 04:50:06 GMT on Sat, 5 Aug 2000 20:49:21 -0300 (ADT), Brandon Hume [EMAIL PROTECTED] wrote: I went about a week without updating my source tree, but yesterday when I went to build a kernel (and day), I get the following:

Intel 815E chipset ATA100 tester wanted!!

2000-08-06 Thread Soren Schmidt
Well subject says it all, anybody with such a beast also called ICH2 which is currently unsupported in -current You need to have the 815E chipset and an ATA100 capable disk to test out the code in question here.. Oh, and this _might_ cause trouble, so you have been warned :) Thanks! -Søren

Failure build libkvm

2000-08-06 Thread George W. Dinolt
Quick report: I saw a failure building libkvm while trying to do a build world using sources cvsuped aound 1.00 A.M. Pacific Daylight Time (U.S.) Sunday, Aug 6. The error messages I saw were cc -O -pipe -DLIBC_SCCS -I/usr/src/lib/libkvm/../../sys -I/usr/obj/usr/src/i386/usr/include -c

Re: cvs commit: src/sys/sys select.h

2000-08-06 Thread Brian Fundakowski Feldman
On Sun, 6 Aug 2000, Nickolay Dudorov wrote: In article [EMAIL PROTECTED] you wrote: green 2000/08/05 19:14:53 PDT Modified files: sys/sys select.h Log: None of select.h needs to be exposed to !_KERNEL. But 'src/lib/lib/libkvm/libkvm_proc.c'

[Neomagic] newpcm problems under current

2000-08-06 Thread Ollivier Robert
FreeBSD sidhe.freenix.org 5.0-CURRENT FreeBSD 5.0-CURRENT #19: Thu Aug 3 19:19:36 CEST 2000 roberto@sidhe:/src/src/sys/compile/nSIDHE i386 FreeBSD Audio Driver (newpcm) Aug 3 2000 17:03:04 Installed devices: pcm0: NeoMagic 256AV at memory 0xfe00, 0xfea0 irq 9 (1p/1r channels

CFR: apm obtain per battery information

2000-08-06 Thread Hajimu UMEMOTO
Hi, I added output of per battery information to apm(1). To obtain this information safely, I propose new ioctl APMIO_GETPWSTATUS. http://www.imasy.or.jp/~ume/FreeBSD/apm-pwstatus.diff If there is no objection, I'll commit this next week end. Thanks, -- Hajimu UMEMOTO @ Internet Mutual

HEADS UP! experimental ATA100 added..

2000-08-06 Thread Soren Schmidt
I've just committed support for the following ATA100 controllers: Promise Ultra100 / Fasttrak100 HighPoint HPT370 controllers (fx Abit KA7-100 onboard ctrl, Abit HotRod 100) Intel ICH2 (Intel 815E based motherboards) So far I can read 90MB/s on the Promise and the HPT370. I can write 64MB/s on

vga0, atkbdc0, fdc0 attaching to ISA bus?

2000-08-06 Thread Donn Miller
Anyone know why these devices want to attach to the ISA bus on a primarily PCI bus machine? My MoBo is an Asus SP97-V, which has a mixture of ISA and PCI slots. I was wondering maybe if even machines that have all PCI slots, that there's still an internal ISA bus? Check out my dmesg.

Breakage in emu10k1.c ver 1.13?

2000-08-06 Thread Frank Mayhar
I saw Cameron's checkin and decided to try it out; I update to that version of emu10k1.c, tried to build and got an undefined for "CCR_READADDRESS." Grepping around, it doesn't seem to be defined anywhere; I would expect to find it in gnu/dev/sound/pci/emu10k1.h but no joy. There _is_ a

Re: vga0, atkbdc0, fdc0 attaching to ISA bus?

2000-08-06 Thread Brandon D. Valentine
On Sun, 6 Aug 2000, Donn Miller wrote: Anyone know why these devices want to attach to the ISA bus on a primarily PCI bus machine? My MoBo is an Asus SP97-V, which has a mixture of ISA and PCI slots. I was wondering maybe if even machines that have all PCI slots, that there's still an internal

Re: [Neomagic] newpcm problems under current

2000-08-06 Thread Cameron Grant
The first time I run mpg123, it does nothing (that is, no sound is emitted) and afterwards, /dev/dsp can't be opened at all... Any idea ? this is a known problem. it seems the neomagic driver never worked right, so when newpcm became dependant on interrupts it ceased functioning. now we

Re: Will the urio dev make it to -stable?

2000-08-06 Thread Nick Hibma
Due to lack of time and other priorities I've not had a good look at the driver for problems. I think that the initial submitter has a more recent version available and that one should be tested. The NetBSD version is also different and I need to look at what that one does. Also, a patch to the

Re: [Neomagic] newpcm problems under current

2000-08-06 Thread Ollivier Robert
According to Cameron Grant: this is a known problem. it seems the neomagic driver never worked right, Well, it used to work :) so when newpcm became dependant on interrupts it ceased functioning. now we trap the lack of irqs and disable the channel and emit a warning to the console. I do

Re: [Neomagic] newpcm problems under current

2000-08-06 Thread Cameron Grant
According to Cameron Grant: this is a known problem. it seems the neomagic driver never worked right, Well, it used to work :) it used to *appear* to work. so when newpcm became dependant on interrupts it ceased functioning. now we trap the lack of irqs and disable the channel and emit

Re: vga0, atkbdc0, fdc0 attaching to ISA bus?

2000-08-06 Thread Mike Muir
"Brandon D. Valentine" wrote: On Sun, 6 Aug 2000, Donn Miller wrote: Anyone know why these devices want to attach to the ISA bus on a primarily PCI bus machine? My MoBo is an Asus SP97-V, which has a mixture of ISA and PCI slots. I was wondering maybe if even machines that have all PCI

Re: if_tun.ko seems broken

2000-08-06 Thread Brian Somers
Sorry for the delay (I've been away for 2 weeks). As Ben pointed out, the act of opening the /dev device is the key - specifically, the if_attach() called from tuncreate() called from tunopen() does some permanent damage^Wgood. I don't think ifconfig really has a chance of doing the right

Re: cvs commit: src/sys/sys select.h

2000-08-06 Thread Warner Losh
In message [EMAIL PROTECTED] Brian Fundakowski Feldman writes: : I knew something like this would happen and we'd catch some improperly : written software. Thanks :) No offense, but if you knew this was going to happen, why didn't you do a make buildworld first? Warner To Unsubscribe: send

Re: vga0, atkbdc0, fdc0 attaching to ISA bus?

2000-08-06 Thread Warner Losh
In message [EMAIL PROTECTED] "Brandon D. Valentine" writes: : I've got a machine with an Abit SL6 w/ AGP/PCI/CNR onboard, but no ISA : slots, and it still has an ISA to PCI bridge built in. Some of the : devices still register with the kernel on the ISA bus, even though they : are quite

Re: vga0, atkbdc0, fdc0 attaching to ISA bus?

2000-08-06 Thread Warner Losh
In message [EMAIL PROTECTED] Warner Losh writes: : The reason you have a ISA to PCI bridge still is that the serial : ports, parallel ports, floppy, keyboard and mouse devices still live : on the ISA bus. They aren't full PCI nodes just yet in most hardware : designs (I've yet to see a floppy,

Re: cvs commit: src/sys/sys select.h

2000-08-06 Thread Brian Fundakowski Feldman
On Sun, 6 Aug 2000, Warner Losh wrote: In message [EMAIL PROTECTED] Brian Fundakowski Feldman writes: : I knew something like this would happen and we'd catch some improperly : written software. Thanks :) No offense, but if you knew this was going to happen, why didn't you do a make

Re: cvs commit: src/sys/sys select.h

2000-08-06 Thread Warner Losh
In message [EMAIL PROTECTED] Brian Fundakowski Feldman writes: : There are only three choices. One is to break some of the software. : Another is to break some other amount of the software. The other is : to make our headers even more totally horrid than they are now, but : still tenuously

Re: vga0, atkbdc0, fdc0 attaching to ISA bus?

2000-08-06 Thread Brandon D. Valentine
On Sun, 6 Aug 2000, Warner Losh wrote: In message [EMAIL PROTECTED] Warner Losh writes: : The reason you have a ISA to PCI bridge still is that the serial : ports, parallel ports, floppy, keyboard and mouse devices still live : on the ISA bus. They aren't full PCI nodes just yet in most

Re: vga0, atkbdc0, fdc0 attaching to ISA bus?

2000-08-06 Thread Brandon D. Valentine
On Mon, 7 Aug 2000, Brandon D. Valentine wrote: Well, I understand that, my question is, why are true PCI devices like video controllers still shown as being on isa0 by the kernel? I wanted an explanation of that. That's what doesn't make sense to me. Perhaps there's a valid PC/AT hardware

Re: vga0, atkbdc0, fdc0 attaching to ISA bus?

2000-08-06 Thread Kazutaka YOKOTA
On Sun, 6 Aug 2000, Warner Losh wrote: In message [EMAIL PROTECTED] Warner Losh writes: : The reason you have a ISA to PCI bridge still is that the serial : ports, parallel ports, floppy, keyboard and mouse devices still live : on the ISA bus. They aren't full PCI nodes just yet in most

Re: vga0, atkbdc0, fdc0 attaching to ISA bus?

2000-08-06 Thread Brandon D. Valentine
On Mon, 7 Aug 2000, Kazutaka YOKOTA wrote: recognized to be on the ISA bus. But, the reality is that the PCI video card is a half-PCI and half-ISA device... Thank you, Kazu. That sucks, but at least it makes sense now. Brandon D. Valentine -- bandix at looksharp.net | bandix at

Re: vga0, atkbdc0, fdc0 attaching to ISA bus?

2000-08-06 Thread Warner Losh
: Well, I understand that, my question is, why are true PCI devices like : video controllers still shown as being on isa0 by the kernel? Yokota-san's answer is correct here, which I've not repeated. however, atkbdc0 is a isa device as is fdc0. For some drivers it is easier to hack a pci front

nullfs patch

2000-08-06 Thread Ustimenko Semen
Hi! Here is a patch, it seems it fix some bugs in nullfs. At least i was able to make kernel on nullfs mounted filesystem. All results are welcome! Good luck! patch