From owner-freebsd-current Tue Feb 25 5:35:25 2003 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 CCA0E37B401; Tue, 25 Feb 2003 05:35:24 -0800 (PST) Received: from watery.cc.kogakuin.ac.jp (watery.cc.kogakuin.ac.jp [133.80.152.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A47F43F85; Tue, 25 Feb 2003 05:35:24 -0800 (PST) (envelope-from nyan@jp.FreeBSD.org) Received: from localhost (localhost [IPv6:::1]) by watery.cc.kogakuin.ac.jp (8.12.6/8.12.6) with ESMTP id h1PDZNxR092180; Tue, 25 Feb 2003 22:35:23 +0900 (JST) (envelope-from nyan@jp.FreeBSD.org) Date: Tue, 25 Feb 2003 22:34:52 +0900 (JST) Message-Id: <20030225.223452.71174064.nyan@jp.FreeBSD.org> To: sos@FreeBSD.ORG Cc: current@FreeBSD.ORG Subject: the ata driver is broken From: Takahashi Yoshihiro X-Mailer: Mew version 3.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I got the following error. The kernel config has no pci device but ATA_NOPCI option. cc -c -Os -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/dev -I/usr/src/sys/contrib/dev/acpica -I/usr/src/sys/contrib/ipfilter -D_KERNEL -include opt_global.h -fno-common -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding -Werror /usr/src/sys/dev/ata/ata-isa.c cc1: warnings being treated as errors /usr/src/sys/dev/ata/ata-isa.c:117: warning: no previous prototype for `ata_dmaalloc' /usr/src/sys/dev/ata/ata-isa.c:123: warning: no previous prototype for `ata_dmafree' /usr/src/sys/dev/ata/ata-isa.c:128: warning: no previous prototype for `ata_dmafreetags' /usr/src/sys/dev/ata/ata-isa.c:133: warning: no previous prototype for `ata_dmainit' /usr/src/sys/dev/ata/ata-isa.c:138: warning: no previous prototype for `ata_dmasetup' /usr/src/sys/dev/ata/ata-isa.c:144: warning: no previous prototype for `ata_dmastart' /usr/src/sys/dev/ata/ata-isa.c:150: warning: no previous prototype for `ata_dmadone' /usr/src/sys/dev/ata/ata-isa.c:156: warning: no previous prototype for `ata_dmastatus' *** Error code 1 --- TAKAHASHI Yoshihiro To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message