From owner-freebsd-scsi Sat Nov 9 23:46:32 1996 Return-Path: owner-freebsd-scsi Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA21474 for freebsd-scsi-outgoing; Sat, 9 Nov 1996 23:46:32 -0800 (PST) Received: from mail.cdsnet.net (mail.cdsnet.net [204.118.244.5]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id XAA21467; Sat, 9 Nov 1996 23:46:28 -0800 (PST) Received: from mail.cdsnet.net (mail.cdsnet.net [204.118.244.5]) by mail.cdsnet.net (8.6.12/8.6.12) with SMTP id XAA18443; Sat, 9 Nov 1996 23:46:27 -0800 Date: Sat, 9 Nov 1996 23:46:27 -0800 (PST) From: Jaye Mathisen To: hackers@freebsd.org, scsi@freebsd.org Subject: Anybody compiling -current with AHC_DEBUG? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-scsi@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Fails miserably for me on kernel supped 11/8, with undefined structure stuff. cc -c -O -W -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Winline -Wpointer-arith -nostdinc -I- -I. -I../.. -I../../../include -DAHC_DEBUG -DCOMPAT_43 -DNFS -DFFS -DINET -DKERNEL ../../i386/scsi/aic7xxx.c ../../i386/scsi/aic7xxx.c: In function `ahc_print_scb': ../../i386/scsi/aic7xxx.c:318: structure has no member named `control' ../../i386/scsi/aic7xxx.c:319: structure has no member named `tcl' ../../i386/scsi/aic7xxx.c:320: structure has no member named `cmdlen' ../../i386/scsi/aic7xxx.c:321: structure has no member named `cmdpointer' ../../i386/scsi/aic7xxx.c:323: structure has no member named `datalen' ../../i386/scsi/aic7xxx.c:324: structure has no member named `data' ../../i386/scsi/aic7xxx.c:325: structure has no member named `SG_segment_count' ../../i386/scsi/aic7xxx.c:326: structure has no member named `SG_list_pointer' ../../i386/scsi/aic7xxx.c: In function `ahc_scsi_cmd': ../../i386/scsi/aic7xxx.c:2187: `DEBUGTARGET' undeclared (first use this function) ../../i386/scsi/aic7xxx.c:2187: (Each undeclared identifier is reported only once ../../i386/scsi/aic7xxx.c:2187: for each function it appears in.) *** Error code 1