From owner-freebsd-current@FreeBSD.ORG Sat Aug 16 14:05:23 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C9E1D37B401 for ; Sat, 16 Aug 2003 14:05:23 -0700 (PDT) Received: from spider.deepcore.dk (cpe.atm2-0-56339.0x50c6aa0a.abnxx2.customer.tele.dk [80.198.170.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6720843F3F for ; Sat, 16 Aug 2003 14:05:22 -0700 (PDT) (envelope-from sos@spider.deepcore.dk) Received: (from sos@localhost) by spider.deepcore.dk (8.12.9/8.12.9) id h7GL5KQ4050692; Sat, 16 Aug 2003 23:05:20 +0200 (CEST) (envelope-from sos) From: Soeren Schmidt Message-Id: <200308162105.h7GL5KQ4050692@spider.deepcore.dk> In-Reply-To: <20030816205626.GE89915@zeus.theinternet.com.au> To: Andrew Kenneth Milton Date: Sat, 16 Aug 2003 23:05:20 +0200 (CEST) X-Mailer: ELM [version 2.4ME+ PL98b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=ISO-8859-1 cc: current@FreeBSD.ORG Subject: Re: TESTERS WANTED for ATAng preview 2 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Aug 2003 21:05:24 -0000 It seems Andrew Kenneth Milton wrote: > linking kernel > ata-all.o: In function `ata_identify_devices': > ata-all.o(.text+0x107e): undefined reference to `ad_attach' > ata-all.o(.text+0x1116): undefined reference to `ad_attach' > > I'm guessing this is because I have; > > device ata > #device atadisk # ATA disk drives > device atapicd # ATAPI CDROM drives > #device atapifd # ATAPI floppy drives > #device atapist # ATAPI tape drives > > I guess it wants atadisk enabled in the kernel config (trying now). > > This config works with ata-old-gen though. I've fixed this locally, thanks for pointing it out! -Søren