diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2007-04-04 20:47:55 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2007-04-04 20:47:55 +0000 |
commit | cc4a2ddbb93710452de99cce2c57003887902391 (patch) | |
tree | 90515e6ac989d857cecf60e8f748638207fe9435 /sys/arch/sparc64/conf/RAMDISK | |
parent | 4cc7600449830051a437dd1adf605295cb2f35d8 (diff) |
Enable pyro(4) and ebus(4) at mainbus(4). Reorder bus drivers such that
the order in GENERIC and RAMDISK is identical.
Diffstat (limited to 'sys/arch/sparc64/conf/RAMDISK')
-rw-r--r-- | sys/arch/sparc64/conf/RAMDISK | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/sys/arch/sparc64/conf/RAMDISK b/sys/arch/sparc64/conf/RAMDISK index da204a1f9cb..c2804f62d37 100644 --- a/sys/arch/sparc64/conf/RAMDISK +++ b/sys/arch/sparc64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.60 2007/03/07 06:23:02 miod Exp $ +# $OpenBSD: RAMDISK,v 1.61 2007/04/04 20:47:54 kettenis Exp $ # Machine architecture; required by config(8) machine sparc64 @@ -39,19 +39,21 @@ config bsd root on rd0a mainbus0 at root cpu0 at mainbus0 +# Bus types found on SPARC systems. +sbus* at mainbus0 +upa0 at mainbus0 central0 at mainbus0 fhc0 at central0 fhc* at mainbus0 - -# Bus types found on SPARC systems. +psycho* at mainbus0 +pci* at psycho? schizo* at mainbus0 pci* at schizo? -sbus* at mainbus0 # Ultra 1/E4500 -psycho* at mainbus0 -upa0 at mainbus0 -pci* at psycho? # Ultra 5 +pyro* at mainbus0 +pci* at pyro? pci* at ppb? ppb* at pci? +ebus* at mainbus0 ebus* at pci? # PCI Ethernet |