artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e5c527
)
add missing devices to nam2blk[]
author
deraadt
<deraadt@openbsd.org>
Tue, 19 Aug 2008 02:02:02 +0000
(
02:02
+0000)
committer
deraadt
<deraadt@openbsd.org>
Tue, 19 Aug 2008 02:02:02 +0000
(
02:02
+0000)
sys/arch/amd64/amd64/autoconf.c
patch
|
blob
|
history
diff --git
a/sys/arch/amd64/amd64/autoconf.c
b/sys/arch/amd64/amd64/autoconf.c
index
daad676
..
4e45af2
100644
(file)
--- a/
sys/arch/amd64/amd64/autoconf.c
+++ b/
sys/arch/amd64/amd64/autoconf.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: autoconf.c,v 1.2
8 2008/07/21 04:35:54 todd Exp $
*/
+/* $OpenBSD: autoconf.c,v 1.2
9 2008/08/19 02:02:02 deraadt Exp $
*/
/* $NetBSD: autoconf.c,v 1.1 2003/04/26 18:39:26 fvdl Exp $ */
/*-
@@
-185,9
+185,11
@@
diskconf(void)
struct nam2blk nam2blk[] = {
{ "wd", 0 },
+ { "fd", 2 },
{ "sd", 4 },
+ { "cd", 6 },
+ { "vnd", 14 },
{ "rd", 17 },
{ "raid", 19 },
- { "vnd", 14 },
{ NULL, -1 }
};