blob: c6a4df99aeccaf0f8f71e051ac9854eb3e5d3ce7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
|
# $OpenBSD: GECKO,v 1.15 2002/03/15 22:51:27 mickey Exp $
#
# HP 9000/712/{60,80,80i,100} boxens
#
# neverseen devices: ISDN, X.21 m-proto adapter, IEEE488
include "arch/hppa/conf/std.hppa"
include "conf/GENERIC"
maxusers 32
option HP7100LC_CPU
option HP7300LC_CPU
#option COMPAT_HPUX # HP-UX binary compatibility
#option COMPAT_LINUX # MkLinux/Linux binary compatibility
#option COMPAT_OSF1 # OSF1 binary compatibility
config bsd swap generic
lasi0 at mainbus0 offset 0x100000 irq 28 # LASI host adapter (LSI ???)
lasi1 at mainbus0 offset 0x500000 irq 27 # LASI host adapter in the GIO
#wax0 at mainbus0 irq 24 # WAX ASIC in the GIO slot
sti0 at mainbus0 irq 11 # onboard HCRX-8 graphics
sti1 at mainbus0 irq 12 # GIO slot HCRX-8 graphics A2263-65538
# internal I/O space
gsc0 at lasi0
gsc1 at lasi1
#gsc2 at wax0
com0 at gsc0 irq 5 # serial port
com1 at gsc1 irq 5 # serial port on A2263-6653[56]
com2 at gsc0 irq 13 # only on asp w/o harmony
lpt0 at gsc0 irq 7 # both com0 and lpt0 are on LASI
ie0 at gsc0 irq 8 # 82C596 ether
ie1 at gsc1 irq 8 # 82C596 ether on A2263-66536
#tms0 at gsc2 irq ? # TMS380C26 TR/9000 A2263-66531
siop0 at gsc0 irq 9 # NCR 53C710
scsibus0 at siop?
harmony0 at gsc0 irq 13 # Audio Type 2 (CS4215)
audio0 at harmony?
com2 at harmony? irq 16 # Telephony ch#0 A2263-66530
com3 at harmony? irq 17 # Telephony ch#1
#isdn at gsc1 irq 18 # ISDN add-in card
#SCSI Snoop irq 19
fdc0 at gsc0 irq 20 # PC floppy controller (WD37C65C)
ps2p0 at gsc0 offset 0x8000 irq 26
ps2p1 at gsc0 offset 0x8100 # mouse shares the same irq
# MI devices
wsdisplay* at sti?
wskbd* at ps2p0?
wsmouse* at ps2p1?
option FD_DEBUG
fd0 at fdc0 drive ? # floppy drives
sd* at scsibus? target ? lun ?
st* at scsibus? target ? lun ?
cd* at scsibus? target ? lun ?
ch* at scsibus? target ? lun ?
ss* at scsibus? target ? lun ?
uk* at scsibus? target ? lun ?
|