cvs commit: src/sys/cam cam_xpt.c

Scott Long scottl at FreeBSD.org
Wed Feb 27 08:47:15 UTC 2008


scottl      2008-02-27 08:47:14 UTC

  FreeBSD src repository

  Modified files:
    sys/cam              cam_xpt.c 
  Log:
  When probing a newly found device, don't automatically assume that the
  device supports retrieving a serial number.  Instead, first query the
  list of VPD pages it does support, and only query the serial number if
  it's supported, else silently move on.  This eliminates a lot of noise
  during verbose booting, and will likely eliminate the need for most
  NOSERIAL quirks.
  
  Revision  Changes    Path
  1.197     +95 -36    src/sys/cam/cam_xpt.c


More information about the cvs-src mailing list