SANDPOINT revision 1.17 1 # $NetBSD: SANDPOINT,v 1.17 2018/08/01 20:04:13 maxv Exp $
2 #
3 # Sandpoint X3/X2 machine description file
4 #
5 # This machine description file is used to generate the default NetBSD
6 # kernel. The generic kernel does not include all options, subsystems
7 # and device drivers, but should be useful for most applications.
8 #
9 # The machine description file can be customised for your specific
10 # machine to reduce the kernel size and improve its performance.
11 #
12 # For further information on compiling NetBSD kernels, see the config(8)
13 # man page.
14 #
15 # For further information on hardware support for this architecture, see
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
18 # of each device driver in this file see the section 4 man page for the
19 # device.
20
21 include "arch/sandpoint/conf/std.sandpoint"
22 options PIC_I8259
23
24 options INCLUDE_CONFIG_FILE # embed config file in kernel binary
25
26 #ident "SANDPOINT-$Revision: 1.17 $"
27
28 maxusers 32
29
30 options ALTIVEC # Include AltiVec support
31
32 #makeoptions DEBUG="-g"
33
34 #options DEBUG
35 options DIAGNOSTIC
36 options TRAP_PANICWAIT
37 options DDB
38 #options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
39 options KTRACE
40 #options PMAPCHECK
41 #options PMAPDEBUG
42 #options USERCONF # userconf(4) support
43 #options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
44 options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
45
46 include "conf/compat_netbsd09.config"
47 options COMPAT_386BSD_MBRPART # recognize old partition ID
48 #options COMPAT_LINUX # Linux binary compatibility
49
50 options MSGBUFSIZE=65536
51 file-system FFS
52 file-system MFS
53 file-system NFS
54 #file-system CD9660
55 file-system MSDOSFS
56 file-system FDESC
57 file-system KERNFS
58 file-system NULLFS
59 #file-system OVERLAY
60 file-system PROCFS
61 #file-system UMAPFS
62 #file-system UNION
63 file-system PTYFS # /dev/pts/N support
64
65 #options DISKLABEL_EI # disklabel Endian Independent support
66 #options FFS_EI # FFS Endian Independent support
67 #options FFS_NO_SNAPSHOT # No FFS snapshot support
68
69 options INET
70 #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
71
72 #options ALTQ # Manipulate network interfaces' output queues
73 #options ALTQ_BLUE # Stochastic Fair Blue
74 #options ALTQ_CBQ # Class-Based Queueing
75 #options ALTQ_CDNR # Diffserv Traffic Conditioner
76 #options ALTQ_FIFOQ # First-In First-Out Queue
77 #options ALTQ_FLOWVALVE # RED/flow-valve (red-penalty-box)
78 #options ALTQ_HFSC # Hierarchical Fair Service Curve
79 #options ALTQ_LOCALQ # Local queueing discipline
80 #options ALTQ_PRIQ # Priority Queueing
81 #options ALTQ_RED # Random Early Detection
82 #options ALTQ_RIO # RED with IN/OUT
83 #options ALTQ_WFQ # Weighted Fair Queueing
84
85 options NFS_BOOT_BOOTPARAM,NFS_BOOT_BOOTP
86
87 config netbsd root on ? type ?
88
89 # network psuedo-devices
90 pseudo-device bpfilter # packet filter
91 pseudo-device vlan # IEEE 802.1q encapsulation
92 #pseudo-device pppoe # PPP over Ethernet (RFC 2516)
93 #pseudo-device bridge # simple inter-network bridging
94 #options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too
95 #pseudo-device npf # NPF packet filter
96 pseudo-device loop
97
98 # mouse & keyboard multiplexor pseudo-devices
99 #pseudo-device wsmux
100
101 # miscellaneous pseudo-devices
102 #pseudo-device vnd
103 #options VND_COMPRESSION # compressed vnd(4)
104 #pseudo-device cgd # cryptographic disk devices
105 pseudo-device pty
106 pseudo-device clockctl # user control of clock subsystem
107 pseudo-device ksyms # /dev/ksyms
108 pseudo-device fss # file system snapshot device
109
110 #
111 # device
112 #
113 options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
114
115 #options PCIVERBOSE # verbose PCI device messages
116 #options PCI_CONFIG_DUMP # verbosely dump PCI config space
117 #options PCI_NETBSD_CONFIGURE # Have NetBSD configure PCI I/O & Mem
118
119 mainbus0 at root
120
121 cpu* at mainbus0
122 pci* at mainbus0 bus ?
123
124 ppb* at pci? dev ? function ? # PCI-PCI bridges
125 pci* at ppb? bus ?
126
127 pchb* at pci? dev ? function ? # PCI host bridge
128 pcib* at pci? dev ? function ? # WinBond 83C533F PCI-ISA bridges
129
130 eumb* at mainbus0
131 #com* at eumb?
132 ociic* at eumb?
133 iic* at ociic?
134
135 slide* at pci? dev ? function ? # WB/Symphony IDE controllers
136 atabus* at ata?
137
138 fxp* at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B
139 inphy* at mii? phy ? # Intel 82555 PHYs
140
141 isa* at pcib? # ISA on PCI-ISA bridge
142
143 pckbc0 at isa? # PS/2 keyboard controller
144 pckbd* at pckbc? # PC keyboard
145 pms* at pckbc? # PS/2 mouse for wsmouse
146 wskbd* at pckbd? console ?
147 wsmouse* at pms? mux 0
148
149 com0 at isa? port 0x3f8 irq 4 # standard PC serial ports
150 com1 at isa? port 0x2f8 irq 3
151
152 lpt0 at isa? port 0x278 irq 7 # standard PC parallel ports
153
154 wd* at atabus? drive ? flags 0x0000
155