Add missing part of r217877.

This commit is contained in:
Alexander Motin 2011-01-26 13:10:07 +00:00
parent f68a9f06e1
commit 7f63cad89e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=217883

View File

@ -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 */