PNP dependant configs in /sys/isa/pnpparse.c

2000-04-01 Thread Pierre Y. Dampure
Since revision 1.5 of the above, my kernel is giving me a "too many dependant configs (8)" when probing PNP resources. Problem is, it looks like the SoundBlaster AWE 64 Gold advertises 8 different PNP configurations (at least, that's what I got when i bumped MAXDEP to 16 and rebooted in verbose

No loopback configured

2000-04-01 Thread Jean Louis Ntakpe
Hi, I've removed all Ethernet NICs from my kernel konfiguration and used only kernel modules. No loopback device is configured. I reconfigured my kernel with at least one Ethernet NIC entry and the loopback device is back. I'm also getting kernel panic if "options BRIDGE" is

Re: Odd problem with ppp0 in -current

2000-04-01 Thread Brian Dean
Just to follow up - this has been tracked down and fixed. The recent delayed checksum code was not compatible with IPDIVERT. Thanks for the fix, Jonathan! -Brian Brian Dean wrote: The symptoms are that I cannot telnet out though my ppp0 interface. Ktrace indicates that the connect() to the

no audio with newpcm driver on TP600E

2000-04-01 Thread Kent Hauser
Hi, I'm having problems with the newpcm driver. Basically, I can't get audio from the speakers. This while trying to play a cd. The output of mixer looks reasonable. Hardware is a ThinkPad 600E. "audio" portions of the config attached along with the output of dmesg. Help would be greatly

IPSec ppp

2000-04-01 Thread Kent Hauser
Hi, I've configured my laptop to use IPSec to set up a link back to my office network. Every encapsulated packet generates an error message "cksum: out of data". The link works fine otherwise. I'm using AH+ESP over a normal PPP dialup link to my ISP. Normal internet packets do not generate

Re: no audio with newpcm driver on TP600E

2000-04-01 Thread Donn Miller
Kent Hauser wrote: I'm having problems with the newpcm driver. Basically, I can't get audio from the speakers. This while trying to play a cd. The output of mixer looks reasonable. How recently has your kernel been built? I've been running -current for a long time, and my ESS 1868 ALWAYS

PicoBSD

2000-04-01 Thread Omachonu Ogali
Ok, parts of PicoBSD are finally working again. I've managed to get dial, isp, and net working again. The only ones left to check out are bridge and install, I'm not sure about router, does that still exist or was that replaced by bridge? Bridge is too big to fit on a floppy so I'm working on

Re: no audio with newpcm driver on TP600E

2000-04-01 Thread Cameron Grant
# For PnP/PCI sound cards #device pcm #device sbc #device csa # For non-PnP cards: device pcm0 at isa? irq 10 drq 1 flags 0x0 device sbc0 at isa? port 0x220 irq 5 drq 1 flags 0x15 device csa device gusc0 at isa? port 0x220 irq 5 drq 1 flags 0x13 this is wrong. try: options PNPBIOS

Re: 'machine/param.h' required for 'sys/socket.h'

2000-04-01 Thread Yoshinobu Inoue
I created the patches. It become a little bit more complicated than I expected, to avoid duplicated inclusion independently in each of namespace polluted part and non polluted part. Now I don't like this for a quick fix :-). It is more complicated than a correct fix. I think it

Re: 75 second delay using telnet/ssh (ipv6 related)

2000-04-01 Thread Yoshinobu Inoue
Hi, This is kind of weird, so I want to see if anyone else has noticed this or has a solution to it. If I use telnet or ssh (there might be more programs, but I have only noticed these two so far), and supply a hostname to it, my machine is constantly requesting records, and

Re: Deadlock with vinum raid5

2000-04-01 Thread Bernd Walter
On Fri, Mar 31, 2000 at 09:25:44PM +0200, Vallo Kallaste wrote: Hi I have four (4) ATA disks, all same new 20GB IBM 7200rpm models. Intel Seattle BX2 mobo, PIIX4 controller. I'm not expecting any performance increase or such, simply want to get my hands on. Ata driver, as the -current

Re: Deadlock with vinum raid5

2000-04-01 Thread Bernd Walter
On Sat, Apr 01, 2000 at 09:11:40AM +0930, Greg Lehey wrote: On Friday, 31 March 2000 at 21:32:22 +0200, Søren Schmidt wrote: Yup, Greg and I know of this problem, it also happens with the wd driver and with CAM, so the problem is probably not the driver. I'm investigating this right now,

'make world' fails

2000-04-01 Thread Patrick Mau
Hi all, the subject says it all. It fails with the follwing messages: === libssh cd /usr/src/gnu/lib/libgcc; make depend; make all; make install echo '#include i386/xm-i386.h' config.h echo '#include "gansidecl.h"'tconfig.h echo '#include xm-freebsd.h'

Re: Deadlock with vinum raid5

2000-04-01 Thread Bernd Walter
On Sun, Apr 02, 2000 at 01:15:39AM +0200, Bernd Walter wrote: Greg - I'm using vinums raid5 code since months now for FreeBSDs CVS-Tree on 7x 200M disks - it does not hang for me since a long time. The latest current I tested R5 well is from 19th March on alpha. That's shortly before PHKs

Re: 'make world' fails

2000-04-01 Thread Will Andrews
On Sun, Apr 02, 2000 at 01:39:15AM +0200, Patrick Mau wrote: Hi all, the subject says it all. It fails with the follwing messages: === libssh cd /usr/src/gnu/lib/libgcc; make depend; make all; make install echo '#include i386/xm-i386.h' config.h echo '#include "gansidecl.h"'

Re: FreeBSD random I/O performance issues

2000-04-01 Thread Matthew Dillon
I've committed an 80% fix for the random seek / write performance issue. The rest of the fix will come later when Kirk commits his shared-lock-buffer-cache idea. I've committed it into -current and will MFC it into -stable in a week if there aren't any problems. I do

kernel build broken without INET6

2000-04-01 Thread Chris Piazza
Patch included... Index: in_pcb.c === RCS file: /home/ncvs/src/sys/netinet/in_pcb.c,v retrieving revision 1.61 diff -u -r1.61 in_pcb.c --- in_pcb.c2000/04/01 22:35:43 1.61 +++ in_pcb.c2000/04/02 03:14:15 @@ -153,10

Re: 75 second delay using telnet/ssh (ipv6 related)

2000-04-01 Thread Chris Piazza
On Sun, Apr 02, 2000 at 07:55:51AM +0900, Yoshinobu Inoue wrote: Sorry for the inconvenience and I'll try the fix. Sorry to be late, but I tried resolver fix and it seems to work. This should remove such 75 seconds delay in apps which use getaddrinfo(). Please review and try this

Re: kernel build broken without INET6

2000-04-01 Thread Yoshinobu Inoue
Patch included... Sorry for it and thanks for the patch. I'll committ the fix. Yoshinobu Inoue To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: 75 second delay using telnet/ssh (ipv6 related)

2000-04-01 Thread Yoshinobu Inoue
Sorry for the inconvenience and I'll try the fix. Sorry to be late, but I tried resolver fix and it seems to work. This should remove such 75 seconds delay in apps which use getaddrinfo(). Please review and try this patches. I applied it and am running with it now, but I can't

Re: JetDirect 500X and FreeBSD

2000-04-01 Thread Kenneth D. Merry
On Sun, Apr 02, 2000 at 13:52:12 +1000, Andrew MacIntyre wrote: On Fri, 31 Mar 2000, Jeremiah Gowdy wrote: Does anyone have any experiance or information about using HP JetDirect 500X Printer Hubs with FreeBSD ? This is mission critical for my company, so any information greatly

Re: IPSec ppp

2000-04-01 Thread Yoshinobu Inoue
Hi, Hi, I've configured my laptop to use IPSec to set up a link back to my office network. Every encapsulated packet generates an error message "cksum: out of data". The link works fine otherwise. I'm using AH+ESP over a normal PPP dialup link to my ISP. Normal internet packets do not

Re: JetDirect 500X and FreeBSD

2000-04-01 Thread Andrew MacIntyre
On Fri, 31 Mar 2000, Jeremiah Gowdy wrote: Does anyone have any experiance or information about using HP JetDirect 500X Printer Hubs with FreeBSD ? This is mission critical for my company, so any information greatly appriciated. These things have an LPD server built in IIRC, so your could