svn commit: r217883 - head/sys/dev/siis

Alexander Motin mav at FreeBSD.org
Wed Jan 26 13:10:07 UTC 2011


Author: mav
Date: Wed Jan 26 13:10:07 2011
New Revision: 217883
URL: http://svn.freebsd.org/changeset/base/217883

Log:
  Add missing part of r217877.

Modified:
  head/sys/dev/siis/siis.h

Modified: head/sys/dev/siis/siis.h
==============================================================================
--- head/sys/dev/siis/siis.h	Wed Jan 26 10:48:29 2011	(r217882)
+++ head/sys/dev/siis/siis.h	Wed Jan 26 13:10:07 2011	(r217883)
@@ -371,6 +371,7 @@ struct siis_channel {
 	struct ata_dma		dma;            /* DMA data */
 	struct cam_sim		*sim;
 	struct cam_path		*path;
+	struct cdev		*led;		/* Activity led led(4) cdev. */
 	int			quirks;
 	int			pm_level;	/* power management level */
 


More information about the svn-src-head mailing list