Date: Fri, 16 Apr 1999 19:49:32 -0500 From: Chris Csanady <cc@137.org> To: Peter Wemm <peter@netplex.com.au> Cc: current@freebsd.org Subject: Re: HEADS UP!!!! Important instructions for -current users! Message-ID: <19990417004932.9B981121@friley-185-205.res.iastate.edu> In-Reply-To: Your message of "Sat, 17 Apr 1999 05:30:41 %2B0800." <19990416213043.95C7B1F69@spinner.netplex.com.au>
next in thread | previous in thread | raw e-mail | index | archive | help
>As of a few minutes ago, a minimal set of changes to bring the so-called >'new-bus' functionality to the i386 kernel in -current. This seems to have broken disk wiring for me. Is there some necessary change in syntax that I am not aware of? I have the following scsi related stuff in my config file.. controller ahc0 controller ncr0 controller ncr1 controller scbus0 at ahc0 controller scbus1 at ncr0 controller scbus2 at ncr1 device da0 device cd0 device pass0 disk da0 at scbus2 target 0 disk da1 at scbus2 target 1 disk da2 at scbus1 target 2 ..and when I try to build a kernel, it fails. Also, for some reason I seem to need both the ncr0 and ncr1 or config complains. These are the error messages I get: cc -c -O2 -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include -DKERNEL -DVM_STACK -include opt_global.h -elf ioconf.c ioconf.c:111: warning: `da0_count' redefined ioconf.c:100: warning: this is the location of the previous definition ioconf.c:107: redefinition of `da0_resources' ioconf.c:98: `da0_resources' previously defined here Any ideas what the problem may be? In any case, it is very nice to see new-bus being integrated. I have been awaiting loadable PCI drivers for some time. :) Great work.. Thanks, Chris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990417004932.9B981121>