diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2001-09-11 06:06:16 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2001-09-11 06:06:16 +0000 |
commit | 14fffdcf78546fd66d49fa506f966168d56185c2 (patch) | |
tree | a49b143d911a491591be571ebef5658b6cb72f6d /sys/arch/i386/stand/libsa/dev_i386.c | |
parent | 235c7fe7b929a17138cb15a12da434f3408e1a9e (diff) |
remove acd references; millert@ ok.
Diffstat (limited to 'sys/arch/i386/stand/libsa/dev_i386.c')
-rw-r--r-- | sys/arch/i386/stand/libsa/dev_i386.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/stand/libsa/dev_i386.c b/sys/arch/i386/stand/libsa/dev_i386.c index 48fa458b549..86817886fcc 100644 --- a/sys/arch/i386/stand/libsa/dev_i386.c +++ b/sys/arch/i386/stand/libsa/dev_i386.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dev_i386.c,v 1.23 2000/06/08 01:51:32 mickey Exp $ */ +/* $OpenBSD: dev_i386.c,v 1.24 2001/09/11 06:06:15 fgsch Exp $ */ /* * Copyright (c) 1996-1999 Michael Shalayeff @@ -41,7 +41,7 @@ extern int debug; /* XXX use slot for 'rd' for 'hd' pseudo-device */ const char bdevs[][4] = { "wd", "", "fd", "wt", "sd", "st", "cd", "mcd", - "", "", "", "", "", "", "", "scd", "", "hd", "acd" + "", "", "", "", "", "", "", "scd", "", "hd", "" }; const int nbdevs = NENTS(bdevs); |