Initial import from FreeBSD RELENG_4:
[dragonfly.git] / release / picobsd / bridge / PICOBSD
1 #
2 # $FreeBSD: src/release/picobsd/bridge/PICOBSD,v 1.1.4.7 2002/08/24 03:58:21 luigi Exp $
3 #
4 # Line starting with #PicoBSD contains PicoBSD build parameters
5 #marker         def_sz  init    MFS_inodes      floppy_inodes
6 #PicoBSD        2400    init    8192            32768
7 options MD_ROOT_SIZE=2400      # same as def_sz
8
9 # next to each option there is the approx. space used in the
10 # picobsd image.
11
12 machine         i386
13 cpu             I386_CPU
14 cpu             I486_CPU
15 cpu             I586_CPU
16 cpu             I686_CPU
17 ident           PICOBSD
18 maxusers        20
19
20 options         INET                    #InterNETworking
21 options         FFS                     #Berkeley Fast Filesystem
22 options         FFS_ROOT                #FFS usable as root device [keep this!]
23 #options                BOOTP
24 options         MFS                     #Memory Filesystem
25 options         MD_ROOT         #MFS as root
26 options         COMPAT_43               #Compatible with BSD 4.3 [KEEP THIS!]
27
28 #options        MSDOSFS         #MSDOS Filesystem
29 #options        CD9660          #ISO 9660 Filesystem, 12KB
30 #options        PROCFS          #Process filesystem, 4KB
31 #options        USERCONFIG              #boot -c editor, 4KB
32 #options        INTRO_USERCONFIG        #imply -c and parse info area
33 #options        VISUAL_USERCONFIG       #visual boot -c editor
34
35 options         IPFIREWALL
36 options         IPFIREWALL_DEFAULT_TO_ACCEPT
37 options         IPFW2
38 options         IPDIVERT # divert (for natd, 4KB)
39 #options        DEVFS
40 options         PCI_QUIET
41 # Support for bridging and bandwidth limiting
42 options DUMMYNET
43 options BRIDGE
44 options HZ=1000
45 options NMBCLUSTERS=4096
46
47 #config         kernel  root on fd0a
48
49 device  isa0
50 device  pci0
51
52 device          fdc0    at isa? port IO_FD1 irq 6 drq 2
53 device          fd0     at fdc0 drive 0
54
55 #device ata0    at isa? port IO_WD1 irq 14
56 #device ata1    at isa? port IO_WD2 irq 15
57 #device ata
58 #device atadisk
59 #device atapicd # 8KB
60
61 # atkbdc0 controls both the keyboard and the PS/2 mouse
62 device  atkbdc0 at isa? port IO_KBD
63 device          atkbd0  at atkbdc? irq 1
64 #device          psm0    at atkbdc? irq 12 # 8KB
65
66 device          vga0    at isa?
67
68 # syscons is the default console driver, resembling an SCO console
69 device          sc0     at isa?
70
71 device          npx0    at nexus? port IO_NPX irq 13
72
73 device          sio0    at isa? port IO_COM1 flags 0x10 irq 4
74 device          sio1    at isa? port IO_COM2 irq 3
75
76 # device ppc0   at isa? port? flags 0x40 irq 7
77 # device        ppbus0
78 # device                nlpt0   at ppbus?
79 # device                plip0   at ppbus?
80 # device                ppi0    at ppbus?
81
82 #
83 # The following Ethernet NICs are all PCI devices.
84 #
85 device  miibus 
86 #device de0              # DEC/Intel DC21x4x (``Tulip'')
87 device  fxp             # Intel, 4KB
88 #device xl              # 3Com
89 #device ep0
90 device rl               # Realtek 8139, 4KB
91 device dc               # New Dec/Intel DC21x4x, 8KB
92 #device lnc
93 device sis              # National
94
95 device ed0 at isa? port 0x280 irq 5 iomem 0xd8000
96 device ed1 at isa? port 0x300 irq 5 iomem 0xd0000
97
98 pseudo-device   loop
99 pseudo-device   ether
100 pseudo-device   tun     2       # 4KB, for ppp
101 #pseudo-device  vn
102 pseudo-device   pty     16
103 pseudo-device   md              # memory disk
104
105 #options        MATH_EMULATE            #Support for x87 emulation, 4KB
106 pseudo-device   bpf 4   # 4KB, for tcpdump
107 #options        NFS                     #Network Filesystem
108 #options        NFS_NOSERVER            #Network Filesystem
109 options         DDB
110 options         DEVICE_POLLING