DragonFly-2.3.2.278.g55230 master sys/bus/cam cam_xpt.c cam_xpt.h sys/bus/cam/scsi scsi_cd.c scsi_da.c sys/dev/disk/nata ata-disk.c atapi-cd.c sys/kern subr_disk.c sys/sys disk.h

Matthew Dillon dillon at crater.dragonflybsd.org
Tue Aug 4 18:40:06 PDT 2009


commit 552309513a93a57d1ca4c53a04e911cc65c9c3cb
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Tue Aug 4 18:36:02 2009 -0700

    DEVFS - Add serial number links for all CAM and NATA attachments.
    
    All CAM-probed drives and NATA probed drives which have a serial number
    will now show up in DEVFS under /dev/serno, in addition to showing up
    as da/cd/ad*.  This will ultimately tie into /etc/devtab.

Summary of changes:
 sys/bus/cam/cam_xpt.c        |    6 +++++
 sys/bus/cam/cam_xpt.h        |    6 +++-
 sys/bus/cam/scsi/scsi_cd.c   |    2 +
 sys/bus/cam/scsi/scsi_da.c   |    4 +++
 sys/dev/disk/nata/ata-disk.c |    1 +
 sys/dev/disk/nata/atapi-cd.c |    2 +
 sys/kern/subr_disk.c         |   49 ++++++++++++++++++++++++++++++++++++------
 sys/sys/disk.h               |    4 +++
 8 files changed, 65 insertions(+), 9 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/552309513a93a57d1ca4c53a04e911cc65c9c3cb


-- 
DragonFly BSD source repository





More information about the Commits mailing list