From d1efcf5274d6e3fc7502eee9523617102792f406 Mon Sep 17 00:00:00 2001 From: minht Date: Wed, 17 Aug 2005 19:50:05 -0700 Subject: 6303424 I2C RTC driver needs to be replaced by South Bridge RTC driver on Chicago --- usr/src/uts/sun4u/chicago/os/chicago.c | 8 +------- 1 file changed, 1 insertion(+), 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*/ -- cgit v1.2.3