blob: a279660eacf1d178416af661261ae21a0ebd5e31 (
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.9 2001/11/29 17:31:38 mickey Exp $
#
# HP 9000/712/{60,80,80i,100} boxens
#
# neverseen devices: telephony, X.21 m-proto adapter, IEEE488
include "arch/hppa/conf/std.hppa"
include "conf/GENERIC"
maxusers 16
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 irq 28 # LASI host adapter (LSI ???)
#lasi1 at mainbus0 irq ? # LASI host adapter in the GIO slot
#wax0 at mainbus0 irq 27? # WAX ASIC in the GIO slot
sti0 at mainbus0 # onboard HCRX-8 graphics
#sti1 at mainbus0 # GIO slot HCRX-8 graphics
# internal I/O space
gsc0 at lasi0
#gsc1 at wax0
#gsc2 at lasi1
com0 at gsc0 irq 5 # serial port
#com1 at gsc1 irq 6? # serial port
lpt0 at gsc0 irq 7 # both com0 and lpt0 are on LASI
ie0 at gsc0 irq 8 # 82C596 ether
#ie1 at gsc1 irq 10? # 82C596 ether
#tms0 at gsc1 irq ? # TMS380C26 TR/9000
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
#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)
pckbc0 at gsc0 irq 26
pckbd0 at pckbc0 # PS/2 keyboard
pms0 at pckbc0 # PS/2 mouse (shares irq w/ kbd)
# MI devices
wsdisplay* at sti?
wskbd* at pckbd?
wsmouse* at pms?
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 ?
|