Date: Tue, 25 Feb 2003 22:34:52 +0900 (JST) From: Takahashi Yoshihiro <nyan@jp.FreeBSD.org> To: sos@FreeBSD.ORG Cc: current@FreeBSD.ORG Subject: the ata driver is broken Message-ID: <20030225.223452.71174064.nyan@jp.FreeBSD.org>
next in thread | raw e-mail | index | archive | help
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 <nyan@FreeBSD.org> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030225.223452.71174064.nyan>