Date: Wed, 11 Jan 1995 09:05:12 +1100 From: Bruce Evans <bde@zeta.org.au> To: dufault@hda.com, rkw@dataplex.net Cc: hackers@FreeBSD.org Subject: Re: Where is THIS file? Message-ID: <199501102205.JAA25778@godzilla.zeta.org.au>
next in thread | raw e-mail | index | archive | help
>Do new ISA devices get handled without doing a config, while new general >devices don't? No, conf.c has to know about everything, and the only way that it can know if a new device foo is configured is to include foo.h. >For now you can just create one in your /sys/compile/MYNAME >directory with this in it: >> #define NSSC 0 >and it will get recreated when you config. >Someone can tell me if I did something wrong. You didn't complain enough about the bugs in config that cause it to do more than this :-). Bruce
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199501102205.JAA25778>