blob: 2510a64d429ea9db61adf5ed5740d3d91b29e7f3 (
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.6 1999/04/20 20:32:18 mickey Exp $
#
# HP 9000/712/{60,80,80i,100} boxens
#
# neverseen devices: telephony, X.21 m-proto adapter, TR/9000, IEEE488
include "arch/hppa/conf/std.hppa"
include "conf/GENERIC"
maxusers 16
option HP7100LC_CPU
#option FPEMUL # has FPU onboard
#option NS # XNS
#option NSIP # XNS tunneling over IP
#option IPX # IPX+SPX
#option IPXIP # IPX tunneling over IP
#option ISO,TPIP # OSI
#option EON # OSI tunneling over IP
#option CCITT,LLC,HDLC # X.25
#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
sti0 at mainbus0 # onboard HCRX-8 graphics
#sti1 at mainbus0 # GIO slot HCRX-8 graphics
# internal I/O space
gsc* at lasi?
com0 at gsc? irq 5 # serial ports
#com1 at gsc? irq 6? # serial ports (add-in card)
lpt* at gsc? irq 7 # both com and lpt are on WD16C552
ie0 at gsc? irq 8 # 82C596 ether
#ie1 at gsc? irq 10? # 82C596 ether (add-in card)
siop0 at gsc? irq 9 # NCR 53C710
scsibus* at siop?
#atwo* at gsc? irq 13 # Audio Type 2 (CS4215)
#audio* at atwo?
pckbc0 at gsc? irq 27
pckbd0 at pckbc0 # PS/2 keyboard
pms0 at pckbc0 # PS/2 mouse
fdc0 at gsc? irq ? # PC floppy controller (WD37C65C)
# 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 ?
|