diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2003-06-11 03:45:42 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2003-06-11 03:45:42 +0000 |
commit | b09db8c65d1fbf575991a315406ccd6444d1de57 (patch) | |
tree | c39507965b70f31d974985012661b02acd7582c1 /sys/arch | |
parent | 3dddd242b707a9f7a8329eefcb83e52ea9e7f9cb (diff) |
Add pmsi to GENERIC, PR #3251
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/alpha/conf/GENERIC | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC index b06e7dbd3f9..2b25486d3a8 100644 --- a/sys/arch/alpha/conf/GENERIC +++ b/sys/arch/alpha/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.119 2002/11/05 00:42:19 miod Exp $ +# $OpenBSD: GENERIC,v 1.120 2003/06/11 03:45:41 miod Exp $ # $NetBSD: GENERIC,v 1.31 1996/12/03 17:25:29 cgd Exp $ machine alpha @@ -229,6 +229,7 @@ midi* at pcppi? pckbc* at isa? # PC keyboard controller pckbd* at pckbc? # PC keyboard (kbd port) pms* at pckbc? # PS/2-style mouse (aux port) +pmsi* at pckbc? # PS/2 "Intelli"mouse 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 @@ -313,6 +314,7 @@ wsdisplay* at vga? wsdisplay* at tga? wskbd* at pckbd? wsmouse* at pms? +wsmouse* at pmsi? # crypto support hifn* at pci? dev ? function ? # Hi/fn 7751 crypto card |