Sun Feb 21 18:00:14 2010 UTC ()
Regen from GENERIC.in rev 1.83:
> Add pseudo-device ksyms. Noticed by David Ross on port-atari.


(tsutsui)
diff -r1.95 -r1.96 src/sys/arch/atari/conf/ATARITT
diff -r1.92 -r1.93 src/sys/arch/atari/conf/FALCON
diff -r1.84 -r1.85 src/sys/arch/atari/conf/HADES
diff -r1.61 -r1.62 src/sys/arch/atari/conf/MILAN-ISAIDE
diff -r1.65 -r1.66 src/sys/arch/atari/conf/MILAN-PCIIDE
diff -r1.3 -r1.4 src/sys/arch/atari/conf/SMALL030

cvs diff -r1.95 -r1.96 src/sys/arch/atari/conf/ATARITT (expand / switch to unified diff)

--- src/sys/arch/atari/conf/ATARITT 2009/12/05 20:11:03 1.95
+++ src/sys/arch/atari/conf/ATARITT 2010/02/21 18:00:13 1.96
@@ -1,21 +1,21 @@ @@ -1,21 +1,21 @@
1# 1#
2# $NetBSD: ATARITT,v 1.95 2009/12/05 20:11:03 pooka Exp $ 2# $NetBSD: ATARITT,v 1.96 2010/02/21 18:00:13 tsutsui Exp $
3# 3#
4# This file was automatically created. Changes will be 4# This file was automatically created. Changes will be
5# lost when running makeconf in this directory. 5# lost when running makeconf in this directory.
6# 6#
7# Created from: 7# Created from:
8# NetBSD: GENERIC.in,v 1.81 2009/11/23 00:18:37 abs Exp $ 8# NetBSD: GENERIC.in,v 1.83 2010/02/21 17:57:03 tsutsui Exp $
9include "arch/atari/conf/std.atari" 9include "arch/atari/conf/std.atari"
10options INCLUDE_CONFIG_FILE # embed config file in kernel binary 10options INCLUDE_CONFIG_FILE # embed config file in kernel binary
11maxusers 16 11maxusers 16
12options HZ=64 # Set the clock-rate (48/64/96) 12options HZ=64 # Set the clock-rate (48/64/96)
13options INSECURE # disable kernel security levels 13options INSECURE # disable kernel security levels
14options M68030 # support for 030 14options M68030 # support for 030
15options INET # IP + ICMP + TCP + UDP 15options INET # IP + ICMP + TCP + UDP
16options INET6 # IPV6 16options INET6 # IPV6
17options PPP_BSDCOMP # BSD-Compress compression support for PPP 17options PPP_BSDCOMP # BSD-Compress compression support for PPP
18options PPP_DEFLATE # Deflate compression support for PPP 18options PPP_DEFLATE # Deflate compression support for PPP
19options PPP_FILTER # Active filter support for PPP (requires bpf) 19options PPP_FILTER # Active filter support for PPP (requires bpf)
20options PFIL_HOOKS # pfil(9) packet filter hooks 20options PFIL_HOOKS # pfil(9) packet filter hooks
21options IPFILTER_LOG # ipmon(8) log support 21options IPFILTER_LOG # ipmon(8) log support
@@ -82,26 +82,27 @@ pseudo-device loop # Loopback network @@ -82,26 +82,27 @@ pseudo-device loop # Loopback network
82pseudo-device md 3 # Boot memory disk 82pseudo-device md 3 # Boot memory disk
83pseudo-device putter # for puffs and pud 83pseudo-device putter # for puffs and pud
84pseudo-device vnd # 3 pseudo disks (see vnconfig) 84pseudo-device vnd # 3 pseudo disks (see vnconfig)
85pseudo-device bpfilter # berkeley packet filters 85pseudo-device bpfilter # berkeley packet filters
86pseudo-device tun # network tunnel 86pseudo-device tun # network tunnel
87pseudo-device tap # virtual Ethernet 87pseudo-device tap # virtual Ethernet
88pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933) 88pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
89pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation 89pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
90pseudo-device ccd 4 # concatenating disk driver 90pseudo-device ccd 4 # concatenating disk driver
91pseudo-device fss 4 # file system snapshot device 91pseudo-device fss 4 # file system snapshot device
92pseudo-device ipfilter # IP filtering device 92pseudo-device ipfilter # IP filtering device
93pseudo-device rnd # /dev/random and in-kernel generator 93pseudo-device rnd # /dev/random and in-kernel generator
94pseudo-device clockctl # user control of clock subsystem 94pseudo-device clockctl # user control of clock subsystem
 95pseudo-device ksyms # /dev/ksyms
95pseudo-device view 4 # View (graphics mapping) 96pseudo-device view 4 # View (graphics mapping)
96pseudo-device mouse 1 # mouse 97pseudo-device mouse 1 # mouse
97ncrscsi0 at mainbus0 # NCR5380 SCSI driver 98ncrscsi0 at mainbus0 # NCR5380 SCSI driver
98zs0 at mainbus0 # Serial support through 8530 99zs0 at mainbus0 # Serial support through 8530
99grfbus0 at mainbus0 # bitmapped display's 100grfbus0 at mainbus0 # bitmapped display's
100grfcc0 at grfbus0 # graphics driver 101grfcc0 at grfbus0 # graphics driver
101ite0 at grfcc0 # console 102ite0 at grfcc0 # console
102nvr0 at mainbus0 # nvram driver 103nvr0 at mainbus0 # nvram driver
103grfcc1 at grfbus0 # 2nd graphics driver 104grfcc1 at grfbus0 # 2nd graphics driver
104ite1 at grfcc1 # 2nd tty 105ite1 at grfcc1 # 2nd tty
105grfcc2 at grfbus0 # 3rd graphics driver 106grfcc2 at grfbus0 # 3rd graphics driver
106ite2 at grfcc2 # 3rd tty 107ite2 at grfcc2 # 3rd tty
107lp0 at mainbus0 # centronics printer 108lp0 at mainbus0 # centronics printer

cvs diff -r1.92 -r1.93 src/sys/arch/atari/conf/FALCON (expand / switch to unified diff)

--- src/sys/arch/atari/conf/FALCON 2009/12/05 20:11:03 1.92
+++ src/sys/arch/atari/conf/FALCON 2010/02/21 18:00:13 1.93
@@ -1,21 +1,21 @@ @@ -1,21 +1,21 @@
1# 1#
2# $NetBSD: FALCON,v 1.92 2009/12/05 20:11:03 pooka Exp $ 2# $NetBSD: FALCON,v 1.93 2010/02/21 18:00:13 tsutsui Exp $
3# 3#
4# This file was automatically created. Changes will be 4# This file was automatically created. Changes will be
5# lost when running makeconf in this directory. 5# lost when running makeconf in this directory.
6# 6#
7# Created from: 7# Created from:
8# NetBSD: GENERIC.in,v 1.81 2009/11/23 00:18:37 abs Exp $ 8# NetBSD: GENERIC.in,v 1.83 2010/02/21 17:57:03 tsutsui Exp $
9include "arch/atari/conf/std.atari" 9include "arch/atari/conf/std.atari"
10options INCLUDE_CONFIG_FILE # embed config file in kernel binary 10options INCLUDE_CONFIG_FILE # embed config file in kernel binary
11maxusers 16 11maxusers 16
12options HZ=64 # Set the clock-rate (48/64/96) 12options HZ=64 # Set the clock-rate (48/64/96)
13options INSECURE # disable kernel security levels 13options INSECURE # disable kernel security levels
14options M68030 # support for 030 14options M68030 # support for 030
15options FPU_EMULATE # Support for MC68881/MC68882 emulator 15options FPU_EMULATE # Support for MC68881/MC68882 emulator
16options M68040 # support for 040 16options M68040 # support for 040
17options M68060 # support for 060 17options M68060 # support for 060
18options FPSP # 68040 Floatingpoint support 18options FPSP # 68040 Floatingpoint support
19options M060SP # MC68060 software support (Required for 060) 19options M060SP # MC68060 software support (Required for 060)
20options INET # IP + ICMP + TCP + UDP 20options INET # IP + ICMP + TCP + UDP
21options INET6 # IPV6 21options INET6 # IPV6
@@ -85,26 +85,27 @@ pseudo-device loop # Loopback network @@ -85,26 +85,27 @@ pseudo-device loop # Loopback network
85pseudo-device md 3 # Boot memory disk 85pseudo-device md 3 # Boot memory disk
86pseudo-device putter # for puffs and pud 86pseudo-device putter # for puffs and pud
87pseudo-device vnd # 3 pseudo disks (see vnconfig) 87pseudo-device vnd # 3 pseudo disks (see vnconfig)
88pseudo-device bpfilter # berkeley packet filters 88pseudo-device bpfilter # berkeley packet filters
89pseudo-device tun # network tunnel 89pseudo-device tun # network tunnel
90pseudo-device tap # virtual Ethernet 90pseudo-device tap # virtual Ethernet
91pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933) 91pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
92pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation 92pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
93pseudo-device ccd 4 # concatenating disk driver 93pseudo-device ccd 4 # concatenating disk driver
94pseudo-device fss 4 # file system snapshot device 94pseudo-device fss 4 # file system snapshot device
95pseudo-device ipfilter # IP filtering device 95pseudo-device ipfilter # IP filtering device
96pseudo-device rnd # /dev/random and in-kernel generator 96pseudo-device rnd # /dev/random and in-kernel generator
97pseudo-device clockctl # user control of clock subsystem 97pseudo-device clockctl # user control of clock subsystem
 98pseudo-device ksyms # /dev/ksyms
98pseudo-device view 4 # View (graphics mapping) 99pseudo-device view 4 # View (graphics mapping)
99pseudo-device mouse 1 # mouse 100pseudo-device mouse 1 # mouse
100ncrscsi0 at mainbus0 # NCR5380 SCSI driver 101ncrscsi0 at mainbus0 # NCR5380 SCSI driver
101zs0 at mainbus0 # Serial support through 8530 102zs0 at mainbus0 # Serial support through 8530
102grfbus0 at mainbus0 # bitmapped display's 103grfbus0 at mainbus0 # bitmapped display's
103grfcc0 at grfbus0 # graphics driver 104grfcc0 at grfbus0 # graphics driver
104ite0 at grfcc0 # console 105ite0 at grfcc0 # console
105nvr0 at mainbus0 # nvram driver 106nvr0 at mainbus0 # nvram driver
106grfcc1 at grfbus0 # 2nd graphics driver 107grfcc1 at grfbus0 # 2nd graphics driver
107ite1 at grfcc1 # 2nd tty 108ite1 at grfcc1 # 2nd tty
108grfcc2 at grfbus0 # 3rd graphics driver 109grfcc2 at grfbus0 # 3rd graphics driver
109ite2 at grfcc2 # 3rd tty 110ite2 at grfcc2 # 3rd tty
110lp0 at mainbus0 # centronics printer 111lp0 at mainbus0 # centronics printer

cvs diff -r1.84 -r1.85 src/sys/arch/atari/conf/HADES (expand / switch to unified diff)

--- src/sys/arch/atari/conf/HADES 2009/12/05 20:11:03 1.84
+++ src/sys/arch/atari/conf/HADES 2010/02/21 18:00:13 1.85
@@ -1,22 +1,22 @@ @@ -1,22 +1,22 @@
1# 1#
2# $NetBSD: HADES,v 1.84 2009/12/05 20:11:03 pooka Exp $ 2# $NetBSD: HADES,v 1.85 2010/02/21 18:00:13 tsutsui Exp $
3# 3#
4# This file was automatically created. Changes will be 4# This file was automatically created. Changes will be
5# lost when running makeconf in this directory. 5# lost when running makeconf in this directory.
6# 6#
7# Created from: 7# Created from:
8# NetBSD: HADES.in,v 1.9 2009/01/24 00:19:47 abs Exp $ 8# NetBSD: HADES.in,v 1.9 2009/01/24 00:19:47 abs Exp $
9# NetBSD: GENERIC.in,v 1.81 2009/11/23 00:18:37 abs Exp $ 9# NetBSD: GENERIC.in,v 1.83 2010/02/21 17:57:03 tsutsui Exp $
10include "arch/atari/conf/std.hades" 10include "arch/atari/conf/std.hades"
11options INCLUDE_CONFIG_FILE # embed config file in kernel binary 11options INCLUDE_CONFIG_FILE # embed config file in kernel binary
12maxusers 16 12maxusers 16
13options HZ=64 # Set the clock-rate (48/64/96) 13options HZ=64 # Set the clock-rate (48/64/96)
14options INSECURE # disable kernel security levels 14options INSECURE # disable kernel security levels
15options M68040 # support for 040 15options M68040 # support for 040
16options M68060 # support for 060 16options M68060 # support for 060
17options FPSP # 68040 Floatingpoint support 17options FPSP # 68040 Floatingpoint support
18options M060SP # MC68060 software support (Required for 060) 18options M060SP # MC68060 software support (Required for 060)
19options INET # IP + ICMP + TCP + UDP 19options INET # IP + ICMP + TCP + UDP
20options INET6 # IPV6 20options INET6 # IPV6
21options PPP_BSDCOMP # BSD-Compress compression support for PPP 21options PPP_BSDCOMP # BSD-Compress compression support for PPP
22options PPP_DEFLATE # Deflate compression support for PPP 22options PPP_DEFLATE # Deflate compression support for PPP
@@ -87,26 +87,27 @@ pseudo-device loop # Loopback network @@ -87,26 +87,27 @@ pseudo-device loop # Loopback network
87pseudo-device md 3 # Boot memory disk 87pseudo-device md 3 # Boot memory disk
88pseudo-device putter # for puffs and pud 88pseudo-device putter # for puffs and pud
89pseudo-device vnd # 3 pseudo disks (see vnconfig) 89pseudo-device vnd # 3 pseudo disks (see vnconfig)
90pseudo-device bpfilter # berkeley packet filters 90pseudo-device bpfilter # berkeley packet filters
91pseudo-device tun # network tunnel 91pseudo-device tun # network tunnel
92pseudo-device tap # virtual Ethernet 92pseudo-device tap # virtual Ethernet
93pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933) 93pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
94pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation 94pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
95pseudo-device ccd 4 # concatenating disk driver 95pseudo-device ccd 4 # concatenating disk driver
96pseudo-device fss 4 # file system snapshot device 96pseudo-device fss 4 # file system snapshot device
97pseudo-device ipfilter # IP filtering device 97pseudo-device ipfilter # IP filtering device
98pseudo-device rnd # /dev/random and in-kernel generator 98pseudo-device rnd # /dev/random and in-kernel generator
99pseudo-device clockctl # user control of clock subsystem 99pseudo-device clockctl # user control of clock subsystem
 100pseudo-device ksyms # /dev/ksyms
100exphy* at mii? phy ? # 3Com internal PHYs 101exphy* at mii? phy ? # 3Com internal PHYs
101inphy* at mii? phy ? # Intel 82555 PHYs 102inphy* at mii? phy ? # Intel 82555 PHYs
102iophy* at mii? phy ? # Intel 82553 PHYs 103iophy* at mii? phy ? # Intel 82553 PHYs
103ukphy* at mii? phy ? # generic unknown PHYs 104ukphy* at mii? phy ? # generic unknown PHYs
104ep* at pci? dev ? function ? # 3Com 3c59x 105ep* at pci? dev ? function ? # 3Com 3c59x
105fxp* at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B 106fxp* at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B
106eso* at pci? dev ? function ? # ESS Solo-1 PCI AudioDrive 107eso* at pci? dev ? function ? # ESS Solo-1 PCI AudioDrive
107audio* at eso? 108audio* at eso?
108pseudo-device view 4 # View (graphics mapping) 109pseudo-device view 4 # View (graphics mapping)
109pseudo-device mouse 1 # mouse 110pseudo-device mouse 1 # mouse
110ncrscsi0 at mainbus0 # NCR5380 SCSI driver 111ncrscsi0 at mainbus0 # NCR5380 SCSI driver
111scsibus0 at ncrscsi0 # SCSI bus 112scsibus0 at ncrscsi0 # SCSI bus
112zs0 at mainbus0 # Serial support through 8530 113zs0 at mainbus0 # Serial support through 8530

cvs diff -r1.61 -r1.62 src/sys/arch/atari/conf/MILAN-ISAIDE (expand / switch to unified diff)

--- src/sys/arch/atari/conf/MILAN-ISAIDE 2009/12/05 20:11:03 1.61
+++ src/sys/arch/atari/conf/MILAN-ISAIDE 2010/02/21 18:00:14 1.62
@@ -1,22 +1,22 @@ @@ -1,22 +1,22 @@
1# 1#
2# $NetBSD: MILAN-ISAIDE,v 1.61 2009/12/05 20:11:03 pooka Exp $ 2# $NetBSD: MILAN-ISAIDE,v 1.62 2010/02/21 18:00:14 tsutsui Exp $
3# 3#
4# This file was automatically created. Changes will be 4# This file was automatically created. Changes will be
5# lost when running makeconf in this directory. 5# lost when running makeconf in this directory.
6# 6#
7# Created from: 7# Created from:
8# NetBSD: MILAN.in,v 1.22 2009/01/24 00:19:47 abs Exp $ 8# NetBSD: MILAN.in,v 1.23 2009/12/23 09:17:41 mbalmer Exp $
9# NetBSD: GENERIC.in,v 1.81 2009/11/23 00:18:37 abs Exp $ 9# NetBSD: GENERIC.in,v 1.83 2010/02/21 17:57:03 tsutsui Exp $
10include "arch/atari/conf/std.milan" 10include "arch/atari/conf/std.milan"
11options INCLUDE_CONFIG_FILE # embed config file in kernel binary 11options INCLUDE_CONFIG_FILE # embed config file in kernel binary
12maxusers 16 12maxusers 16
13options HZ=64 # Set the clock-rate (48/64/96) 13options HZ=64 # Set the clock-rate (48/64/96)
14options INSECURE # disable kernel security levels 14options INSECURE # disable kernel security levels
15options M68040 # support for 040 15options M68040 # support for 040
16options M68060 # support for 060 16options M68060 # support for 060
17options FPSP # 68040 Floatingpoint support 17options FPSP # 68040 Floatingpoint support
18options M060SP # MC68060 software support (Required for 060) 18options M060SP # MC68060 software support (Required for 060)
19options INET # IP + ICMP + TCP + UDP 19options INET # IP + ICMP + TCP + UDP
20options INET6 # IPV6 20options INET6 # IPV6
21options PPP_BSDCOMP # BSD-Compress compression support for PPP 21options PPP_BSDCOMP # BSD-Compress compression support for PPP
22options PPP_DEFLATE # Deflate compression support for PPP 22options PPP_DEFLATE # Deflate compression support for PPP
@@ -85,26 +85,27 @@ pseudo-device loop # Loopback network @@ -85,26 +85,27 @@ pseudo-device loop # Loopback network
85pseudo-device md 3 # Boot memory disk 85pseudo-device md 3 # Boot memory disk
86pseudo-device putter # for puffs and pud 86pseudo-device putter # for puffs and pud
87pseudo-device vnd # 3 pseudo disks (see vnconfig) 87pseudo-device vnd # 3 pseudo disks (see vnconfig)
88pseudo-device bpfilter # berkeley packet filters 88pseudo-device bpfilter # berkeley packet filters
89pseudo-device tun # network tunnel 89pseudo-device tun # network tunnel
90pseudo-device tap # virtual Ethernet 90pseudo-device tap # virtual Ethernet
91pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933) 91pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
92pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation 92pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
93pseudo-device ccd 4 # concatenating disk driver 93pseudo-device ccd 4 # concatenating disk driver
94pseudo-device fss 4 # file system snapshot device 94pseudo-device fss 4 # file system snapshot device
95pseudo-device ipfilter # IP filtering device 95pseudo-device ipfilter # IP filtering device
96pseudo-device rnd # /dev/random and in-kernel generator 96pseudo-device rnd # /dev/random and in-kernel generator
97pseudo-device clockctl # user control of clock subsystem 97pseudo-device clockctl # user control of clock subsystem
 98pseudo-device ksyms # /dev/ksyms
98exphy* at mii? phy ? # 3Com internal PHYs 99exphy* at mii? phy ? # 3Com internal PHYs
99inphy* at mii? phy ? # Intel 82555 PHYs 100inphy* at mii? phy ? # Intel 82555 PHYs
100iophy* at mii? phy ? # Intel 82553 PHYs 101iophy* at mii? phy ? # Intel 82553 PHYs
101ukphy* at mii? phy ? # generic unknown PHYs 102ukphy* at mii? phy ? # generic unknown PHYs
102ep* at pci? dev ? function ? # 3Com 3c59x 103ep* at pci? dev ? function ? # 3Com 3c59x
103fxp* at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B 104fxp* at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B
104eso* at pci? dev ? function ? # ESS Solo-1 PCI AudioDrive 105eso* at pci? dev ? function ? # ESS Solo-1 PCI AudioDrive
105audio* at eso? 106audio* at eso?
106options WSEMUL_VT100 # VT100 / VT220 emulation 107options WSEMUL_VT100 # VT100 / VT220 emulation
107options WS_KERNEL_FG=WSCOL_WHITE 108options WS_KERNEL_FG=WSCOL_WHITE
108options WS_KERNEL_BG=WSCOL_BLACK 109options WS_KERNEL_BG=WSCOL_BLACK
109options WSDISPLAY_DEFAULTSCREENS=4 110options WSDISPLAY_DEFAULTSCREENS=4
110options PCDISPLAY_SOFTCURSOR 111options PCDISPLAY_SOFTCURSOR

cvs diff -r1.65 -r1.66 src/sys/arch/atari/conf/MILAN-PCIIDE (expand / switch to unified diff)

--- src/sys/arch/atari/conf/MILAN-PCIIDE 2009/12/05 20:11:03 1.65
+++ src/sys/arch/atari/conf/MILAN-PCIIDE 2010/02/21 18:00:14 1.66
@@ -1,22 +1,22 @@ @@ -1,22 +1,22 @@
1# 1#
2# $NetBSD: MILAN-PCIIDE,v 1.65 2009/12/05 20:11:03 pooka Exp $ 2# $NetBSD: MILAN-PCIIDE,v 1.66 2010/02/21 18:00:14 tsutsui Exp $
3# 3#
4# This file was automatically created. Changes will be 4# This file was automatically created. Changes will be
5# lost when running makeconf in this directory. 5# lost when running makeconf in this directory.
6# 6#
7# Created from: 7# Created from:
8# NetBSD: MILAN.in,v 1.22 2009/01/24 00:19:47 abs Exp $ 8# NetBSD: MILAN.in,v 1.23 2009/12/23 09:17:41 mbalmer Exp $
9# NetBSD: GENERIC.in,v 1.81 2009/11/23 00:18:37 abs Exp $ 9# NetBSD: GENERIC.in,v 1.83 2010/02/21 17:57:03 tsutsui Exp $
10include "arch/atari/conf/std.milan" 10include "arch/atari/conf/std.milan"
11options INCLUDE_CONFIG_FILE # embed config file in kernel binary 11options INCLUDE_CONFIG_FILE # embed config file in kernel binary
12maxusers 16 12maxusers 16
13options HZ=64 # Set the clock-rate (48/64/96) 13options HZ=64 # Set the clock-rate (48/64/96)
14options INSECURE # disable kernel security levels 14options INSECURE # disable kernel security levels
15options M68040 # support for 040 15options M68040 # support for 040
16options M68060 # support for 060 16options M68060 # support for 060
17options FPSP # 68040 Floatingpoint support 17options FPSP # 68040 Floatingpoint support
18options M060SP # MC68060 software support (Required for 060) 18options M060SP # MC68060 software support (Required for 060)
19options INET # IP + ICMP + TCP + UDP 19options INET # IP + ICMP + TCP + UDP
20options INET6 # IPV6 20options INET6 # IPV6
21options PPP_BSDCOMP # BSD-Compress compression support for PPP 21options PPP_BSDCOMP # BSD-Compress compression support for PPP
22options PPP_DEFLATE # Deflate compression support for PPP 22options PPP_DEFLATE # Deflate compression support for PPP
@@ -85,26 +85,27 @@ pseudo-device loop # Loopback network @@ -85,26 +85,27 @@ pseudo-device loop # Loopback network
85pseudo-device md 3 # Boot memory disk 85pseudo-device md 3 # Boot memory disk
86pseudo-device putter # for puffs and pud 86pseudo-device putter # for puffs and pud
87pseudo-device vnd # 3 pseudo disks (see vnconfig) 87pseudo-device vnd # 3 pseudo disks (see vnconfig)
88pseudo-device bpfilter # berkeley packet filters 88pseudo-device bpfilter # berkeley packet filters
89pseudo-device tun # network tunnel 89pseudo-device tun # network tunnel
90pseudo-device tap # virtual Ethernet 90pseudo-device tap # virtual Ethernet
91pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933) 91pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
92pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation 92pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
93pseudo-device ccd 4 # concatenating disk driver 93pseudo-device ccd 4 # concatenating disk driver
94pseudo-device fss 4 # file system snapshot device 94pseudo-device fss 4 # file system snapshot device
95pseudo-device ipfilter # IP filtering device 95pseudo-device ipfilter # IP filtering device
96pseudo-device rnd # /dev/random and in-kernel generator 96pseudo-device rnd # /dev/random and in-kernel generator
97pseudo-device clockctl # user control of clock subsystem 97pseudo-device clockctl # user control of clock subsystem
 98pseudo-device ksyms # /dev/ksyms
98exphy* at mii? phy ? # 3Com internal PHYs 99exphy* at mii? phy ? # 3Com internal PHYs
99inphy* at mii? phy ? # Intel 82555 PHYs 100inphy* at mii? phy ? # Intel 82555 PHYs
100iophy* at mii? phy ? # Intel 82553 PHYs 101iophy* at mii? phy ? # Intel 82553 PHYs
101ukphy* at mii? phy ? # generic unknown PHYs 102ukphy* at mii? phy ? # generic unknown PHYs
102ep* at pci? dev ? function ? # 3Com 3c59x 103ep* at pci? dev ? function ? # 3Com 3c59x
103fxp* at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B 104fxp* at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B
104eso* at pci? dev ? function ? # ESS Solo-1 PCI AudioDrive 105eso* at pci? dev ? function ? # ESS Solo-1 PCI AudioDrive
105audio* at eso? 106audio* at eso?
106options WSEMUL_VT100 # VT100 / VT220 emulation 107options WSEMUL_VT100 # VT100 / VT220 emulation
107options WS_KERNEL_FG=WSCOL_WHITE 108options WS_KERNEL_FG=WSCOL_WHITE
108options WS_KERNEL_BG=WSCOL_BLACK 109options WS_KERNEL_BG=WSCOL_BLACK
109options WSDISPLAY_DEFAULTSCREENS=4 110options WSDISPLAY_DEFAULTSCREENS=4
110options PCDISPLAY_SOFTCURSOR 111options PCDISPLAY_SOFTCURSOR

cvs diff -r1.3 -r1.4 src/sys/arch/atari/conf/SMALL030 (expand / switch to unified diff)

--- src/sys/arch/atari/conf/SMALL030 2009/12/05 20:11:03 1.3
+++ src/sys/arch/atari/conf/SMALL030 2010/02/21 18:00:13 1.4
@@ -1,21 +1,21 @@ @@ -1,21 +1,21 @@
1# 1#
2# $NetBSD: SMALL030,v 1.3 2009/12/05 20:11:03 pooka Exp $ 2# $NetBSD: SMALL030,v 1.4 2010/02/21 18:00:13 tsutsui Exp $
3# 3#
4# This file was automatically created. Changes will be 4# This file was automatically created. Changes will be
5# lost when running makeconf in this directory. 5# lost when running makeconf in this directory.
6# 6#
7# Created from: 7# Created from:
8# NetBSD: GENERIC.in,v 1.81 2009/11/23 00:18:37 abs Exp $ 8# NetBSD: GENERIC.in,v 1.83 2010/02/21 17:57:03 tsutsui Exp $
9include "arch/atari/conf/std.atari" 9include "arch/atari/conf/std.atari"
10makeoptions COPTS="-Os" 10makeoptions COPTS="-Os"
11maxusers 16 11maxusers 16
12options HZ=64 # Set the clock-rate (48/64/96) 12options HZ=64 # Set the clock-rate (48/64/96)
13options INSECURE # disable kernel security levels 13options INSECURE # disable kernel security levels
14options M68030 # support for 030 14options M68030 # support for 030
15options FPU_EMULATE # Support for MC68881/MC68882 emulator 15options FPU_EMULATE # Support for MC68881/MC68882 emulator
16options INET # IP + ICMP + TCP + UDP 16options INET # IP + ICMP + TCP + UDP
17file-system FFS # Berkeley fast file system 17file-system FFS # Berkeley fast file system
18file-system MFS # Memory based filesystem 18file-system MFS # Memory based filesystem
19file-system MSDOSFS # MSDOS filesystem 19file-system MSDOSFS # MSDOS filesystem
20file-system CD9660 # ISO 9660 filesystem with Rock Ridge 20file-system CD9660 # ISO 9660 filesystem with Rock Ridge
21options WAPBL # File system journaling support - Experimental 21options WAPBL # File system journaling support - Experimental