Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / release / picobsd / net / PICOBSD
1 #
2 # $FreeBSD: src/release/picobsd/net/PICOBSD,v 1.5.2.3 2002/03/08 13:49:58 luigi Exp $
3 # $DragonFly: src/release/picobsd/net/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       2200    init    4096            32768
8 options MD_ROOT_SIZE=2200      # same as def_sz
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         NFS_NOSERVER            #Network Filesystem
23 options         MFS                     #Memory Filesystem
24 options         MD_ROOT                 #MFS as root
25 options         MSDOSFS                 #MSDOS Filesystem
26 options         CD9660                  #ISO 9660 Filesystem
27 options         COMPAT_43               #Compatible with BSD 4.3 [KEEP THIS!]
28 options         USERCONFIG              #boot -c editor
29 options         INTRO_USERCONFIG                #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 # Support for bridging and bandwidth limiting
37 #options        DUMMYNET
38 #options        BRIDGE
39
40 device  isa0
41 device  pci0
42
43 device  fdc0    at isa? port IO_FD1 irq 6 drq 2
44 device          fd0     at fdc0 drive 0
45 #device         fd1     at fdc0 drive 1
46
47 device  ata0    at isa? port IO_WD1 irq 14
48 device  ata1    at isa? port IO_WD2 irq 15
49 device          atadisk
50 device          atapicd                 
51 options         ATA_STATIC_ID           #Static device numbering
52
53 # atkbdc0 controls both the keyboard and the PS/2 mouse
54 device  atkbdc0 at isa? port IO_KBD
55 device          atkbd0  at atkbdc? irq 1
56
57 device          vga0    at isa?
58
59 # syscons is the default console driver, resembling an SCO console
60 device          sc0     at isa?
61
62 device          npx0    at nexus? port IO_NPX irq 13
63
64 device          sio0    at isa? port IO_COM1 flags 0x10 irq 4
65 device          sio1    at isa? port IO_COM2 irq 3
66 device          sio2    at isa? disable port IO_COM3 irq 5
67 device          sio3    at isa? disable port IO_COM4 irq 9
68
69 #device         ppc0    at isa? port? flags 0x40 irq 7
70 #device ppbus0
71 #device         lpt0    at ppbus?
72 #device         plip0   at ppbus?       
73 #device         ppi0    at ppbus?       
74
75 #
76 # The following Ethernet NICs are all PCI devices.
77 #
78 device miibus
79 device dc0              # DEC/Intel DC21x4x (``Tulip'')
80 device fxp0             # Intel EtherExpress PRO/100B (82557, 82558)
81
82 # Order is important here due to intrusive probes, do *not* alphabetize
83 # this list of network interfaces until the probes have been fixed.
84 # Right now it appears that the ie0 must be probed before ep0. See
85 # revision 1.20 of this file.
86
87 device ed0 at isa? port 0x280 irq 5 iomem 0xd8000
88 device ed1 at isa? port 0x300 irq 10 iomem 0xd0000
89 device ep0 at isa? port 0x300 irq 10
90 device ep1 at isa? port 0x280 irq 5
91 device ie0 at isa? port 0x300 irq 5 iomem 0xd0000
92 device ie1 at isa? port 0x360 irq 7 iomem 0xd0000
93
94 pseudo-device   loop
95 pseudo-device   ether
96 pseudo-device   tun     2
97 #pseudo-device  vn
98 pseudo-device   pty     16
99 pseudo-device   md
100 #pseudo-device  gzip            # Exec gzipped a.out's