Date: Tue, 6 Jun 1995 14:20:29 +1000 From: Bruce Evans <bde@zeta.org.au> To: davidg@Root.COM, gibbs@freefall.cdrom.com Cc: fenner@parc.xerox.com, freebsd-bugs@FreeBSD.org Subject: Re: FTP install is *almost* there... Message-ID: <199506060420.OAA23067@godzilla.zeta.org.au>
next in thread | raw e-mail | index | archive | help
>>I thought it was '-1' in userconfig for auto-detect. > Either one will work in if_ed; 0 means unspecified, and -1 means auto. I >said 0 only because I was uncertain if -1 would be accepted and parsed >correctly. Erm, 0 means the clock irq. It would cause a probe conflict if the clock device was in the device tables. The driver sees (1 << irq_number), or 0 for none/unspecified/auto. Bruce
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199506060420.OAA23067>