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