Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Dec 1995 02:58:34 -0800 (PST)
From:      Julian Elischer <julian>
To:        CVS-committers, cvs-sys
Subject:   cvs commit: src/sys/scsi cd.c scsi_tape.h scsiconf.c scsiconf.h st.c
Message-ID:  <199512101058.CAA28837@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199512101058.CAA28837>