diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2011-06-26 23:19:12 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2011-06-26 23:19:12 +0000 |
commit | eef856390bdffdd87a3e60124940fbc3fae829fc (patch) | |
tree | 6218b87b49fce37b5e929c930650258106cac3f5 /sys/arch/zaurus | |
parent | 61ca5ddc65874b95e765bb5859e4f38511d356fd (diff) |
kill mcd dead. ok krw matthew millert thib
Diffstat (limited to 'sys/arch/zaurus')
-rw-r--r-- | sys/arch/zaurus/stand/zboot/devopen.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/zaurus/stand/zboot/devopen.c b/sys/arch/zaurus/stand/zboot/devopen.c index 3ebdd33a456..442f30af831 100644 --- a/sys/arch/zaurus/stand/zboot/devopen.c +++ b/sys/arch/zaurus/stand/zboot/devopen.c @@ -1,4 +1,4 @@ -/* $OpenBSD: devopen.c,v 1.9 2010/12/06 22:51:46 jasper Exp $ */ +/* $OpenBSD: devopen.c,v 1.10 2011/06/26 23:19:11 tedu Exp $ */ /* * Copyright (c) 1996-1999 Michael Shalayeff @@ -34,8 +34,8 @@ /* XXX use slot for 'rd' for 'hd' pseudo-device */ const char bdevs[][4] = { - "wd", "", "fd", "", "sd", "st", "cd", "mcd", - "", "", "", "", "", "", "", "scd", "", "hd", "" + "wd", "", "fd", "", "sd", "st", "cd", "", + "", "", "", "", "", "", "", "", "", "hd", "" }; const int nbdevs = nitems(bdevs); |