]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - tools/tools/tinybsd/conf/firewall/TINYBSD
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / tools / tools / tinybsd / conf / firewall / TINYBSD
1 # $FreeBSD$
2 machine         i386
3 cpu             I486_CPU
4 cpu             I586_CPU
5 cpu             I686_CPU
6 ident           TINYBSD
7
8 # To statically compile in device wiring instead of /boot/device.hints
9 #hints          "GENERIC.hints"         # Default places to look for devices.
10
11 options         SCHED_4BSD              # 4BSD scheduler
12 options         INET                    # InterNETworking
13 options         FFS                     # Berkeley Fast Filesystem
14 options         SOFTUPDATES             # Enable FFS soft updates support
15 options         UFS_DIRHASH             # Improve performance on big directories
16 options         MD_ROOT                 # MD is a potential root device
17 options         PROCFS                  # Process filesystem (requires PSEUDOFS)
18 options         PSEUDOFS                # Pseudo-filesystem framework
19 options         GEOM_PART_GPT           # GUID Partition Tables.
20 options         COMPAT_43               # Compatible with BSD 4.3 [KEEP THIS!]
21 options         COMPAT_FREEBSD4         # Compatible with FreeBSD4
22 options         SYSVSHM                 # SYSV-style shared memory
23 options         SYSVMSG                 # SYSV-style message queues
24 options         SYSVSEM                 # SYSV-style semaphores
25 options         _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
26 options         KBD_INSTALL_CDEV        # install a CDEV entry in /dev
27 options         AHC_REG_PRETTY_PRINT    # Print register bitfields in debug
28                                         # output.  Adds ~128k to driver.
29 options         AHD_REG_PRETTY_PRINT    # Print register bitfields in debug
30                                         # output.  Adds ~215k to driver.
31 options         ADAPTIVE_GIANT          # Giant mutex is adaptive.
32
33 device          apic                    # I/O APIC
34
35 device          eisa
36 device          pci
37
38 # Floppy drives
39 #device         fdc
40
41 # ATA and ATAPI devices
42 device          ata
43 device          atadisk         # ATA disk drives
44 options         ATA_STATIC_ID   # Static device numbering
45
46 # atkbdc0 controls both the keyboard and the PS/2 mouse
47 device          atkbdc          # AT keyboard controller
48 device          atkbd           # AT keyboard
49 device          psm             # PS/2 mouse
50
51 device          vga             # VGA video card driver
52
53 #device         splash          # Splash screen and screen saver support
54
55 # syscons is the default console driver, resembling an SCO console
56 device          sc
57
58 # Enable this for the pcvt (VT220 compatible) console driver
59 #device         vt
60 #options        XSERVER         # support for X server on a vt console
61 #options        FAT_CURSOR      # start with block cursor
62
63 device          agp             # support several AGP chipsets
64
65 # Power management support (see NOTES for more options)
66 #device         apm
67 # Add suspend/resume support for the i8254.
68 device          pmtimer
69
70 # PCCARD (PCMCIA) support
71 # PCMCIA and cardbus bridge support
72 #device         cbb             # cardbus (yenta) bridge
73 #device         pccard          # PC Card (16-bit) bus
74 #device         cardbus         # CardBus (32-bit) bus
75
76 # Serial (COM) ports
77 device          sio             # 8250, 16[45]50 based serial ports
78
79 # PCI Ethernet NICs.
80 device          de              # DEC/Intel DC21x4x (``Tulip'')
81 device          em              # Intel PRO/1000 adapter Gigabit Ethernet Card
82 device          ixgb            # Intel PRO/10GbE Ethernet Card
83 device          txp             # 3Com 3cR990 (``Typhoon'')
84 device          vx              # 3Com 3c590, 3c595 (``Vortex'')
85
86 # PCI Ethernet NICs that use the common MII bus controller code.
87 # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
88 device          miibus          # MII bus support
89 device          bfe             # Broadcom BCM440x 10/100 Ethernet
90 device          bge             # Broadcom BCM570xx Gigabit Ethernet
91 device          dc              # DEC/Intel 21143 and various workalikes
92 device          fxp             # Intel EtherExpress PRO/100B (82557, 82558)
93 device          lge             # Level 1 LXT1001 gigabit ethernet
94 device          nge             # NatSemi DP83820 gigabit ethernet
95 device          pcn             # AMD Am79C97x PCI 10/100 (precedence over 'lnc')
96 device          re              # RealTek 8139C+/8169/8169S/8110S
97 device          rl              # RealTek 8129/8139
98 device          sf              # Adaptec AIC-6915 (``Starfire'')
99 device          sis             # Silicon Integrated Systems SiS 900/SiS 7016
100 device          sk              # SysKonnect SK-984x & SK-982x gigabit Ethernet
101 device          ste             # Sundance ST201 (D-Link DFE-550TX)
102 device          ti              # Alteon Networks Tigon I/II gigabit Ethernet
103 device          tl              # Texas Instruments ThunderLAN
104 device          tx              # SMC EtherPower II (83c170 ``EPIC'')
105 device          vge             # VIA VT612x gigabit ethernet
106 device          vr              # VIA Rhine, Rhine II
107 device          wb              # Winbond W89C840F
108 device          xl              # 3Com 3c90x (``Boomerang'', ``Cyclone'')
109
110 # ISA Ethernet NICs.  pccard NICs included.
111 device          cs              # Crystal Semiconductor CS89x0 NIC
112 # 'device ed' requires 'device miibus'
113 device          ed              # NE[12]000, SMC Ultra, 3c503, DS8390 cards
114 device          ex              # Intel EtherExpress Pro/10 and Pro/10+
115 device          ep              # Etherlink III based cards
116 device          fe              # Fujitsu MB8696x based cards
117 device          ie              # EtherExpress 8/16, 3C507, StarLAN 10 etc.
118 device          sn              # SMC's 9000 series of Ethernet chips
119 device          xe              # Xircom pccard Ethernet
120
121 # ISA devices that use the old ISA shims
122 #device         le
123
124 # Wireless NIC cards
125 device          wlan            # 802.11 support
126 #device         an              # Aironet 4500/4800 802.11 wireless NICs.
127 #device         awi             # BayStack 660 and others
128 #device         wi              # WaveLAN/Intersil/Symbol 802.11 wireless NICs.
129 #device         wl              # Older non 802.11 Wavelan wireless NIC.
130
131 # Pseudo devices.
132 device          loop            # Network loopback
133 device          random          # Entropy device
134 device          ether           # Ethernet support
135 device          pty             # Pseudo-ttys (telnet etc)
136 device          md              # Memory "disks"
137
138 # The `bpf' device enables the Berkeley Packet Filter.
139 # Be aware of the administrative consequences of enabling this!
140 # Note that 'bpf' is required for DHCP.
141 device          bpf             # Berkeley packet filter
142
143 options         IPFIREWALL
144 options         IPFIREWALL_DEFAULT_TO_ACCEPT
145 options         IPDIVERT
146 options         DUMMYNET
147
148 device          pf                      #PF OpenBSD packet-filter firewall
149 device          pflog                   #logging support interface for PF
150 device          pfsync                  #synchronization interface for PF
151 device          carp                    #Common Address Redundancy Protocol
152
153 options         ALTQ
154 options         ALTQ_CBQ        # Class Bases Queueing
155 options         ALTQ_RED        # Random Early Detection
156 options         ALTQ_RIO        # RED In/Out
157 options         ALTQ_HFSC       # Hierarchical Packet Scheduler
158 options         ALTQ_CDNR       # Traffic conditioner
159 options         ALTQ_PRIQ       # Priority Queueing
160 options         ALTQ_NOPCC      # Required for SMP build
161
162 device          ath
163 device          ath_hal
164 device          ath_rate_sample
165
166 # CLK_USE_I8254_CALIBRATION causes the calibrated frequency of the i8254
167 # clock to actually be used.
168 options CLK_USE_I8254_CALIBRATION
169
170 # CPU_ELAN enables support for AMDs ElanSC520 CPU.
171 options         CPU_ELAN
172 options         CPU_SOEKRIS
173 options         CPU_ELAN_XTAL=32768000
174 options         CPU_ELAN_PPS
175