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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to