Subject: Return of "D'oh"
To: None <current-users@sun-lamp.cs.berkeley.edu>
From: Source Librarian <src@bsg.bsginc.com>
List: current-users
Date: 08/01/1994 10:00:44
I'm back. Thanks for all the input about my problems with tcsh and telnet from
HPUX (gack). I put in -k in inetd.conf, and all is well. Thanks.

Our little test -current machine is running pretty well -- it hasn't crashed
once. However, we are getting some ominous messages in our syslog file
(/var/log/messages). Once in a while, the aha driver tells us:

Aug  1 08:45:19 news /netbsd: aha0: DMA beyond end of ISA

We first thought it had to do with us having 20mb of RAM in the machine, so
we pulled 4mb out to make it 16mb, but we're still getting the message. We
then tried recompiling the kernel with other options, and it happened again
this morning. Is this a serious problem?

BTW, thanks for all the help... -Henry (src@bsginc.com)

Now the bio....

Our machine: Dell 450/MX, 16mb RAM, Adaptec-1542, NE2000, Quantum 525mb,
             Maxtor P1-17S (1.4gig).

NetBSD:      1.0 Beta (7/24 kernel w/ 7/13 userland binaries)

our config file:

machine		"i386"
cpu		"I486_CPU"
cpu		"I586_CPU"
ident		BSGAHA
timezone	6 dst
maxusers	20
options		SWAPPAGER,VNODEPAGER,DEVPAGER
options		FFS
options		INET,NFSCLIENT,NFSSERVER
options		"COMPAT_43"
options		"TCP_COMPAT_42"
options		XSERVER,UCONSOLE
options		MSDOSFS
options		GATEWAY
options		KERNFS
options		SCSI
options		"COMPAT_NOMID"
options		"COMPAT_09"
options		"MACHINE_NONCONTIG"
options		SYSVMSG,SYSVSEM
options		SYSVSHM
options		FIFO
options		MFS

config		netbsd	root on sd0 swap on sd0

controller	isa0

device		pc0	at isa? port "IO_KBD" irq 1
device		com0	at isa? port "IO_COM1" irq 4
device		com1	at isa? port "IO_COM2" irq 3
device		com2	at isa? port "IO_COM3" irq 5

device		lpt0	at isa? port "IO_LPT1" irq 7
device		lpt1	at isa? port "IO_LPT2"
device		lpt2	at isa? port "IO_LPT3"

controller	wdc0	at isa? port "IO_WD1" irq 14
disk		wd0	at wdc0 drive ?
disk		wd1	at wdc0 drive ?

controller	fdc0	at isa? port "IO_FD1" irq 6 drq 2
disk		fd0	at fdc0 drive ?
disk		fd1	at fdc0 drive ?

controller	aha0	at isa? port "IO_AHA0" irq 11 drq 5
master		scsibus0 at aha0
disk		sd0	at scsibus0 slave ?
disk		sd1	at scsibus0 slave ?
disk		sd2	at scsibus0 slave ?
disk		sd3	at scsibus0 slave ?
tape		st0	at scsibus0 slave ?
tape		st1	at scsibus0 slave ?
disk		cd0	at scsibus0 slave ?
disk		cd1	at scsibus0 slave ?

controller	ahb0	at isa? irq 11
master		scsibus1 at ahb0
disk		sd0	at scsibus1 slave ?
disk		sd1	at scsibus1 slave ?
disk		sd2	at scsibus1 slave ?
disk		sd3	at scsibus1 slave ?
tape		st0	at scsibus1 slave ?
tape		st1	at scsibus1 slave ?
disk		cd0	at scsibus1 slave ?
disk		cd1	at scsibus1 slave ?

controller	aic0	at isa? port 0x340 irq 11 drq 6
master		scsibus3 at aic0
disk		sd0	at scsibus3 slave ?
disk		sd1	at scsibus3 slave ?
disk		sd2	at scsibus3 slave ?
disk		sd3	at scsibus3 slave ?
tape		st0	at scsibus3 slave ?
tape		st1	at scsibus3 slave ?
disk		cd0	at scsibus3 slave ?
disk		cd1	at scsibus3 slave ?

device ed0 at isa? port 0x300 irq 9 iomem 0xd0000 vector edintr

device		npx0	at isa? port "IO_NPX" irq 13

pseudo-device	ether
pseudo-device	log
pseudo-device	loop
pseudo-device	pty	32
pseudo-device	sl	1
pseudo-device	speaker



------------------------------------------------------------------------------