Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Mar 1996 10:50:12 -0800 (PST)
From:      Bruce Evans <bde>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/dev/vn vn.c src/sys/kern subr_diskslice.c src/sys/i386/isa wd.c src/sys/scsi ch.c od.c sd.c st.c
Message-ID:  <199603271850.KAA17486@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         96/03/27 10:50:11

  Modified:    sys/dev/vn  vn.c
               sys/i386/isa  wd.c
               sys/kern  subr_diskslice.c
               sys/scsi  ch.c od.c sd.c st.c
  Log:
  Fixed group of disk devices (was wheel or games, now operator).
  
  Added scsi control devices.
  
  Converted almost everything that I changed to use devfs_add_devswf()
  and verbose id macros.
  
  st.c:
  Renamed enrst* to erst* since that's what the current name is (enrst
  seems to be an old name).
  
  Revision  Changes    Path
  1.34      +6 -6      src/sys/dev/vn/vn.c
  1.105     +9 -9      src/sys/i386/isa/wd.c
  1.20      +14 -14    src/sys/kern/subr_diskslice.c
  1.32      +11 -6     src/sys/scsi/ch.c
  1.15      +18 -10    src/sys/scsi/od.c
  1.87      +15 -8     src/sys/scsi/sd.c
  1.64      +25 -18    src/sys/scsi/st.c



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