summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/sdcard/sda_impl.h
diff options
context:
space:
mode:
authorGarrett D'Amore <gdamore@opensolaris.org>2008-09-24 20:20:15 -0700
committerGarrett D'Amore <gdamore@opensolaris.org>2008-09-24 20:20:15 -0700
commit1cb84fbf006414a451b65e461cfdb78736884f53 (patch)
tree21518c3cb1fb9bcca161d56070786a7af562245b /usr/src/uts/common/sys/sdcard/sda_impl.h
parentfbac63660cc7a6ccfe2042916ea594ac07d63fcb (diff)
downloadillumos-gate-1cb84fbf006414a451b65e461cfdb78736884f53.tar.gz
6748587 SD Card removal crashed kernel - bad mutex
Diffstat (limited to 'usr/src/uts/common/sys/sdcard/sda_impl.h')
-rw-r--r--usr/src/uts/common/sys/sdcard/sda_impl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/uts/common/sys/sdcard/sda_impl.h b/usr/src/uts/common/sys/sdcard/sda_impl.h
index c71c897709..c1b48db950 100644
--- a/usr/src/uts/common/sys/sdcard/sda_impl.h
+++ b/usr/src/uts/common/sys/sdcard/sda_impl.h
@@ -46,8 +46,9 @@ typedef struct sda_slot sda_slot_t;
* Per slot state.
*/
struct sda_slot {
- sda_host_t *s_host;
+ sda_host_t *s_hostp;
void *s_prv; /* bus private data */
+ dev_info_t *s_dip; /* devinfo node for child */
int s_slot_num;
boolean_t s_inserted;