diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2003-05-06 09:14:40 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2003-05-06 09:14:40 +0000 |
commit | 7a0563caeb2aa1d466008acdfb5dce7aca325cf9 (patch) | |
tree | da02035049b149c38fe609a3e1d9abba20742435 /sys/arch/sparc64 | |
parent | ebdbe1ccc047bf985720637a5661aece7e76308a (diff) |
Declare the major number for wd, so that a custom kernel can specific explicit
root on wd0a.
Problem spotted by Denis A. Doroshenko.
Diffstat (limited to 'sys/arch/sparc64')
-rw-r--r-- | sys/arch/sparc64/conf/files.sparc64 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/sparc64/conf/files.sparc64 b/sys/arch/sparc64/conf/files.sparc64 index 3ed37db9f90..ffcb0e2a05d 100644 --- a/sys/arch/sparc64/conf/files.sparc64 +++ b/sys/arch/sparc64/conf/files.sparc64 @@ -1,4 +1,4 @@ -# $OpenBSD: files.sparc64,v 1.43 2003/02/17 01:29:19 henric Exp $ +# $OpenBSD: files.sparc64,v 1.44 2003/05/06 09:14:39 miod Exp $ # $NetBSD: files.sparc64,v 1.50 2001/08/10 20:53:50 eeh Exp $ # maxpartitions must be first item in files.${ARCH} @@ -57,6 +57,7 @@ attach creator at upa with creator_upa file arch/sparc64/dev/creator_upa.c creator_upa include "dev/pci/files.pci" +major { wd = 12 } device psycho: pcibus attach psycho at mainbus |