diff options
author | minht <none@none> | 2005-08-17 19:50:05 -0700 |
---|---|---|
committer | minht <none@none> | 2005-08-17 19:50:05 -0700 |
commit | d1efcf5274d6e3fc7502eee9523617102792f406 (patch) | |
tree | dedfefa446d13608fe8ecb7658c560e53369979a /usr/src/uts/sun4u/chicago | |
parent | afd7fd7b2e19d8a40c0b602c50de34faa641f387 (diff) | |
download | illumos-gate-d1efcf5274d6e3fc7502eee9523617102792f406.tar.gz |
6303424 I2C RTC driver needs to be replaced by South Bridge RTC driver on Chicago
Diffstat (limited to 'usr/src/uts/sun4u/chicago')
-rw-r--r-- | usr/src/uts/sun4u/chicago/os/chicago.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/usr/src/uts/sun4u/chicago/os/chicago.c b/usr/src/uts/sun4u/chicago/os/chicago.c index 71b2d9dc60..527d2daa10 100644 --- a/usr/src/uts/sun4u/chicago/os/chicago.c +++ b/usr/src/uts/sun4u/chicago/os/chicago.c @@ -61,7 +61,7 @@ set_platform_defaults(void) extern char *tod_module_name; /* Set appropriate tod module for Chicago */ if (tod_module_name == NULL) - tod_module_name = "todds1337"; + tod_module_name = "todm5823"; } /* @@ -103,12 +103,6 @@ load_platform_drivers(void) * device, so the lock can be acquired. */ shared_mi2cv_dip = e_ddi_hold_devi_by_path(SHARED_MI2CV_PATH, 0); - - /* - * todds1337 needs early attach - */ - if (i_ddi_attach_hw_nodes("todds1337") != DDI_SUCCESS) - cmn_err(CE_WARN, "todds1337 driver failed to install"); } /*ARGSUSED*/ |