From owner-freebsd-current Fri Dec 1 01:46:07 1995 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id BAA01810 for current-outgoing; Fri, 1 Dec 1995 01:46:07 -0800 Received: from time.cdrom.com (time.cdrom.com [192.216.222.226]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id BAA01772 ; Fri, 1 Dec 1995 01:45:58 -0800 Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.6.12/8.6.9) with SMTP id BAA15659; Fri, 1 Dec 1995 01:45:57 -0800 To: joerg@freebsd.org cc: current@freebsd.org Subject: /sys/scsi/st.c and NEW_SCSICONF? Date: Fri, 01 Dec 1995 01:45:57 -0800 Message-ID: <15657.817811157@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-current@freebsd.org Precedence: bulk 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