From owner-freebsd-questions Sat Dec 21 22:15:33 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id WAA20907 for questions-outgoing; Sat, 21 Dec 1996 22:15:33 -0800 (PST) Received: from krondor.cpn.org.au ([147.109.237.45]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id WAA20901 for ; Sat, 21 Dec 1996 22:15:28 -0800 (PST) Received: from krondor.cpn.org.au (krondor.cpn.org.au [172.16.1.1]) by krondor.cpn.org.au (8.7.5/8.6.9) with SMTP id RAA00359; Sun, 22 Dec 1996 17:15:24 +1100 (EST) Date: Sun, 22 Dec 1996 17:15:23 +1100 (EST) From: Carey Nairn X-Sender: cp_nairn@krondor.cpn.org.au To: dwhite@resnet.uoregon.edu cc: questions@freebsd.org Subject: Re: 2.1.6 kernel compile problem In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Fri, 20 Dec 1996, Doug White wrote: > On Fri, 20 Dec 1996, Carey Nairn wrote: > > > loading kernel > > ioconf.o: Undefined symbol `_ahcdriver' referenced from data segment > > ioconf.o: Undefined symbol `_ahcintr' referenced from data segment > ^^^ > Something wants the AHC scsi driver. > > > controller > > ncr0 > > That's not right. > > > controller ahc1 at isa? bio irq ? vector > > ahcintr > > That's not right either. Those should be on the same line, and the ahc > isn't an ISA device. It should look just like this if you have two > adapters: > > > controller ahc1 > > What card are you trying to use? The ahc driver is for VLB & PCI devices > (274x, 284x, 294x, 394x (U/W) & the AIC7870/AIC7880 chips). > > You probably want the aha for the 154x ISA adapters. > > Doug White | University of Oregon > Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant > http://gladstone.uoregon.edu/~dwhite | Computer Science Major > > > Looks like it has been sorted out now. The config file I used was from a 2.1.0R system. Once we used the 2.1.6 GENERIC config as base file it all worked. Thanks for your help. Cheers, Carey