From 742fe357a3e83288880ecf1af6e9eb9cae89e62b Mon Sep 17 00:00:00 2001 From: nsouch Date: Fri, 4 Sep 1998 17:53:42 +0000 Subject: Device registration temporaly removed until major number allocation ok. --- sys/dev/smbus/smb.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys/dev/smbus') diff --git a/sys/dev/smbus/smb.c b/sys/dev/smbus/smb.c index 5a19dcb..de6e0fd 100644 --- a/sys/dev/smbus/smb.c +++ b/sys/dev/smbus/smb.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: smb.c,v 1.1.2.1 1998/08/13 15:15:19 son Exp $ + * $Id: smb.c,v 1.1.1.1 1998/09/03 20:52:53 nsouch Exp $ * */ #include @@ -284,4 +284,6 @@ smb_drvinit(void *unused) CDEV_DRIVER_MODULE(smb, smbus, smb_driver, smb_devclass, CDEV_MAJOR, smb_cdevsw, 0, 0); +#if 0 SYSINIT(smbdev,SI_SUB_DRIVERS,SI_ORDER_MIDDLE+CDEV_MAJOR,smb_drvinit,NULL) +#endif -- cgit v1.1