Thu Aug 6 18:28:41 2009 UTC ()
enable the tcx driver


(macallan)
diff -r1.214 -r1.215 src/sys/arch/sparc/conf/GENERIC
diff -r1.69 -r1.70 src/sys/arch/sparc/conf/INSTALL

cvs diff -r1.214 -r1.215 src/sys/arch/sparc/conf/GENERIC (expand / switch to unified diff)

--- src/sys/arch/sparc/conf/GENERIC 2009/06/22 14:57:52 1.214
+++ src/sys/arch/sparc/conf/GENERIC 2009/08/06 18:28:41 1.215
@@ -1,38 +1,38 @@ @@ -1,38 +1,38 @@
1# $NetBSD: GENERIC,v 1.214 2009/06/22 14:57:52 tsutsui Exp $ 1# $NetBSD: GENERIC,v 1.215 2009/08/06 18:28:41 macallan Exp $
2# 2#
3# GENERIC machine description file 3# GENERIC machine description file
4#  4#
5# This machine description file is used to generate the default NetBSD 5# This machine description file is used to generate the default NetBSD
6# kernel. The generic kernel does not include all options, subsystems 6# kernel. The generic kernel does not include all options, subsystems
7# and device drivers, but should be useful for most applications. 7# and device drivers, but should be useful for most applications.
8# 8#
9# The machine description file can be customised for your specific 9# The machine description file can be customised for your specific
10# machine to reduce the kernel size and improve its performance. 10# machine to reduce the kernel size and improve its performance.
11# 11#
12# For further information on compiling NetBSD kernels, see the config(8) 12# For further information on compiling NetBSD kernels, see the config(8)
13# man page. 13# man page.
14# 14#
15# For further information on hardware support for this architecture, see 15# For further information on hardware support for this architecture, see
16# the intro(4) man page. For further information about kernel options 16# the intro(4) man page. For further information about kernel options
17# for this architecture, see the options(4) man page. For an explanation 17# for this architecture, see the options(4) man page. For an explanation
18# of each device driver in this file see the section 4 man page for the 18# of each device driver in this file see the section 4 man page for the
19# device. 19# device.
20 20
21include "arch/sparc/conf/std.sparc" 21include "arch/sparc/conf/std.sparc"
22 22
23options INCLUDE_CONFIG_FILE # embed config file in kernel binary 23options INCLUDE_CONFIG_FILE # embed config file in kernel binary
24 24
25#ident "GENERIC-$Revision: 1.214 $" 25#ident "GENERIC-$Revision: 1.215 $"
26 26
27maxusers 32 27maxusers 32
28 28
29## System kernel configuration. See options(4) for more detail. 29## System kernel configuration. See options(4) for more detail.
30 30
31 31
32# Options for variants of the Sun SPARC architecure. 32# Options for variants of the Sun SPARC architecure.
33# We currently support three architecture types; at least one is required. 33# We currently support three architecture types; at least one is required.
34options SUN4 # sun4/100, sun4/200, sun4/300 34options SUN4 # sun4/100, sun4/200, sun4/300
35options SUN4C # sun4c - SS1, 1+, 2, ELC, SLC, IPC, IPX, etc. 35options SUN4C # sun4c - SS1, 1+, 2, ELC, SLC, IPC, IPX, etc.
36options SUN4M # sun4m - SS10, SS20, Classic, etc. 36options SUN4M # sun4m - SS10, SS20, Classic, etc.
37options SUN4D # sun4d - SS1000, SC2000 37options SUN4D # sun4d - SS1000, SC2000
38 38
@@ -677,29 +677,28 @@ cgthree* at sbus? slot ? offset ? @@ -677,29 +677,28 @@ cgthree* at sbus? slot ? offset ?
677 677
678## Sun "cgsix" accelerated color framebuffer. 678## Sun "cgsix" accelerated color framebuffer.
679cgsix0 at sbus? slot ? offset ? 679cgsix0 at sbus? slot ? offset ?
680cgsix* at sbus? slot ? offset ? 680cgsix* at sbus? slot ? offset ?
681cgsix0 at obio0 addr 0xfb000000 level 4 # sun4/300 P4 681cgsix0 at obio0 addr 0xfb000000 level 4 # sun4/300 P4
682cgsix0 at obio0 addr 0x0b000000 level 4 # sun4/100 P4 682cgsix0 at obio0 addr 0x0b000000 level 4 # sun4/100 P4
683 683
684## Sun "cgeight" 24-bit framebuffer 684## Sun "cgeight" 24-bit framebuffer
685# XXX no wsdisplay support 685# XXX no wsdisplay support
686#cgeight0 at obio0 addr 0xfb300000 level 4 # sun4/300 P4 686#cgeight0 at obio0 addr 0xfb300000 level 4 # sun4/300 P4
687#cgeight0 at obio0 addr 0x0b300000 level 4 # sun4/100 P4 687#cgeight0 at obio0 addr 0x0b300000 level 4 # sun4/100 P4
688 688
689## Sun "tcx" accelerated color framebuffer. 689## Sun "tcx" accelerated color framebuffer.
690# XXX no wsdisplay support 690# there can be only one
691#tcx0 at sbus? slot ? offset ? 691tcx0 at sbus? slot ? offset ?
692#tcx* at sbus? slot ? offset ? 
693 692
694# Sun "cgfourteen" accelerated 24-bit framebuffer. 693# Sun "cgfourteen" accelerated 24-bit framebuffer.
695cgfourteen* at obio0 # sun4m 694cgfourteen* at obio0 # sun4m
696 695
697# P9100-based display on Tadpole SPARCbook 3. 696# P9100-based display on Tadpole SPARCbook 3.
698pnozz0 at sbus? slot ? offset ? 697pnozz0 at sbus? slot ? offset ?
699 698
700# Sun ZX/Leo 24-bit framebuffer 699# Sun ZX/Leo 24-bit framebuffer
701zx* at sbus? slot ? offset ? 700zx* at sbus? slot ? offset ?
702 701
703# Fujitsu AG-10e accelerated graphics 8/24-bit board 702# Fujitsu AG-10e accelerated graphics 8/24-bit board
704agten* at sbus? slot ? offset ? 703agten* at sbus? slot ? offset ?
705 704

cvs diff -r1.69 -r1.70 src/sys/arch/sparc/conf/INSTALL (expand / switch to unified diff)

--- src/sys/arch/sparc/conf/INSTALL 2009/06/09 11:06:09 1.69
+++ src/sys/arch/sparc/conf/INSTALL 2009/08/06 18:28:41 1.70
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: INSTALL,v 1.69 2009/06/09 11:06:09 he Exp $ 1# $NetBSD: INSTALL,v 1.70 2009/08/06 18:28:41 macallan Exp $
2# 2#
3# from: NetBSD: GENERIC,v 1.84 1999/06/06 13:00:03 mrg Exp 3# from: NetBSD: GENERIC,v 1.84 1999/06/06 13:00:03 mrg Exp
4# 4#
5# floppy install kernel. try to keep this in sync with GENERIC but 5# floppy install kernel. try to keep this in sync with GENERIC but
6# leave as much disabled as possible. 6# leave as much disabled as possible.
7 7
8include "arch/sparc/conf/std.sparc" 8include "arch/sparc/conf/std.sparc"
9 9
10#options INCLUDE_CONFIG_FILE # embed config file in kernel binary 10#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
11 11
12makeoptions COPTS="-Os" # Optimise for space. Implies -O2 12makeoptions COPTS="-Os" # Optimise for space. Implies -O2
13 13
14maxusers 32 14maxusers 32
@@ -545,28 +545,28 @@ cgthree* at sbus? slot ? offset ? @@ -545,28 +545,28 @@ cgthree* at sbus? slot ? offset ?
545#cgfour0 at obio0 addr 0x0b300000 level 4 # sun4/100 P4 545#cgfour0 at obio0 addr 0x0b300000 level 4 # sun4/100 P4
546 546
547## Sun "cgsix" accelerated color framebuffer. 547## Sun "cgsix" accelerated color framebuffer.
548cgsix0 at sbus? slot ? offset ? 548cgsix0 at sbus? slot ? offset ?
549cgsix* at sbus? slot ? offset ? 549cgsix* at sbus? slot ? offset ?
550#cgsix0 at obio0 addr 0xfb000000 level 4 # sun4/300 P4 550#cgsix0 at obio0 addr 0xfb000000 level 4 # sun4/300 P4
551#cgsix0 at obio0 addr 0x0b000000 level 4 # sun4/100 P4 551#cgsix0 at obio0 addr 0x0b000000 level 4 # sun4/100 P4
552 552
553## Sun "cgeight" 24-bit framebuffer 553## Sun "cgeight" 24-bit framebuffer
554#cgeight0 at obio0 addr 0xfb300000 level 4 # sun4/300 P4 554#cgeight0 at obio0 addr 0xfb300000 level 4 # sun4/300 P4
555#cgeight0 at obio0 addr 0x0b300000 level 4 # sun4/100 P4 555#cgeight0 at obio0 addr 0x0b300000 level 4 # sun4/100 P4
556 556
557## Sun "tcx" accelerated color framebuffer. 557## Sun "tcx" accelerated color framebuffer.
558#tcx0 at sbus? slot ? offset ? 558# there can be only one
559#tcx* at sbus? slot ? offset ? 559tcx0 at sbus? slot ? offset ?
560 560
561# Sun "cgfourteen" accelerated 24-bit framebuffer. 561# Sun "cgfourteen" accelerated 24-bit framebuffer.
562cgfourteen* at obio0 # sun4m 562cgfourteen* at obio0 # sun4m
563 563
564# P9100-based display on Tadpole SPARCbook 3. 564# P9100-based display on Tadpole SPARCbook 3.
565pnozz0 at sbus? slot ? offset ? 565pnozz0 at sbus? slot ? offset ?
566 566
567# Sun ZX/Leo 24-bit framebuffer 567# Sun ZX/Leo 24-bit framebuffer
568zx* at sbus? slot ? offset ? 568zx* at sbus? slot ? offset ?
569 569
570# Fujitsu AG-10e accelerated graphics 8/24-bit board 570# Fujitsu AG-10e accelerated graphics 8/24-bit board
571agten* at sbus? slot ? offset ? 571agten* at sbus? slot ? offset ?
572 572