diff options
Diffstat (limited to 'sys/arch/sparc/conf/RAMDISK')
-rw-r--r-- | sys/arch/sparc/conf/RAMDISK | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/sys/arch/sparc/conf/RAMDISK b/sys/arch/sparc/conf/RAMDISK index ee5d214b87c..5a2386c6bd2 100644 --- a/sys/arch/sparc/conf/RAMDISK +++ b/sys/arch/sparc/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.70 2010/07/03 03:59:17 krw Exp $ +# $OpenBSD: RAMDISK,v 1.71 2010/07/10 19:32:20 miod Exp $ # $NetBSD: GENERIC,v 1.28.2.1 1996/07/02 23:55:22 jtc Exp $ # Machine architecture; required by config(8) @@ -30,6 +30,7 @@ option CRYPTO # Cryptographic framework # At least one is required. option SUN4 # sun4/100, sun4/200, sun4/300 option SUN4C # sun4c - SS1, 1+, 2, ELC, SLC, IPC, IPX, etc. +option SUN4E # sun4e - SPARCengine 1E option SUN4M # sun4m - SS10, SS20, Classic, etc. #option MMU_3L # 3-level MMU on sun4/400 @@ -51,7 +52,7 @@ mainbus0 at root cpu0 at mainbus0 # Bus types found on SPARC systems. -sbus0 at mainbus0 # sun4c +sbus0 at mainbus0 # sun4c and sun4e obio0 at mainbus0 # sun4 and sun4m vmes0 at mainbus0 # sun4 vmel0 at mainbus0 # sun4 @@ -63,7 +64,7 @@ sbus0 at iommu0 # sun4m #audioamd0 at sbus0 # sun4m #audio* at audioamd? -auxreg* at mainbus0 # sun4c +auxreg* at mainbus0 # sun4c and sun4e auxreg* at obio0 # sun4m # Power status and control register found on Sun4m systems @@ -71,7 +72,7 @@ power0 at obio0 # Mostek clock found on 4/300, sun4c, and sun4m systems. # The Mostek clock NVRAM is the "eeprom" on sun4/300 systems. -clock0 at mainbus0 # sun4c +clock0 at mainbus0 # sun4c and sun4e clock0 at obio0 # sun4m clock0 at obio0 addr 0xf2000000 # sun4/300 @@ -79,12 +80,12 @@ clock0 at obio0 addr 0xf2000000 # sun4/300 oclock0 at obio0 addr 0xf3000000 # sun4/100 and sun4/200 # Memory error registers. -memreg0 at mainbus0 # sun4c +memreg0 at mainbus0 # sun4c and sun4e memreg0 at obio0 # sun4m memreg0 at obio0 addr 0xf4000000 # sun4 # Timer chip found on 4/300, sun4c, and sun4m systems. -timer0 at mainbus0 # sun4c +timer0 at mainbus0 # sun4c and sun4e timer0 at obio0 # sun4m timer0 at obio0 addr 0xef000000 # sun4/300 @@ -95,10 +96,10 @@ eeprom0 at obio0 addr 0xf2000000 # sun4/100 and sun4/200 # Zilog 8530 serial chips. Each has two-channels. # zs0 is ttya and ttyb. zs1 is the keyboard and mouse. -zs0 at mainbus0 # sun4c +zs0 at mainbus0 # sun4c and sun4e zs0 at obio0 # sun4m zs0 at obio0 addr 0xf1000000 level 12 # sun4 -zs1 at mainbus0 # sun4c +zs1 at mainbus0 # sun4c and sun4e zs1 at obio0 # sun4m zs1 at obio0 addr 0xf0000000 level 12 # sun4 zs2 at obio0 addr 0xe0000000 level 12 # sun4/300 @@ -130,7 +131,7 @@ esp0 at obio0 addr 0xfa000000 level 4 flags 0x00ff000f # sun4c or sun4m SCSI - an NCR53c94 or equivalent behind # specialized DMA glue dma0 at sbus0 # on-board SCSI -esp0 at sbus0 flags 0x00ff000f # sun4c +esp0 at sbus0 flags 0x00ff000f # sun4c and sun4e esp0 at dma0 flags 0x00ff000f # sun4m # FSBE/S SCSI - an NCR53c94 or equivalent behind @@ -151,7 +152,7 @@ le0 at lebuffer0 # le* at lebuffer? # # sun4/300 and sun4c Ethernet - an AMD 7990 LANCE -le0 at sbus0 # sun4c on-board +le0 at sbus0 # sun4c/sun4e on-board le* at sbus? le0 at obio0 addr 0xf9000000 level 6 # sun4/300 |