Removed one more reverence to the old Adaptec 1542b as.c driver, one less
authorRod Grimes <rgrimes@FreeBSD.org>
Tue, 10 Aug 1993 10:18:33 +0000 (10:18 +0000)
committerRod Grimes <rgrimes@FreeBSD.org>
Tue, 10 Aug 1993 10:18:33 +0000 (10:18 +0000)
dependent for autoconf.c.

sys/i386/i386/autoconf.c

index b42c848..84b0cce 100644 (file)
@@ -44,7 +44,7 @@
  *                                     scsi code is used, allow you to swap
  *                                     root floppies during a boot
  */
  *                                     scsi code is used, allow you to swap
  *                                     root floppies during a boot
  */
-static char rcsid[] = "$Header: /a/cvs/386BSD/src/sys/i386/i386/autoconf.c,v 1.1.1.1 1993/06/12 14:58:07 rgrimes Exp $";
+static char rcsid[] = "$Header: /freefall/a/cvs/386BSD/src/sys/i386/i386/autoconf.c,v 1.2 1993/08/08 06:24:15 rgrimes Exp $";
 
 /*
  * Setup the system to run on the current machine.
 
 /*
  * Setup the system to run on the current machine.
@@ -133,17 +133,12 @@ extern int Maxmem;
 #define        DOSWAP                  /* change swdevt and dumpdev */
 u_long bootdev = 0;            /* should be dev_t, but not until 32 bits */
 
 #define        DOSWAP                  /* change swdevt and dumpdev */
 u_long bootdev = 0;            /* should be dev_t, but not until 32 bits */
 
-#include "sd.h"
 static char devname[][2] = {
        'w','d',        /* 0 = wd */
        's','w',        /* 1 = sw */
        'f','d',        /* 2 = fd */
        'w','t',        /* 3 = wt */
 static char devname[][2] = {
        'w','d',        /* 0 = wd */
        's','w',        /* 1 = sw */
        'f','d',        /* 2 = fd */
        'w','t',        /* 3 = wt */
-#if NSD < 1
-       'a','s',        /* 4 = as */
-#else
        's','d',        /* 4 = sd -- new SCSI system */
        's','d',        /* 4 = sd -- new SCSI system */
-#endif
 };
 
 #define        PARTITIONMASK   0x7
 };
 
 #define        PARTITIONMASK   0x7