Removed one more reverence to the old Adaptec 1542b as.c driver, one less

dependent for autoconf.c.
This commit is contained in:
Rodney W. Grimes 1993-08-10 10:18:33 +00:00
parent 5a5100e3af
commit 1acce5a995
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=269
2 changed files with 2 additions and 12 deletions

View File

@ -44,7 +44,7 @@
* 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.
@ -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 */
#include "sd.h"
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 */
#endif
};
#define PARTITIONMASK 0x7

View File

@ -44,7 +44,7 @@
* 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.
@ -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 */
#include "sd.h"
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 */
#endif
};
#define PARTITIONMASK 0x7