Date: Mon, 27 Sep 1999 02:09:37 +0200 From: "Lowkrantz, Goran" <Goran.Lowkrantz@infologigruppen.se> To: freebsd-stable@FreeBSD.ORG Subject: Problem adding aic driver to kernel Message-ID: <B500F74C6527D311B61F0000C0DF5ADC0D470D@valhall.ign.se>
next in thread | raw e-mail | index | archive | help
I tried to add the aic driver to a system running 3.3-STABLE but this don't work. Kernel config file entry: controller aic0 at isa? port 0x340 bio irq 11 vector aicintr Done config, make depend and then running make whit the following output make -f ../../dev/aic7xxx/Makefile MAKESRCPATH=../../dev/aic7xxx Warning: Object directory not changed from original /usr/src/sys/compile/TOR loading kernel ioconf.o(.data+0x1e0): undefined reference to `aicdriver' *** Error code 1 Stop. A struct aicdriver is defined in i386/isa/aic6360.c but this file is not included in the build. If I add it to the Makefile, the build fails as the header files aic.h, <scsi/scsiconf.h> and <scsi/scsi_debug.h> are missing. The cards using this driver still are on the supported list, so is there a new driver or has this been broken? Cheers, GLZ --- Goran Lowkrantz Email : goran.lowkrantz@infologigruppen.se Infologigruppen Alfa AB Telephone: Nat 070-587 8782 Fax: Nat 070-615 8782 Box 202 Int +46 70-587 8782 Int +46 70-615 8782 941 25 Pitea, Sweden To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?B500F74C6527D311B61F0000C0DF5ADC0D470D>