Date: Fri, 01 Dec 1995 01:45:57 -0800 From: "Jordan K. Hubbard" <jkh@time.cdrom.com> To: joerg@freebsd.org Cc: current@freebsd.org Subject: /sys/scsi/st.c and NEW_SCSICONF? Message-ID: <15657.817811157@time.cdrom.com>
next in thread | raw e-mail | index | archive | help
If you have NEW_SCSICONF defined in -current, it disables a block of defines in /sys/scsi/scsi_tape.h. All well and good, but one of those defines is "QIC_3080" which gets referenced in st.c regardless. I've conditionalized the QIC_3080 references in st.c on !NEW_SCSICONF as well and gotten past the problem for now, but I'm not sure if that's what the author(s) intended. Jordan
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?15657.817811157>