diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2004-09-23 17:34:16 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2004-09-23 17:34:16 +0000 |
commit | 9aba29f7dd41a558aac155a2d2d0d083545f9713 (patch) | |
tree | e6f733bef4d4e1a4f670d5f64030b7057efe6c4e /sys/arch/sparc64/conf | |
parent | 18db406095253434ca79ea86efaf0b7b33f134ef (diff) |
central@mainbus, fhc@central, fhc@mainbus, and clock@fhc
Diffstat (limited to 'sys/arch/sparc64/conf')
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 8 | ||||
-rw-r--r-- | sys/arch/sparc64/conf/RAMDISK | 7 |
2 files changed, 13 insertions, 2 deletions
diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index 1a3589aa5e5..00b3b8c2edb 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.101 2004/09/21 19:19:57 drahn Exp $ +# $OpenBSD: GENERIC,v 1.102 2004/09/23 17:34:15 jason Exp $ # $NetBSD: GENERIC32,v 1.18 2001/07/20 00:07:12 eeh Exp $ machine sparc64 @@ -22,6 +22,11 @@ cpu0 at mainbus0 upa0 at mainbus0 +# e4500/e5500 +central0 at mainbus0 +fhc0 at central0 +fhc* at mainbus0 + # Bus types found on SPARC systems. sbus* at mainbus0 # Ultra 1/E4500 @@ -183,6 +188,7 @@ pcons0 at mainbus0 # PROM console clock* at sbus? clock* at ebus? rtc* at ebus? +clock0 at fhc0 ## Timer chip found on (some) sun4u systems. timer* at mainbus0 diff --git a/sys/arch/sparc64/conf/RAMDISK b/sys/arch/sparc64/conf/RAMDISK index a712da69dd5..cdb5267fb73 100644 --- a/sys/arch/sparc64/conf/RAMDISK +++ b/sys/arch/sparc64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.31 2004/09/21 19:19:57 drahn Exp $ +# $OpenBSD: RAMDISK,v 1.32 2004/09/23 17:34:15 jason Exp $ # Machine architecture; required by config(8) machine sparc64 @@ -33,6 +33,10 @@ config bsd root on rd0a mainbus0 at root cpu0 at mainbus0 +central0 at mainbus0 +fhc0 at central0 +fhc* at mainbus0 + # Bus types found on SPARC systems. sbus* at mainbus0 # Ultra 1/E4500 psycho* at mainbus0 @@ -55,6 +59,7 @@ auxio* at sbus? #com* at ebus? clock* at sbus? # Mostek clock clock* at ebus? +clock0 at fhc? rtc* at ebus? # DS1287/M5819 clock timer* at mainbus0 # Timer chip |