GENERIC revision 1.1 1 # $NetBSD: GENERIC,v 1.1 1997/10/14 06:48:00 sakamoto 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 KTRACE
28
29 options TCP_COMPAT_42
30 options COMPAT_43
31 options COMPAT_09
32 options COMPAT_10
33 options COMPAT_12
34
35 file-system FFS
36 file-system MFS
37 file-system NFS
38 file-system CD9660
39 file-system MSDOSFS
40 file-system FDESC
41 file-system KERNFS
42 file-system NULLFS
43 file-system PORTAL
44 file-system PROCFS
45 file-system UMAPFS
46 file-system UNION
47
48 options FIFO
49 #options NFSSERVER
50
51 options INET
52 #options CONSPEED=38400
53
54 config netbsd root on ? type ?
55
56 pseudo-device loop
57 pseudo-device bpfilter 8 # packet filter
58 pseudo-device pty 64
59
60 #
61 # device
62 #
63 options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
64
65 options PCIVERBOSE # verbose PCI device messages
66
67 mainbus0 at root
68
69 pci0 at mainbus0 bus ?
70
71 ppb* at pci? dev ? function ? # PCI-PCI bridges
72 pci* at ppb? bus ?
73 pchb* at pci? dev ? function ? # PCI-Host bridges
74 pcib* at pci? dev ? function ? # PCI-ISA bridges
75
76 isa* at pcib? # ISA on PCI-ISA bridge
77
78 pc0 at isa? port 0x60 irq 1 # generic PC console device
79 #vt0 at isa? port 0x60 irq 1
80
81 #com0 at isa? port 0x3f8 irq 4 # standard PC serial ports
82 #com1 at isa? port 0x2f8 irq 3
83 #com2 at isa? port 0x3e8 irq 5
84 #com3 at isa? port 0x2e8 irq 9
85
86 lpt0 at isa? port 0x378 irq 7 # standard PC parallel ports
87 #lpt1 at isa? port 0x278
88 #lpt2 at isa? port 0x3bc
89
90 #lms0 at isa? port 0x23c irq 5 # Logitech bus mouse
91 #lms1 at isa? port 0x238 irq 5
92 #mms0 at isa? port 0x23c irq 5 # Microsoft InPort mouse
93 #mms1 at isa? port 0x238 irq 5
94 #pms0 at pckbd? irq 12 # PS/2 auxiliary port mouse
95
96 #ncr* at pci? dev ? function ? # NCR 538XX SCSI controllers
97 #scsibus* at ncr?
98
99 #sd* at scsibus? target ? lun ? # SCSI disk drives
100 #st* at scsibus? target ? lun ? # SCSI tape drives
101 #cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
102 #ch* at scsibus? target ? lun ? # SCSI autochangers
103 #ss* at scsibus? target ? lun ? # SCSI scanners
104 #uk* at scsibus? target ? lun ? # SCSI unknown
105
106 #fdc0 at isa? port 0x3f0 irq 6 drq 2 # standard PC floppy controllers
107 #fdc1 at isa? port 0x370 irq ? drq ?
108 #fd0 at fdc? drive 1
109 #fd* at fdc? drive ?
110
111 #wdc0 at isa? port 0x1f0 irq 14 # ST506, ESDI, and IDE controllers
112 #wdc1 at isa? port 0x170 irq ?
113 #wd* at wdc? drive ?
114
115 ed0 at isa? port 0x300 iomem 0xd0000 irq 5 # WD/SMC, 3C503, and NE[12]000
116 #ipkdbif0 at ed?
117
118 #wss0 at isa? port 0x530 irq 10 drq 0 # Windows Sound System
119 spkr0 at pckbd? port 0x61
120
121 # Joystick driver. Probe is a little strange; add only if you have one.
122 #joy0 at isa? port 0x201
123