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/i386/stand | |
parent | 61ca5ddc65874b95e765bb5859e4f38511d356fd (diff) |
kill mcd dead. ok krw matthew millert thib
Diffstat (limited to 'sys/arch/i386/stand')
-rw-r--r-- | sys/arch/i386/stand/libsa/dev_i386.c | 4 | ||||
-rw-r--r-- | sys/arch/i386/stand/pxeboot/devopen.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/i386/stand/libsa/dev_i386.c b/sys/arch/i386/stand/libsa/dev_i386.c index a24621d3aae..5ff1e162a5b 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.34 2011/06/26 21:37:52 tedu Exp $ */ +/* $OpenBSD: dev_i386.c,v 1.35 2011/06/26 23:19:11 tedu Exp $ */ /* * Copyright (c) 1996-1999 Michael Shalayeff @@ -35,7 +35,7 @@ extern int debug; /* XXX use slot for 'rd' for 'hd' pseudo-device */ const char bdevs[][4] = { - "wd", "", "fd", "", "sd", "st", "cd", "mcd", + "wd", "", "fd", "", "sd", "st", "cd", "", "", "", "", "", "", "", "", "", "", "hd", "" }; const int nbdevs = nitems(bdevs); diff --git a/sys/arch/i386/stand/pxeboot/devopen.c b/sys/arch/i386/stand/pxeboot/devopen.c index 82036bb0910..e3d8cecf88e 100644 --- a/sys/arch/i386/stand/pxeboot/devopen.c +++ b/sys/arch/i386/stand/pxeboot/devopen.c @@ -1,4 +1,4 @@ -/* $OpenBSD: devopen.c,v 1.8 2011/06/26 21:37:52 tedu Exp $ */ +/* $OpenBSD: devopen.c,v 1.9 2011/06/26 23:19:11 tedu Exp $ */ /* * Copyright (c) 2004 Tom Cosgrove @@ -42,7 +42,7 @@ extern char *bootmac; /* Gets passed to kernel for network boot */ /* XXX use slot for 'rd' for 'hd' pseudo-device */ const char bdevs[][4] = { - "wd", "", "fd", "", "sd", "st", "cd", "mcd", + "wd", "", "fd", "", "sd", "st", "cd", "", "", "", "", "", "", "", "", "", "", "hd", "" }; const int nbdevs = nitems(bdevs); |