diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2011-06-26 21:37:53 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2011-06-26 21:37:53 +0000 |
commit | 1cca41c19e0f0ff4f6e14b656033de707088596c (patch) | |
tree | e894028f8173acb1ebcc28f4b8e52b8542b413d5 /sys/arch/amd64/stand/libsa/dev_i386.c | |
parent | 251e4e266bf868c83af7b8c6355035f1b2f0425c (diff) |
remove remnants of scd device, discovered by Frederic Perrin
Diffstat (limited to 'sys/arch/amd64/stand/libsa/dev_i386.c')
-rw-r--r-- | sys/arch/amd64/stand/libsa/dev_i386.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/stand/libsa/dev_i386.c b/sys/arch/amd64/stand/libsa/dev_i386.c index f6228c60bad..69487614d8c 100644 --- a/sys/arch/amd64/stand/libsa/dev_i386.c +++ b/sys/arch/amd64/stand/libsa/dev_i386.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dev_i386.c,v 1.6 2010/12/06 22:51:45 jasper Exp $ */ +/* $OpenBSD: dev_i386.c,v 1.7 2011/06/26 21:37:52 tedu Exp $ */ /* * Copyright (c) 1996-1999 Michael Shalayeff @@ -36,7 +36,7 @@ extern int debug; /* XXX use slot for 'rd' for 'hd' pseudo-device */ const char bdevs[][4] = { "wd", "", "fd", "", "sd", "st", "cd", "mcd", - "", "", "", "", "", "", "", "scd", "", "hd", "" + "", "", "", "", "", "", "", "", "", "hd", "" }; const int nbdevs = nitems(bdevs); |