From owner-cvs-sys Sun Dec 10 02:58:37 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA28848 for cvs-sys-outgoing; Sun, 10 Dec 1995 02:58:37 -0800 (PST) Received: (from julian@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA28837 Sun, 10 Dec 1995 02:58:34 -0800 (PST) Date: Sun, 10 Dec 1995 02:58:34 -0800 (PST) From: Julian Elischer Message-Id: <199512101058.CAA28837@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/scsi cd.c scsi_tape.h scsiconf.c scsiconf.h st.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk julian 95/12/10 02:58:33 Modified: sys/scsi cd.c scsi_tape.h scsiconf.c scsiconf.h st.c Log: Make NEW_SCSICONF the default way of doing things It will need to be changed but it's the better starting point.. also add '?' to wildcarding in SCSI identification of devices.. so we can catch all PIONEER CD 6??* devices instead of having separate entries for the 600, 602, 604X, 624X etc.. it's getting so we should have a small regexp routine in the kernel maybe just a little one.. matching CDX-6[0-9][0-9][ A-Z] would be better there will be drastic changes in this but this is the best starting point.. Revision Changes Path 1.50 +6 -2 src/sys/scsi/cd.c 1.16 +1 -67 src/sys/scsi/scsi_tape.h 1.39 +7 -160 src/sys/scsi/scsiconf.c 1.33 +6 -5 src/sys/scsi/scsiconf.h 1.53 +1 -189 src/sys/scsi/st.c