From owner-freebsd-commit Sun Dec 10 03:00:05 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA29052 for freebsd-commit-outgoing; Sun, 10 Dec 1995 03:00:05 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA28864 for cvs-all-outgoing; Sun, 10 Dec 1995 02:58:40 -0800 (PST) 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-commit@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