]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tools/tools/tinybsd/conf/wrap/TINYBSD
MFV r348971,r348977:
[FreeBSD/FreeBSD.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          txp             # 3Com 3cR990 (``Typhoon'')
52 device          vx              # 3Com 3c590, 3c595 (``Vortex'')
53
54 # PCI Ethernet NICs that use the common MII bus controller code.
55 # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
56 device          miibus          # MII bus support
57 device          bfe             # Broadcom BCM440x 10/100 Ethernet
58 device          bge             # Broadcom BCM570xx Gigabit Ethernet
59 device          dc              # DEC/Intel 21143 and various workalikes
60 device          fxp             # Intel EtherExpress PRO/100B (82557, 82558)
61 device          lge             # Level 1 LXT1001 gigabit ethernet
62 device          nge             # NatSemi DP83820 gigabit ethernet
63 device          pcn             # AMD Am79C97x PCI 10/100 (precedence over 'lnc')
64 device          re              # RealTek 8139C+/8169/8169S/8110S
65 device          rl              # RealTek 8129/8139
66 device          sf              # Adaptec AIC-6915 (``Starfire'')
67 device          sis             # Silicon Integrated Systems SiS 900/SiS 7016
68 device          sk              # SysKonnect SK-984x & SK-982x gigabit Ethernet
69 device          ste             # Sundance ST201 (D-Link DFE-550TX)
70 device          ti              # Alteon Networks Tigon I/II gigabit Ethernet
71 device          tl              # Texas Instruments ThunderLAN
72 device          tx              # SMC EtherPower II (83c170 ``EPIC'')
73 device          vge             # VIA VT612x gigabit ethernet
74 device          vr              # VIA Rhine, Rhine II
75 device          wb              # Winbond W89C840F
76 device          xl              # 3Com 3c90x (``Boomerang'', ``Cyclone'')
77
78 # ISA Ethernet NICs.  pccard NICs included.
79 device          cs              # Crystal Semiconductor CS89x0 NIC
80 # 'device ed' requires 'device miibus'
81 device          ed              # NE[12]000, SMC Ultra, 3c503, DS8390 cards
82 device          ex              # Intel EtherExpress Pro/10 and Pro/10+
83 device          ep              # Etherlink III based cards
84 device          fe              # Fujitsu MB8696x based cards
85 device          ie              # EtherExpress 8/16, 3C507, StarLAN 10 etc.
86 device          sn              # SMC's 9000 series of Ethernet chips
87 device          xe              # Xircom pccard Ethernet
88
89 # Wireless NIC cards
90 device          wlan            # 802.11 support
91 device          wlan_wep                #802.11 WEP support
92 device          wlan_ccmp               #802.11 CCMP support
93 device          wlan_tkip               #802.11 TKIP support
94 device          wlan_xauth              #802.11 external authenticator support
95 device          wlan_acl                #802.11 MAC ACL support
96 device          an              # Aironet 4500/4800 802.11 wireless NICs.
97 device          awi             # BayStack 660 and others
98 device          wi              # WaveLAN/Intersil/Symbol 802.11 wireless NICs.
99 device          ath
100 device          ath_hal
101 device          ath_rate_sample
102
103 # Pseudo devices.
104 device          loop            # Network loopback
105 device          random          # Entropy device
106 device          ether           # Ethernet support
107 device          ppp             # Kernel PPP
108 device          tun             # Packet tunnel.
109 device          pty             # Pseudo-ttys (telnet etc)
110 device          md              # Memory "disks"
111 device          gif             # IPv6 and IPv4 tunneling
112
113 # The `bpf' device enables the Berkeley Packet Filter.
114 # Be aware of the administrative consequences of enabling this!
115 # Note that 'bpf' is required for DHCP.
116 device          bpf             # Berkeley packet filter
117
118 options         INCLUDE_CONFIG_FILE
119
120 options         IPFIREWALL
121 options         IPFIREWALL_DEFAULT_TO_ACCEPT
122 options         IPDIVERT
123 options         DUMMYNET
124
125 options         ALTQ
126 options         ALTQ_CBQ
127 options         ALTQ_RED
128 options         ALTQ_RIO
129 options         ALTQ_HFSC
130 options         ALTQ_CDNR
131 options         ALTQ_PRIQ
132
133 device          pf
134 device          pflog
135 device          pfsync
136 device          carp
137 device          if_bridge
138
139 options         DEVICE_POLLING