diff options
Diffstat (limited to 'sys/arch/alpha/conf/AXPPCI33')
-rw-r--r-- | sys/arch/alpha/conf/AXPPCI33 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/alpha/conf/AXPPCI33 b/sys/arch/alpha/conf/AXPPCI33 index 4641843ede8..d6bf9d710b0 100644 --- a/sys/arch/alpha/conf/AXPPCI33 +++ b/sys/arch/alpha/conf/AXPPCI33 @@ -1,4 +1,4 @@ -# $OpenBSD: AXPPCI33,v 1.4 1998/10/04 23:39:48 niklas Exp $ +# $OpenBSD: AXPPCI33,v 1.5 1999/01/08 03:16:15 niklas Exp $ # # Generic Alpha AXPPCI33 (NoName) kernel. # Enough to get booted, etc., but not much more. @@ -122,9 +122,9 @@ isa* at sio? # ISA devices mcclock* at isa? port 0x70 -pcppi* at isa? # PC prog. periph. interface -pckbd* at pcppi? # PC keyboard (kbd port) -pms* at pcppi? # PS/2-style mouse (aux port) +pckbc* at isa? # PC keyboard controller +pckbd* at pckbc? # PC keyboard (kbd port) +pms* at pckbc? # PS/2-style mouse (aux port) com* at isa? port 0x3f8 irq 4 # standard serial ports com* at isa? port 0x2f8 irq 3 lpt* at isa? port 0x3bc irq 7 # standard parallel port |