summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/io/i8042.c
diff options
context:
space:
mode:
authorahrens <none@none>2005-10-31 11:33:35 -0800
committerahrens <none@none>2005-10-31 11:33:35 -0800
commitfa9e4066f08beec538e775443c5be79dd423fcab (patch)
tree576d99665e57bb7cb70584431adb08c14d47e3ce /usr/src/uts/common/io/i8042.c
parentf1b64740276f67fc6914c1d855f2af601efe99ac (diff)
downloadillumos-joyent-fa9e4066f08beec538e775443c5be79dd423fcab.tar.gz
PSARC 2002/240 ZFS
6338653 Integrate ZFS PSARC 2004/652 - DKIOCFLUSH 5096886 Write caching disks need mechanism to flush cache to physical media
Diffstat (limited to 'usr/src/uts/common/io/i8042.c')
-rw-r--r--usr/src/uts/common/io/i8042.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/uts/common/io/i8042.c b/usr/src/uts/common/io/i8042.c
index e5884400ab..ea8be871a8 100644
--- a/usr/src/uts/common/io/i8042.c
+++ b/usr/src/uts/common/io/i8042.c
@@ -1041,7 +1041,7 @@ alloc_kb_mouse(dev_info_t *i8042_dip)
/* mouse */
ndi_devi_alloc_sleep(i8042_dip, "mouse",
- (dnode_t)DEVI_SID_NODEID, &xdip);
+ (pnode_t)DEVI_SID_NODEID, &xdip);
(void) ndi_prop_update_int(DDI_DEV_T_NONE, xdip,
"reg", 1);
(void) ndi_prop_update_string(DDI_DEV_T_NONE, xdip,
@@ -1052,7 +1052,7 @@ alloc_kb_mouse(dev_info_t *i8042_dip)
/* keyboard */
ndi_devi_alloc_sleep(i8042_dip, "keyboard",
- (dnode_t)DEVI_SID_NODEID, &xdip);
+ (pnode_t)DEVI_SID_NODEID, &xdip);
(void) ndi_prop_update_int(DDI_DEV_T_NONE, xdip,
"reg", 0);
(void) ndi_prop_update_string(DDI_DEV_T_NONE, xdip,