From owner-freebsd-hackers Tue Jan 10 14:09:20 1995 Return-Path: hackers-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id OAA05322 for hackers-outgoing; Tue, 10 Jan 1995 14:09:20 -0800 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.34]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id OAA05315 for ; Tue, 10 Jan 1995 14:09:12 -0800 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id JAA25778; Wed, 11 Jan 1995 09:05:12 +1100 Date: Wed, 11 Jan 1995 09:05:12 +1100 From: Bruce Evans Message-Id: <199501102205.JAA25778@godzilla.zeta.org.au> To: dufault@hda.com, rkw@dataplex.net Subject: Re: Where is THIS file? Cc: hackers@FreeBSD.org Sender: hackers-owner@FreeBSD.org Precedence: bulk >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