From owner-freebsd-hackers Thu Apr 13 10:25:11 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA21633 for hackers-outgoing; Thu, 13 Apr 1995 10:25:11 -0700 Received: from hda.com (hda.com [199.232.40.182]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id KAA21626 for ; Thu, 13 Apr 1995 10:25:08 -0700 Received: (dufault@localhost) by hda.com (8.6.9/8.3) id NAA08113; Thu, 13 Apr 1995 13:24:26 -0400 From: Peter Dufault Message-Id: <199504131724.NAA08113@hda.com> Subject: Re: config problems To: agl@redline.ru (Anthony Graphics) Date: Thu, 13 Apr 1995 13:24:26 -0400 (EDT) Cc: freebsd-hackers@FreeBSD.org In-Reply-To: from "Anthony Graphics" at Apr 13, 95 04:58:00 pm X-Mailer: ELM [version 2.4 PL24] Content-Type: text Content-Length: 1181 Sender: hackers-owner@FreeBSD.org Precedence: bulk Anthony Graphics writes: > > Hi guys! > What options should be given in the /sys/conf/i386/SYSTEMNAME > in order to compile in SCSI symbols in ioconf.c ? > I said 'config GENERIC' and it removed scsi support from > ioconf.c ! > Maybe I'm using outdated config? (dated Feb 9 1995) > strings config > reports there are some references to scsi_?init > but how can I make these definitions to make thei > r way into ioconf? You shouldn't have to do anything. Remake config to be sure you have the right one; it is in /usr/src/sbin/config. I just tried configging GENERIC and got this: > #include "scsi/scsiconf.h" > > struct scsi_ctlr_config scsi_cinit[] = { > /* unit driver driver unit */ > { 0, 0, 0 } > }; > > struct scsi_device_config scsi_dinit[] = { > /* name unit cunit target LUN flags */ > { 0, 0, 0, 0, 0, 0 } > }; > extern void sdinit(); > extern void stinit(); > extern void cdinit(); > void (*scsi_tinit[])(void) = { > sdinit, > stinit, > cdinit, > 0, > }; in ioconf.c -- Peter Dufault Real Time Machine Control and Simulation HD Associates, Inc. Voice: 508 433 6936 dufault@hda.com Fax: 508 433 5267