Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / release / picobsd / router / PICOBSD
1 #
2 # $FreeBSD: src/release/picobsd/router/PICOBSD,v 1.6.2.3 2002/03/13 18:16:53 luigi Exp $
3 # $DragonFly: src/release/picobsd/router/Attic/PICOBSD,v 1.2 2003/06/17 04:27:20 dillon Exp $
4 #
5 #Line starting with #PicoBSD contains PicoBSD build parameters
6 #marker        def_sz  init    MFS_inodes      floppy_inodes
7 #PicoBSD       1200     oinit   3072            32768
8 options MD_ROOT_SIZE=1200
9
10 machine         i386
11 cpu             I386_CPU
12 cpu             I486_CPU
13 cpu             I586_CPU
14 cpu             I686_CPU
15 ident           PICOBSD
16 maxusers        10
17
18 options MATH_EMULATE            #Support for x87 emulation
19 options         INET                    #InterNETworking
20 options         FFS                     #Berkeley Fast Filesystem
21 options         FFS_ROOT                #FFS usable as root device [keep this!]
22 options         MFS                     #Memory Filesystem
23 options         MD_ROOT                 #MFS as root
24 #options        MSDOSFS                 #MSDOS Filesystem
25 #options        CD9660                  #ISO 9660 Filesystem
26 #options        PROCFS                  #Process filesystem
27 options         COMPAT_43               #Compatible with BSD 4.3 [KEEP THIS!]
28 options         USERCONFIG              #boot -c editor
29 #options        USERCONFIG_BOOT         #imply -c and parse info area
30 #options        VISUAL_USERCONFIG       #visual boot -c editor
31 options         IPFIREWALL
32 options         IPFIREWALL_DEFAULT_TO_ACCEPT
33 options         IPDIVERT
34 options         PCI_QUIET
35 #options        DEVFS
36 options         NO_SWAPPING
37 # Support for bridging and bandwidth limiting
38 #options        DUMMYNET
39 #options        BRIDGE
40
41 device  isa0
42 device  pci0
43
44 device  fdc0    at isa? port IO_FD1 irq 6 drq 2
45 device          fd0     at fdc0 drive 0
46 #device         fd1     at fdc0 drive 1
47
48 # atkbdc0 controlls both the keyboard and the PS/2 mouse
49 device  atkbdc0 at isa? port IO_KBD
50 device          atkbd0  at atkbdc? irq 1
51
52 device          vga0    at isa? port ?
53
54 # syscons is the default console driver, resembling an SCO console
55 device          sc0     at isa?
56
57 device          npx0    at nexus? port IO_NPX irq 13
58
59 device          sio0    at isa? port IO_COM1 flags 0x10 irq 4
60 device          sio1    at isa? port IO_COM2 irq 3
61 device          sio2    at isa? disable port IO_COM3 irq 5
62 device          sio3    at isa? disable port IO_COM4 irq 9
63
64 # The following Ethernet NICs are all PCI devices.
65 #
66 device miibus
67 device dc0
68 device fxp0     # Intel EtherExpress PRO/100B (82557, 82558)
69
70 # Order is important here due to intrusive probes, do *not* alphabetize
71 # this list of network interfaces until the probes have been fixed.
72 # Right now it appears that the ie0 must be probed before ep0. See
73 # revision 1.20 of this file.
74
75 device ed0 at isa? port 0x280 irq 5 iomem 0xd8000
76 device ed1 at isa? port 0x300 irq 10 iomem 0xd0000
77 device ep0 at isa? port 0x300 irq 10
78 device ep1 at isa? port 0x280 irq 5
79 device ie0 at isa? port 0x300 irq 5 iomem 0xd0000
80 device ie1 at isa? port 0x360 irq 7 iomem 0xd0000
81
82 pseudo-device   loop
83 pseudo-device   ether
84 #pseudo-device  tun     2
85 pseudo-device ppp       4
86 pseudo-device   pty     16
87 pseudo-device   md