Date: Sat, 9 Nov 1996 23:46:27 -0800 (PST) From: Jaye Mathisen <mrcpu@cdsnet.net> To: hackers@freebsd.org, scsi@freebsd.org Subject: Anybody compiling -current with AHC_DEBUG? Message-ID: <Pine.NEB.3.95.961109234440.17638C-100000@mail.cdsnet.net>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.NEB.3.95.961109234440.17638C-100000>