diff options
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 099055faef1..a24621d3aae 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.33 2010/12/06 22:51:46 jasper Exp $ */ +/* $OpenBSD: dev_i386.c,v 1.34 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); diff --git a/sys/arch/i386/stand/pxeboot/devopen.c b/sys/arch/i386/stand/pxeboot/devopen.c index 06cab9b2b75..82036bb0910 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.7 2010/12/06 22:51:46 jasper Exp $ */ +/* $OpenBSD: devopen.c,v 1.8 2011/06/26 21:37:52 tedu Exp $ */ /* * Copyright (c) 2004 Tom Cosgrove @@ -43,7 +43,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", - "", "", "", "", "", "", "", "scd", "", "hd", "" + "", "", "", "", "", "", "", "", "", "hd", "" }; const int nbdevs = nitems(bdevs); |