Date: Tue, 10 Jan 1995 06:48:37 -0500 (EST) From: Peter Dufault <dufault@hda.com> To: rkw@dataplex.net (Richard Wackerbarth) Cc: hackers@FreeBSD.org Subject: Re: Where is THIS file? Message-ID: <199501101148.GAA07568@hda.com> In-Reply-To: <v02110100ab37bceae8cf@[199.183.109.242]> from "Richard Wackerbarth" at Jan 9, 95 10:27:02 pm
next in thread | previous in thread | raw e-mail | index | archive | help
Richard Wackerbarth writes: > > DKERNEL -Di386 -DLOAD_ADDRESS=0xF0100000 ../../i386/i386/conf.c > .../../i386/i386/conf.c:658: ssc.h: No such file or directory > *** Error code 1 > That will show up when you config the kernel. It is a new general optional device that is added in /sys/conf/files: > scsi/ssc.c optional ssc Do new ISA devices get handled without doing a config, while new general devices don't? 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. Peter -- Peter Dufault Real Time Machine Control and Simulation HD Associates, Inc. Voice: 508 433 6936 dufault@hda.com Fax: 508 433 5267 -- Formerly hd@world.std.com. E-mail problems? Tell hdslip@iii.net
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199501101148.GAA07568>