]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - tools/tools/tinybsd/conf/wrap/TINYBSD
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / tools / tools / tinybsd / conf / wrap / TINYBSD
1 # $FreeBSD$
2 machine         i386
3 cpu             I586_CPU
4 ident           TINYBSD
5 maxusers        8
6 options         CPU_GEODE
7
8 # To statically compile in device wiring instead of /boot/device.hints
9 #hints          "GENERIC.hints"         # Default places to look for devices.
10 options         SCHED_4BSD              # 4BSD scheduler
11 options         INET                    # InterNETworking
12 options         FFS                     # Berkeley Fast Filesystem
13 options         SOFTUPDATES             # Enable FFS soft updates support
14 options         UFS_ACL                 # Support for access control lists
15 options         UFS_DIRHASH             # Improve performance on big directories
16 options         MD_ROOT                 # MD is a potential root device
17 options         NFSCLIENT               # Network Filesystem Client
18 options         NFSSERVER               # Network Filesystem Server
19 options         NFS_ROOT                # NFS usable as /, requires NFSCLIENT
20 options         PROCFS                  # Process filesystem (requires PSEUDOFS)
21 options         PSEUDOFS                # Pseudo-filesystem framework
22 options         GEOM_PART_GPT           # GUID Partition Tables.
23 options         COMPAT_43               # Compatible with BSD 4.3 [KEEP THIS!]
24 options         COMPAT_FREEBSD4         # Compatible with FreeBSD4
25 options         SYSVSHM                 # SYSV-style shared memory
26 options         SYSVMSG                 # SYSV-style message queues
27 options         SYSVSEM                 # SYSV-style semaphores
28 options         _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
29 options         KBD_INSTALL_CDEV        # install a CDEV entry in /dev
30 options         AHC_REG_PRETTY_PRINT    # Print register bitfields in debug
31                                         # output.  Adds ~128k to driver.
32 options         AHD_REG_PRETTY_PRINT    # Print register bitfields in debug
33                                         # output.  Adds ~215k to driver.
34 options         ADAPTIVE_GIANT          # Giant mutex is adaptive.
35
36 #device         apic                    # I/O APIC
37
38 device          pci
39
40 # ATA and ATAPI devices
41 device          ata
42 device          atadisk         # ATA disk drives
43 options         ATA_STATIC_ID   # Static device numbering
44
45 # Serial (COM) ports
46 device          sio             # 8250, 16[45]50 based serial ports
47
48 # PCI Ethernet NICs.
49 device          de              # DEC/Intel DC21x4x (``Tulip'')
50 device          em              # Intel PRO/1000 adapter Gigabit Ethernet Card
51 device          ixgb            # Intel PRO/10GbE Ethernet Card
52 device          txp             # 3Com 3cR990 (``Typhoon'')
53 device          vx              # 3Com 3c590, 3c595 (``Vortex'')
54
55 # PCI Ethernet NICs that use the common MII bus controller code.
56 # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
57 device          miibus          # MII bus support
58 device          bfe             # Broadcom BCM440x 10/100 Ethernet
59 device          bge             # Broadcom BCM570xx Gigabit Ethernet
60 device          dc              # DEC/Intel 21143 and various workalikes
61 device          fxp             # Intel EtherExpress PRO/100B (82557, 82558)
62 device          lge             # Level 1 LXT1001 gigabit ethernet
63 device          nge             # NatSemi DP83820 gigabit ethernet
64 device          pcn             # AMD Am79C97x PCI 10/100 (precedence over 'lnc')
65 device          re              # RealTek 8139C+/8169/8169S/8110S
66 device          rl              # RealTek 8129/8139
67 device          sf              # Adaptec AIC-6915 (``Starfire'')
68 device          sis             # Silicon Integrated Systems SiS 900/SiS 7016
69 device          sk              # SysKonnect SK-984x & SK-982x gigabit Ethernet
70 device          ste             # Sundance ST201 (D-Link DFE-550TX)
71 device          ti              # Alteon Networks Tigon I/II gigabit Ethernet
72 device          tl              # Texas Instruments ThunderLAN
73 device          tx              # SMC EtherPower II (83c170 ``EPIC'')
74 device          vge             # VIA VT612x gigabit ethernet
75 device          vr              # VIA Rhine, Rhine II
76 device          wb              # Winbond W89C840F
77 device          xl              # 3Com 3c90x (``Boomerang'', ``Cyclone'')
78
79 # ISA Ethernet NICs.  pccard NICs included.
80 device          cs              # Crystal Semiconductor CS89x0 NIC
81 # 'device ed' requires 'device miibus'
82 device          ed              # NE[12]000, SMC Ultra, 3c503, DS8390 cards
83 device          ex              # Intel EtherExpress Pro/10 and Pro/10+
84 device          ep              # Etherlink III based cards
85 device          fe              # Fujitsu MB8696x based cards
86 device          ie              # EtherExpress 8/16, 3C507, StarLAN 10 etc.
87 device          sn              # SMC's 9000 series of Ethernet chips
88 device          xe              # Xircom pccard Ethernet
89
90 # Wireless NIC cards
91 device          wlan            # 802.11 support
92 device          wlan_wep                #802.11 WEP support
93 device          wlan_ccmp               #802.11 CCMP support
94 device          wlan_tkip               #802.11 TKIP support
95 device          wlan_xauth              #802.11 external authenticator support
96 device          wlan_acl                #802.11 MAC ACL support
97 device          an              # Aironet 4500/4800 802.11 wireless NICs.
98 device          awi             # BayStack 660 and others
99 device          wi              # WaveLAN/Intersil/Symbol 802.11 wireless NICs.
100 device          ath
101 device          ath_hal
102 device          ath_rate_sample
103
104 # Pseudo devices.
105 device          loop            # Network loopback
106 device          random          # Entropy device
107 device          ether           # Ethernet support
108 device          ppp             # Kernel PPP
109 device          tun             # Packet tunnel.
110 device          pty             # Pseudo-ttys (telnet etc)
111 device          md              # Memory "disks"
112 device          gif             # IPv6 and IPv4 tunneling
113 device          faith           # IPv6-to-IPv4 relaying (translation)
114
115 # The `bpf' device enables the Berkeley Packet Filter.
116 # Be aware of the administrative consequences of enabling this!
117 # Note that 'bpf' is required for DHCP.
118 device          bpf             # Berkeley packet filter
119
120 options         INCLUDE_CONFIG_FILE
121
122 options         IPFIREWALL
123 options         IPFIREWALL_DEFAULT_TO_ACCEPT
124 options         IPDIVERT
125 options         DUMMYNET
126
127 options         ALTQ
128 options         ALTQ_CBQ
129 options         ALTQ_RED
130 options         ALTQ_RIO
131 options         ALTQ_HFSC
132 options         ALTQ_CDNR
133 options         ALTQ_PRIQ
134
135 device          pf
136 device          pflog
137 device          pfsync
138 device          carp
139 device          if_bridge
140
141 options         DEVICE_POLLING