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 */
 
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to