svn commit: r250021 - head/sys/dev/ciss

Sean Bruno sbruno at FreeBSD.org
Sun Apr 28 16:20:09 UTC 2013


Author: sbruno
Date: Sun Apr 28 16:20:09 2013
New Revision: 250021
URL: http://svnweb.freebsd.org/changeset/base/250021

Log:
  Its time to retire COMPAQ.  I don't think that its coming back.  :-)
  
  Obtained from:	Yahoo! Inc.
  MFC after:	2 weeks

Modified:
  head/sys/dev/ciss/ciss.c

Modified: head/sys/dev/ciss/ciss.c
==============================================================================
--- head/sys/dev/ciss/ciss.c	Sun Apr 28 14:40:29 2013	(r250020)
+++ head/sys/dev/ciss/ciss.c	Sun Apr 28 16:20:09 2013	(r250021)
@@ -3375,7 +3375,7 @@ ciss_cam_complete_fixup(struct ciss_soft
 
 	cl = &sc->ciss_logical[bus][target];
 
-	padstr(inq->vendor, "COMPAQ",
+	padstr(inq->vendor, "HP",
 	       SID_VENDOR_SIZE);
 	padstr(inq->product,
 	       ciss_name_ldrive_org(cl->cl_ldrive->fault_tolerance),


More information about the svn-src-head mailing list