diff options
Diffstat (limited to 'sys/arch/sparc/conf/RAMDISK')
-rw-r--r-- | sys/arch/sparc/conf/RAMDISK | 37 |
1 files changed, 22 insertions, 15 deletions
diff --git a/sys/arch/sparc/conf/RAMDISK b/sys/arch/sparc/conf/RAMDISK index 58660d71299..64e49c38842 100644 --- a/sys/arch/sparc/conf/RAMDISK +++ b/sys/arch/sparc/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.30 2002/07/28 01:39:14 krw Exp $ +# $OpenBSD: RAMDISK,v 1.31 2002/08/12 10:44:03 miod Exp $ # $NetBSD: GENERIC,v 1.28.2.1 1996/07/02 23:55:22 jtc Exp $ # Machine architecture; required by config(8) @@ -39,7 +39,6 @@ option SUN4M # sun4m - SS10, SS20, Classic, etc. #option KGDBRATE=38400 # baud rate # Options for SPARCstation hardware -option RASTERCONSOLE # fast rasterop console #option COMPAT_SUNOS # compatibility with SunOS binaries #option COMPAT_SVR4 # compatibility with SVR4 binaries @@ -108,6 +107,10 @@ zs1 at obio0 addr 0xf0000000 level 12 flags 0x103 # sun4/200 and sun4/300 zs1 at obio0 addr 0x00000000 level 12 flags 0x103 # sun4/100 zs2 at obio0 addr 0xe0000000 level 12 flags 0x103 # sun4/300 +zstty* at zs? channel ? +zskbd* at zs? channel ? +wskbd* at zskbd? console ? + # SUNW,xbox SBus Expansion Subsystem xbox* at sbus? slot ? offset ? # SBus Expansion box sbus* at xbox? @@ -213,45 +216,50 @@ si0 at vmes0 addr 0xff200000 level 3 vect 0x40 sw0 at obio0 addr 0x0a000000 level 3 # Sun "bwtwo" black and white framebuffer, found on sun4, sun4c, and sun4m -# systems. If your sun4 system has a cgfour installed in the P4 slot, -# the P4 entries for "bwtwo" will attach to the overlay plane of the -# "cgfour". +# systems. bwtwo0 at sbus0 slot ? offset ? # sun4c on-board bwtwo* at sbus? slot ? offset ? # sun4c and sun4m bwtwo0 at obio0 addr 0xfd000000 level 4 # sun4/200 bwtwo0 at obio0 addr 0xfb300000 level 4 # sun4/300 in P4 slot bwtwo0 at obio0 addr 0x0b300000 level 4 # sun4/100 in P4 slot +wsdisplay* at bwtwo? -# Sun "cgtwo" VME color framebuffer +# Sun "cgtwo" VME color framebuffer. cgtwo0 at vmes0 addr 0xff400000 level 4 vect 0xa8 +wsdisplay* at cgtwo? -# Sun "cgthree" Sbus color framebuffer -cgthree0 at sbus? slot ? offset ? +# Sun "cgthree" Sbus color framebuffer. cgthree* at sbus? slot ? offset ? -#cgthree0 at obio? slot ? offset ? # sun4m -#cgthree* at obio? slot ? offset ? # sun4m +wsdisplay* at cgthree? -# Sun "cgfour" color framebuffer with overlay plane. See above comment -# regarding overlay plane. +# Sun "cgfour" color framebuffer. cgfour0 at obio0 addr 0xfb300000 level 4 # sun4/300 P4 cgfour0 at obio0 addr 0x0b300000 level 4 # sun4/100 P4 +wsdisplay* at cgfour? # Sun "cgsix" accelerated color framebuffer. cgsix0 at sbus? slot ? offset ? cgsix* at sbus? slot ? offset ? cgsix0 at obio0 addr 0xfb000000 level 4 # sun4/300 P4 cgsix0 at obio0 addr 0x0b000000 level 4 # sun4/100 P4 +wsdisplay* at cgsix? -# Sun "cgeight" 24-bit framebuffer +# Sun "cgeight" 24-bit framebuffer. cgeight0 at obio0 addr 0xfb300000 level 4 # sun4/300 P4 cgeight0 at obio0 addr 0x0b300000 level 4 # sun4/100 P4 +wsdisplay* at cgeight? # Sun "tcx" accelerated color framebuffer. -tcx0 at sbus? slot ? offset ? tcx* at sbus? slot ? offset ? +wsdisplay* at tcx? # Sun "cgfourteen" accelerated 24-bit framebuffer. cgfourteen0 at obio0 # sun4m +wsdisplay* at cgfourteen? + +# Sun "cgtwelve" (GS) accelerated 24-bit framebuffer. +cgtwelve* at sbus? slot ? offset ? +wsdisplay* at cgtwelve? # SCSI bus layer. SCSI devices attach to the SCSI bus, which attaches # to the underlying hardware controller. @@ -273,7 +281,6 @@ fdc0 at mainbus0 # sun4c controller fdc0 at obio0 # sun4m controller fd* at fdc0 # the drive itself -pseudo-device kbd # Sun keyboard pseudo-device rd 2 pseudo-device loop 1 # network loopback pseudo-device bpfilter 1 # packet filter |