From 7b5d347457ad9f7b4058bbce2c53dcb8dbedaec3 Mon Sep 17 00:00:00 2001 From: Sam Leffler Date: Wed, 26 Nov 1986 00:41:41 -0800 Subject: [PATCH] remove kludge for device names SCCS-vsn: sys/tahoe/tahoe/autoconf.c 1.7 --- usr/src/sys/tahoe/tahoe/autoconf.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/usr/src/sys/tahoe/tahoe/autoconf.c b/usr/src/sys/tahoe/tahoe/autoconf.c index 10b9b79490..ccb848913e 100644 --- a/usr/src/sys/tahoe/tahoe/autoconf.c +++ b/usr/src/sys/tahoe/tahoe/autoconf.c @@ -1,4 +1,4 @@ -/* autoconf.c 1.6 86/07/16 */ +/* autoconf.c 1.7 86/11/25 */ /* * Setup the system to run on the current machine. @@ -387,12 +387,8 @@ setroot() for (vbap = vbdinit; vbap->ui_driver; vbap++) if (vbap->ui_alive && vbap->ui_slave == unit && vbap->ui_vbanum == adaptor && -#ifdef notdef vbap->ui_driver->ud_dname[0] == devname[majdev][0] && vbap->ui_driver->ud_dname[1] == devname[majdev][1]) -#else - 1) /* can't match names 'cuz of driver bogosity */ -#endif break; if (vbap->ui_driver == 0) return; -- 2.20.1