GENERIC revision 1.7 1 # $NetBSD: GENERIC,v 1.7 1998/03/18 16:34:42 bouyer Exp $
2 #
3 # First try for BEBOX config file
4 #
5
6 machine bebox
7
8 maxusers 32
9
10 # Standard system options (should go into std.powerpc?)
11 options SWAPPAGER, VNODEPAGER, DEVPAGER
12 options EXEC_AOUT
13 options EXEC_ELF32
14 options EXEC_SCRIPT
15
16 #options IPKDBUSERHACK # Allow access to mapped memory via kgdb
17 #options DEBUG_BY_TOOLS # Allow debugging from toolsnet
18 # HMAC key to be used for debugging sessions
19 #options IPKDBKEY="\"HMAC pass phrase text\""
20 #options IPKDBSECURE # Allow debugging even when securelevel > 0
21 makeoptions DEBUG="-g"
22
23 options DEBUG
24 options DIAGNOSTIC
25 options TRAP_PANICWAIT
26 options DDB
27 #options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
28 options KTRACE
29
30 options TCP_COMPAT_42
31 options COMPAT_43
32 options COMPAT_09
33 options COMPAT_10
34 options COMPAT_12
35 options COMPAT_13
36
37 file-system FFS
38 file-system MFS
39 file-system NFS
40 file-system CD9660
41 file-system MSDOSFS
42 file-system FDESC
43 file-system KERNFS
44 file-system NULLFS
45 file-system PORTAL
46 file-system PROCFS
47 file-system UMAPFS
48 file-system UNION
49
50 options FIFO
51 #options FFS_EI # FFS Endian Independant support
52 #options NFSSERVER
53
54 options INET
55
56 options NFS_BOOT_BOOTPARAM,NFS_BOOT_BOOTP
57
58 config netbsd root on ? type ?
59
60 pseudo-device loop
61 pseudo-device bpfilter 8 # packet filter
62 pseudo-device pty 64
63
64 #
65 # device
66 #
67 options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
68
69 options PCIVERBOSE # verbose PCI device messages
70
71 mainbus0 at root
72
73 pci0 at mainbus0 bus ?
74
75 ppb* at pci? dev ? function ? # PCI-PCI bridges
76 pci* at ppb? bus ?
77 pchb* at pci? dev ? function ? # PCI-Host bridges
78 pcib* at pci? dev ? function ? # PCI-ISA bridges
79
80 isa* at pcib? # ISA on PCI-ISA bridge
81
82 pc0 at isa? port 0x60 irq 1 # generic PC console device
83 #vt0 at isa? port 0x60 irq 1
84
85 com0 at isa? port 0x3f8 irq 4 # standard PC serial ports
86 com1 at isa? port 0x2f8 irq 3
87 com2 at isa? port 0x380 irq 16
88 com3 at isa? port 0x388 irq 17
89
90 lpt0 at isa? port 0x378 irq 7 # standard PC parallel ports
91 #lpt1 at isa? port 0x278
92 #lpt2 at isa? port 0x3bc
93
94 #lms0 at isa? port 0x23c irq 5 # Logitech bus mouse
95 #lms1 at isa? port 0x238 irq 5
96 #mms0 at isa? port 0x23c irq 5 # Microsoft InPort mouse
97 #mms1 at isa? port 0x238 irq 5
98 #pms0 at pckbd? irq 12 # PS/2 auxiliary port mouse
99
100 #ncr* at pci? dev ? function ? # NCR 538XX SCSI controllers
101 #scsibus* at ncr?
102
103 #sd* at scsibus? target ? lun ? # SCSI disk drives
104 #st* at scsibus? target ? lun ? # SCSI tape drives
105 #cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
106 #ch* at scsibus? target ? lun ? # SCSI autochangers
107 #ss* at scsibus? target ? lun ? # SCSI scanners
108 #uk* at scsibus? target ? lun ? # SCSI unknown
109
110 #fdc0 at isa? port 0x3f0 irq 6 drq 2 # standard PC floppy controllers
111 #fdc1 at isa? port 0x370 irq ? drq ?
112 #fd0 at fdc? drive 1
113 #fd* at fdc? drive ?
114
115 wdc0 at isa? port 0x1f0 irq 14 # ST506, ESDI, and IDE controllers
116 wd* at wdc? drive ?
117
118 ne0 at isa? port 0x300 irq 5 # NE[12]000 ethernet cards
119 #ipkdbif0 at ne?
120
121 #wss0 at isa? port 0x530 irq 10 drq 0 # Windows Sound System
122 spkr0 at pckbd? port 0x61
123
124 # Joystick driver. Probe is a little strange; add only if you have one.
125 #joy0 at isa? port 0x201
126