]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - release/picobsd/bridge/PICOBSD
This commit was generated by cvs2svn to compensate for changes in r177420,
[FreeBSD/FreeBSD.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        3200    init    8192            32768
7 options MD_ROOT_SIZE=3200      # same as def_sz
8
9 hints   "PICOBSD.hints"
10 cpu             I486_CPU
11 cpu             I586_CPU
12 cpu             I686_CPU
13 ident           PICOBSD
14
15 options         SCHED_4BSD              # mandatory to have one scheduler
16 #options        MATH_EMULATE            #Support for x87 emulation
17 options         INET                    #InterNETworking
18 #options        INET6
19 options         FFS                     #Berkeley Fast Filesystem
20 #options        BOOTP                   #Use BOOTP to obtain IP address/hostname
21 options         MD_ROOT                 #MD is a potential root device
22
23 #options        NFS                     #Network Filesystem
24 #options        NFS_ROOT                #NFS usable as root device, NFS required
25
26 #options        MSDOSFS                 #MSDOS Filesystem
27 #options        CD9660                  #ISO 9660 Filesystem
28 #options        CD9660_ROOT             #CD-ROM usable as root, CD9660 required
29 #options        DEVFS                   #Device Filesystem
30 #options        PROCFS                  #Process filesystem
31 options         COMPAT_43               #Compatible with BSD 4.3 [KEEP THIS!]
32
33 #options                DDB
34
35 options         IPFIREWALL
36 options         IPFIREWALL_DEFAULT_TO_ACCEPT
37 options         IPDIVERT                # divert (for natd)
38
39 # Support for bridging and bandwidth limiting
40 options         DUMMYNET
41 device          if_bridge
42 options         HZ=1000
43
44 device          isa
45 device          pci
46
47 # Floppy drives
48 device          fdc
49
50 # ATA and ATAPI devices
51 #device         ata
52 #device         atadisk                 # ATA disk drives
53 #device         atapicd                 # ATAPI CDROM drives
54 #options                ATA_STATIC_ID           #Static device numbering
55
56 # atkbdc0 controls both the keyboard and the PS/2 mouse
57 device          atkbdc                  # At keyboard controller
58 device          atkbd
59 #device         psm                     # do we need the mouse ??
60
61 device          vga                     # VGA screen
62
63 # syscons is the default console driver, resembling an SCO console
64
65 device          sc
66
67 # Floating point support - do not disable.
68 device          npx
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         de              # DEC/Intel DC21x4x (``Tulip'')
92 #device         lnc
93 device          fxp             # Intel EtherExpress PRO/100B (82557, 82558)
94 #device         xl              # 3Com
95 device          rl              # RealTek 8129/8139
96 device          sis             # National/SiS
97 #device         vx              # 3Com 3c590, 3c595 (``Vortex'')
98 #device         wx              # Intel Gigabit Ethernet Card (``Wiseman'')
99 device          dc              # DEC/Intel 21143 and various workalikes
100 device          ed
101
102 device          loop            # Network loopback
103 device          ether           # Ethernet support
104 device          tun             # Packet tunnel.
105 #device         vn              #Vnode driver (turns a file into a device)
106 device          pty             # Pseudo-ttys (telnet etc)
107 device          md              # Memory "disks"
108 #device         gif     4       # IPv6 and IPv4 tunneling
109 #device         faith   1       # IPv6-to-IPv4 relaying (translation)
110 #device         tap
111
112 options         DEVICE_POLLING
113
114 # The `bpf' device enables the Berkeley Packet Filter.
115 # Be aware of the administrative consequences of enabling this!
116 #device         bpf             # Berkeley packet filter