From 1acce5a995fcc2053fddd5dffb38ae80cafd6bd1 Mon Sep 17 00:00:00 2001 From: "Rodney W. Grimes" Date: Tue, 10 Aug 1993 10:18:33 +0000 Subject: Removed one more reverence to the old Adaptec 1542b as.c driver, one less dependent for autoconf.c. --- sys/amd64/amd64/autoconf.c | 7 +------ sys/i386/i386/autoconf.c | 7 +------ 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/sys/amd64/amd64/autoconf.c b/sys/amd64/amd64/autoconf.c index b42c8482c5ea..84b0cce80473 100644 --- a/sys/amd64/amd64/autoconf.c +++ b/sys/amd64/amd64/autoconf.c @@ -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 diff --git a/sys/i386/i386/autoconf.c b/sys/i386/i386/autoconf.c index b42c8482c5ea..84b0cce80473 100644 --- a/sys/i386/i386/autoconf.c +++ b/sys/i386/i386/autoconf.c @@ -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 -- cgit v1.2.3