Date: Wed, 27 Feb 2008 08:47:14 +0000 (UTC) From: Scott Long <scottl@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam cam_xpt.c Message-ID: <200802270847.m1R8lERD058893@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200802270847.m1R8lERD058893>