aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/siis
diff options
context:
space:
mode:
authorAlexander Motin <mav@FreeBSD.org>2011-01-26 13:10:07 +0000
committerAlexander Motin <mav@FreeBSD.org>2011-01-26 13:10:07 +0000
commit7f63cad89e94d08ed537c86d4eb8ab0b19927e9c (patch)
treef36d783f4b7382edd2da7afe95f04bad3a40562a /sys/dev/siis
parentf68a9f06e1db92be21f9c30fab1b60c1b29883d5 (diff)
downloadsrc-7f63cad89e94d08ed537c86d4eb8ab0b19927e9c.tar.gz
src-7f63cad89e94d08ed537c86d4eb8ab0b19927e9c.zip
Add missing part of r217877.
Notes
Notes: svn path=/head/; revision=217883
Diffstat (limited to 'sys/dev/siis')
-rw-r--r--sys/dev/siis/siis.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/siis/siis.h b/sys/dev/siis/siis.h
index 53176287d31f..71cfcd90b978 100644
--- a/sys/dev/siis/siis.h
+++ b/sys/dev/siis/siis.h
@@ -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 */