]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - release/picobsd/bridge/PICOBSD
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.git] / release / picobsd / bridge / PICOBSD
1 #
2 # $FreeBSD$
3 #
4 # Line starting with #PicoBSD contains PicoBSD build parameters
5 #marker         def_sz  init    MFS_inodes      floppy_inodes
6 #PicoBSD        8000    init    8192            32768
7 options MD_ROOT_SIZE=8000      # same as def_sz
8
9 hints   "PICOBSD.hints"
10
11 # values accessible through getenv()
12 # env          "PICOBSD.env"
13
14 cpu             I486_CPU
15 cpu             I586_CPU
16 cpu             I686_CPU
17 ident           PICOBSD
18
19 options         SCHED_4BSD              # mandatory to have one scheduler
20 #options        MATH_EMULATE            #Support for x87 emulation
21 options         INET                    #InterNETworking
22 #options        INET6
23 options         FFS                     #Berkeley Fast Filesystem
24 #options        BOOTP                   #Use BOOTP to obtain IP address/hostname
25 options         MD_ROOT                 #MD is a potential root device
26
27 #options        NFS                     #Network Filesystem
28 #options        NFS_ROOT                #NFS usable as root device, NFS required
29
30 #options        MSDOSFS                 #MSDOS Filesystem
31 #options        CD9660                  #ISO 9660 Filesystem
32 #options        CD9660_ROOT             #CD-ROM usable as root, CD9660 required
33 #options        DEVFS                   #Device Filesystem
34 #options        PROCFS                  #Process filesystem
35 options         COMPAT_43               #Compatible with BSD 4.3 [KEEP THIS!]
36
37 #options                DDB
38
39 options         IPFIREWALL
40 options         IPFIREWALL_DEFAULT_TO_ACCEPT
41 options         IPDIVERT                # divert (for natd)
42
43 # Support for bridging and bandwidth limiting
44 options         DUMMYNET
45 device          if_bridge
46 options         HZ=1000
47
48 device          random                  # used by ssh
49 device          pci
50
51 # Floppy drives
52 device          fdc
53
54 # ATA and ATAPI devices
55 #device         ata
56 #device         atadisk                 # ATA disk drives
57 #device         atapicd                 # ATAPI CDROM drives
58 #options                ATA_STATIC_ID           #Static device numbering
59
60 # atkbdc0 controls both the keyboard and the PS/2 mouse
61 device          atkbdc                  # At keyboard controller
62 device          atkbd
63 #device         psm                     # do we need the mouse ??
64
65 device          vga                     # VGA screen
66
67 # syscons is the default console driver, resembling an SCO console
68 device          sc
69
70 # Serial (COM) ports
71 device          sio
72
73 # Audio support
74 #device         pcm
75
76 # PCCARD (PCMCIA) support
77 #device         card            # pccard bus
78 #device         pcic            # PCMCIA bridge
79
80 # Parallel port
81 #device         ppc
82 #device         ppbus           # Parallel port bus (required)
83 #device         lpt             # Printer
84 #device         plip            # TCP/IP over parallel
85 #device         ppi             # Parallel port interface device
86
87 #
88 # The following Ethernet NICs are all PCI devices.
89 #
90 device  miibus 
91 device          fxp             # Intel EtherExpress PRO/100B (82557, 82558)
92 device          nfe             # nVidia nForce MCP on-board Ethernet
93 #device         xl              # 3Com
94 device          rl              # RealTek 8129/8139
95 device          re              # RealTek 8139C+/8169/8169S/8110S
96 device          sis             # National/SiS
97 device          dc              # DEC/Intel 21143 and various workalikes
98 device          ed
99
100 device          loop            # Network loopback
101 device          ether           # Ethernet support
102 device          tun             # Packet tunnel.
103 #device         vn              #Vnode driver (turns a file into a device)
104 device          pty             # Pseudo-ttys (telnet etc)
105 device          md              # Memory "disks"
106 #device         gif     4       # IPv6 and IPv4 tunneling
107 #device         faith   1       # IPv6-to-IPv4 relaying (translation)
108 device          tap
109
110 #options                DEVICE_POLLING
111
112 # The `bpf' device enables the Berkeley Packet Filter.
113 # Be aware of the administrative consequences of enabling this!
114 device          bpf             # Berkeley packet filter