diff options
| author | tsutsui <tsutsui@NetBSD.org> | 2010-05-22 15:55:02 +0000 |
|---|---|---|
| committer | tsutsui <tsutsui@NetBSD.org> | 2010-05-22 15:55:02 +0000 |
| commit | d3fae2ad53d4bd07c2a8f22475b3087f53cd0971 (patch) | |
| tree | 9be61ea8d2f81fae6999e9cd310e84a1ed0ce4d7 /sys | |
| parent | cc0ad787512c8291fb2f62ddb6d21cf9f1efb727 (diff) | |
Enable bwtwo(4).
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index b0da052fe24..840d01cdd8c 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.127 2010/05/12 12:25:59 nakayama Exp $ +# $NetBSD: GENERIC,v 1.128 2010/05/22 15:55:02 tsutsui Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ include "arch/sparc64/conf/std.sparc64" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.127 $" +#ident "GENERIC-$Revision: 1.128 $" maxusers 64 @@ -851,13 +851,9 @@ audio* at audiobus? midi* at midibus? -## 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". - -#bwtwo0 at sbus? slot ? offset ? # sun4c and sun4m -#bwtwo* at sbus? slot ? offset ? +## Sun "bwtwo" black and white framebuffer +bwtwo0 at sbus? slot ? offset ? +bwtwo* at sbus? slot ? offset ? ## Sun "cgthree" Sbus color framebuffer cgthree0 at sbus? slot ? offset ? |
