delete a reference to the old 'as' device driver.
This commit is contained in:
parent
2824cc586e
commit
4ed4b0d387
@ -34,7 +34,7 @@
|
|||||||
* SUCH DAMAGE.
|
* SUCH DAMAGE.
|
||||||
*
|
*
|
||||||
* from: @(#)autoconf.c 7.1 (Berkeley) 5/9/91
|
* from: @(#)autoconf.c 7.1 (Berkeley) 5/9/91
|
||||||
* $Id: autoconf.c,v 1.6 1993/08/01 19:25:32 mycroft Exp $
|
* $Id: autoconf.c,v 1.7 1993/08/10 08:42:25 deraadt Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -129,11 +129,7 @@ static char devname[][2] = {
|
|||||||
's','w', /* 1 = sw */
|
's','w', /* 1 = sw */
|
||||||
'f','d', /* 2 = fd */
|
'f','d', /* 2 = fd */
|
||||||
'w','t', /* 3 = wt */
|
'w','t', /* 3 = wt */
|
||||||
#ifndef SCSI
|
|
||||||
'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
|
||||||
|
Loading…
Reference in New Issue
Block a user