Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / release / picobsd / dial / PICOBSD
1 #
2 # $FreeBSD: src/release/picobsd/dial/PICOBSD,v 1.5.2.3 2002/03/08 13:25:38 luigi Exp $
3 # $DragonFly: src/release/picobsd/dial/Attic/PICOBSD,v 1.2 2003/06/17 04:27:20 dillon Exp $
4 #Line starting with #PicoBSD contains PicoBSD build parameters
5 #marker                def_sz  init    MFS_inodes      floppy_inodes
6 #PicoBSD       2200    init    4096            32768
7 options MD_ROOT_SIZE=2200      # same as def_sz
8
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        3
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                 #Use MFS for root
24 options         MSDOSFS                 #MSDOS Filesystem
25 options         CD9660                  #ISO 9660 Filesystem
26 options         EXT2FS
27 options         COMPAT_43               #Compatible with BSD 4.3 [KEEP THIS!]
28 options         USERCONFIG              #boot -c editor
29 options         VISUAL_USERCONFIG       #visual boot -c editor
30 options         INTRO_USERCONFIG                #imply -c and parse info area
31 #options                DEVFS
32 options         PCI_QUIET
33 options         NO_SWAPPING
34
35 device  isa0
36 device  pci0
37
38 device          fdc0    at isa? port IO_FD1 irq 6 drq 2
39 device          fd0     at fdc0 drive 0
40 device          fd1     at fdc0 drive 1
41
42 device  ata0    at isa? port IO_WD1 irq 14
43 device  ata1    at isa? port IO_WD2 irq 15
44 device          atadisk
45 device          atapicd
46 options         ATA_STATIC_ID           #Static device numbering
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 #device         psm0    at atkbdc? irq 12
52
53 device          vga0    at isa? port ?
54
55 # syscons is the default console driver, resembling an SCO console
56 device          sc0     at isa?
57
58 device          npx0    at nexus? port IO_NPX irq 13
59
60 device          sio0    at isa? port IO_COM1 flags 0x10 irq 4
61 device          sio1    at isa? port IO_COM2 irq 3
62 device          sio2    at isa? disable port IO_COM3 irq 5
63 device          sio3    at isa? disable port IO_COM4 irq 9
64
65
66 #
67 # The following Ethernet NICs are all PCI devices.
68 #
69 device miibus
70 device dc0              # DEC/Intel DC21x4x (``Tulip'')
71 device fxp0             # Intel EtherExpress PRO/100B (82557, 82558
72
73 # Order is important here due to intrusive probes, do *not* alphabetize
74 # this list of network interfaces until the probes have been fixed.
75 # Right now it appears that the ie0 must be probed before ep0. See
76 # revision 1.20 of this file.
77
78 device ed0 at isa? port 0x280 irq 5 iomem 0xd8000
79 device ep0 at isa? port 0x300 irq 10
80 device ie0 at isa? port 0x300 irq 5 iomem 0xd0000
81 device le0 at isa? port 0x300 irq 5 iomem 0xd0000
82 device lnc0 at isa? port 0x300 irq 10
83
84 pseudo-device   loop
85 pseudo-device   ether
86 pseudo-device   tun     1
87 pseudo-device   pty     16
88 pseudo-device   md
89 #pseudo-device  gzip            # Exec gzipped a.out's