Initial import from FreeBSD RELENG_4:
[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 #Line starting with #PicoBSD contains PicoBSD build parameters
4 #marker                def_sz  init    MFS_inodes      floppy_inodes
5 #PicoBSD       2200    init    4096            32768
6 options MD_ROOT_SIZE=2200      # same as def_sz
7
8 #
9 machine         i386
10 cpu             I386_CPU
11 cpu             I486_CPU
12 cpu             I586_CPU
13 cpu             I686_CPU
14 ident           PICOBSD
15 maxusers        3
16
17 options         MATH_EMULATE            #Support for x87 emulation
18 options         INET                    #InterNETworking
19 options         FFS                     #Berkeley Fast Filesystem
20 options         FFS_ROOT                #FFS usable as root device [keep this!]
21 options         MFS                     #Memory Filesystem
22 options         MD_ROOT                 #Use MFS for root
23 options         MSDOSFS                 #MSDOS Filesystem
24 options         CD9660                  #ISO 9660 Filesystem
25 options         EXT2FS
26 options         COMPAT_43               #Compatible with BSD 4.3 [KEEP THIS!]
27 options         USERCONFIG              #boot -c editor
28 options         VISUAL_USERCONFIG       #visual boot -c editor
29 options         INTRO_USERCONFIG                #imply -c and parse info area
30 #options                DEVFS
31 options         PCI_QUIET
32 options         NO_SWAPPING
33
34 device  isa0
35 device  pci0
36
37 device          fdc0    at isa? port IO_FD1 irq 6 drq 2
38 device          fd0     at fdc0 drive 0
39 device          fd1     at fdc0 drive 1
40
41 device  ata0    at isa? port IO_WD1 irq 14
42 device  ata1    at isa? port IO_WD2 irq 15
43 device          atadisk
44 device          atapicd
45 options         ATA_STATIC_ID           #Static device numbering
46
47 # atkbdc0 controlls both the keyboard and the PS/2 mouse
48 device  atkbdc0 at isa? port IO_KBD
49 device          atkbd0  at atkbdc? irq 1
50 #device         psm0    at atkbdc? irq 12
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
65 #
66 # The following Ethernet NICs are all PCI devices.
67 #
68 device miibus
69 device dc0              # DEC/Intel DC21x4x (``Tulip'')
70 device fxp0             # Intel EtherExpress PRO/100B (82557, 82558
71
72 # Order is important here due to intrusive probes, do *not* alphabetize
73 # this list of network interfaces until the probes have been fixed.
74 # Right now it appears that the ie0 must be probed before ep0. See
75 # revision 1.20 of this file.
76
77 device ed0 at isa? port 0x280 irq 5 iomem 0xd8000
78 device ep0 at isa? port 0x300 irq 10
79 device ie0 at isa? port 0x300 irq 5 iomem 0xd0000
80 device le0 at isa? port 0x300 irq 5 iomem 0xd0000
81 device lnc0 at isa? port 0x300 irq 10
82
83 pseudo-device   loop
84 pseudo-device   ether
85 pseudo-device   tun     1
86 pseudo-device   pty     16
87 pseudo-device   md
88 #pseudo-device  gzip            # Exec gzipped a.out's