Remove last(?) traces of pmsi.

This commit is contained in:
wiz 2002-04-16 11:49:54 +00:00
parent e5abb78d1a
commit 5040dc6d7d
13 changed files with 25 additions and 52 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: isa.4,v 1.33 2002/03/06 14:43:03 wiz Exp $
.\" $NetBSD: isa.4,v 1.34 2002/04/16 11:49:54 wiz Exp $
.\"
.\" Copyright (c) 1997 Jason R. Thorpe. All rights reserved.
.\" Copyright (c) 1997 Jonathan Stone
@ -29,7 +29,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
.Dd February 17, 1997
.Dd April 16, 2002
.Dt ISA 4
.Os
.Sh NAME
@ -266,9 +266,7 @@ PC keyboard controllers.
.It pcppi
PC control and timer ports.
.It pms
PS/2 auxiliary port mice.
.It pmsi
PS/2 auxiliary port wheel mice.
PS/2 auxiliary port mice (including wheel mice).
.It rt
AIMS Lab Radiotrack FM radio.
.It rtii

View File

@ -1,5 +1,5 @@
.\" $NetBSD: pckbc.4,v 1.5 2001/09/22 15:58:14 wiz Exp $
.Dd April 21, 1999
.\" $NetBSD: pckbc.4,v 1.6 2002/04/16 11:49:54 wiz Exp $
.Dd April 16, 2002
.Os
.Dt PCKBC 4
.Sh NAME
@ -10,7 +10,6 @@
.Cd "pckbc* at pnpbios? index ?"
.Cd "pckbd* at pckbc? slot ?"
.Cd "pms* at pckbc? slot ?"
.Cd "pmsi* at pckbc? slot ?"
.Cd "opms* at pckbc? slot ?"
.Sh DESCRIPTION
The
@ -33,5 +32,4 @@ useful in normal operation.
.Xr opms 4 ,
.Xr pckbd 4 ,
.Xr pms 4 ,
.Xr pmsi 4 ,
.Xr pnpbios 4

View File

@ -1,5 +1,5 @@
.\" $NetBSD: wsmouse.4,v 1.6 2001/09/11 23:18:56 wiz Exp $
.Dd March 20, 1999
.\" $NetBSD: wsmouse.4,v 1.7 2002/04/16 11:49:54 wiz Exp $
.Dd April 16, 2002
.Os
.Dt WSMOUSE 4
.Sh NAME
@ -7,11 +7,7 @@
.Nd generic mouse support in wscons
.Sh SYNOPSIS
.Cd "wsmouse* at pms? mux 0"
(PS/2 mouse)
.Cd "wsmouse* at pmsi? mux 0"
.Po Dq Intellimouse
-compatible wheel mouse with PS/2 interface
.Pc
(PS/2 mouse, including ``Intellimouse''-compatible wheel mice)
.Cd "wsmouse* at ums? mux 0"
(USB mouse)
.Cd "wsmouse* at lms? mux 0"

View File

@ -1,4 +1,4 @@
# $NetBSD: INTEGRATOR,v 1.8 2002/04/12 08:10:56 gmcgarry Exp $
# $NetBSD: INTEGRATOR,v 1.9 2002/04/16 11:49:54 wiz Exp $
#
# GENERIC -- ARM Integrator board Generic kernel
#
@ -206,8 +206,6 @@ ukphy* at mii? phy ? # generic unknown PHYs
#wskbd* at pckbd? console ?
#pms* at pckbc?
#wsmouse* at pms? mux 0
#pmsi* at pckbc?
#wsmouse* at pmsi? mux 0
#vga* at pci? dev ? function ?
#wsdisplay* at vga? console ?

View File

@ -1,9 +1,9 @@
# $NetBSD: MALTA,v 1.6 2002/04/12 08:10:56 gmcgarry Exp $
# $NetBSD: MALTA,v 1.7 2002/04/16 11:49:54 wiz Exp $
#include "arch/evbmips/conf/std.malta.eb" # big-endian mode
include "arch/evbmips/conf/std.malta.el" # little-endian mode
#ident "GENERIC-$Revision: 1.6 $"
#ident "GENERIC-$Revision: 1.7 $"
maxusers 32
@ -147,10 +147,8 @@ com1 at isa? port 0x2f8 irq 3
#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 for wsmouse
#wskbd* at pckbd?
#wsmouse* at pms?
#wsmouse* at pmsi?
# PCI SCSI controllers
#adv* at pci? dev ? function ? # AdvanSys 1200[A,B], 9xx[U,UA]

View File

@ -1,11 +1,11 @@
# $NetBSD: DELPHI,v 1.13 2002/04/12 08:11:01 gmcgarry Exp $
# $NetBSD: DELPHI,v 1.14 2002/04/16 11:49:55 wiz Exp $
#
# DELPHI -- one of thorpej@zembu.com's devel machines
#
include "arch/i386/conf/std.i386"
ident "DELPHI-$Revision: 1.13 $"
ident "DELPHI-$Revision: 1.14 $"
maxusers 64 # estimated number of users
@ -275,9 +275,8 @@ npx0 at isa? port 0xf0 irq 13 # x86 math coprocessor
# wscons
pckbc0 at isa? # pc keyboard controller
pckbd* at pckbc? # PC keyboard
# "opms" should not be enabled together with "pms" or "pmsi"
# "opms" should not be enabled together with "pms"
pms* at pckbc? # PS/2 mouse for wsmouse
pmsi* at pckbc? # PS/2 "Intelli"mouse for wsmouse
#opms* at pckbc? # backwards compatible PS/2 mouse
#vga0 at isa?
vga* at pci? dev ? function ?
@ -286,7 +285,6 @@ wsdisplay* at vga? console ?
wsdisplay* at pcdisplay? console ?
wskbd* at pckbd? console ?
wsmouse* at pms? mux 0
wsmouse* at pmsi? mux 0
pcppi0 at isa?
sysbeep0 at pcppi?

View File

@ -1,4 +1,4 @@
# $NetBSD: DR-EVIL,v 1.40 2002/04/12 08:11:01 gmcgarry Exp $
# $NetBSD: DR-EVIL,v 1.41 2002/04/16 11:49:55 wiz Exp $
#
# DR-EVIL -- Dell Inspiron 3800 laptop used by thorpej@netbsd.org
#
@ -309,9 +309,8 @@ pcmcia* at cardslot?
# wscons
pckbc* at isa? # pc keyboard controller
pckbd* at pckbc? # PC keyboard
# "opms" should not be enabled together with "pms" or "pmsi"
# "opms" should not be enabled together with "pms"
pms* at pckbc? # PS/2 mouse for wsmouse
#pmsi* at pckbc? # PS/2 "Intelli"mouse for wsmouse
#opms* at pckbc? # backwards compatible PS/2 mouse
#vga0 at isa?
vga* at pci?
@ -320,7 +319,6 @@ wsdisplay* at vga? console ?
#wsdisplay* at pcdisplay? console ?
wskbd* at pckbd? console ? mux 1
wsmouse* at pms? mux 0
#wsmouse* at pmsi? mux 0
pcppi0 at isa?
sysbeep0 at pcppi?

View File

@ -1,4 +1,4 @@
# $NetBSD: SWINGER,v 1.28 2002/04/12 08:11:04 gmcgarry Exp $
# $NetBSD: SWINGER,v 1.29 2002/04/16 11:49:55 wiz Exp $
# from NetBSD: GENERIC,v 1.325 2000/04/14 14:53:32 augustss Exp
#
# SWINGER -- thorpej's Abit BP6+dual Celeron
@ -6,7 +6,7 @@
include "arch/i386/conf/std.i386"
#ident "SWINGER-$Revision: 1.28 $"
#ident "SWINGER-$Revision: 1.29 $"
maxusers 64 # estimated number of users
@ -270,9 +270,8 @@ npx0 at isa? port 0xf0 irq 13 # x86 math coprocessor
# wscons
pckbc0 at isa? # pc keyboard controller
pckbd* at pckbc? # PC keyboard
# "opms" should not be enabled together with "pms" or "pmsi"
# "opms" should not be enabled together with "pms"
pms* at pckbc? # PS/2 mouse for wsmouse
pmsi* at pckbc? # PS/2 "Intelli"mouse for wsmouse
#opms* at pckbc? # backwards compatible PS/2 mouse
#vga0 at isa?
vga* at pci? dev ? function ?
@ -281,7 +280,6 @@ wsdisplay* at vga? console ?
#wsdisplay* at pcdisplay? console ?
wskbd* at pckbd? console ?
wsmouse* at pms? mux 0
wsmouse* at pmsi? mux 0
pcppi0 at isa?
sysbeep0 at pcppi?

View File

@ -1,9 +1,9 @@
# $NetBSD: MVME1600,v 1.4 2002/04/12 08:11:11 gmcgarry Exp $
# $NetBSD: MVME1600,v 1.5 2002/04/16 11:49:55 wiz Exp $
#
include "arch/mvmeppc/conf/std.mvmeppc"
#ident "MVME1600-$Revision: 1.4 $"
#ident "MVME1600-$Revision: 1.5 $"
maxusers 8
@ -144,12 +144,10 @@ isa* at pcib? # ISA on PCI-ISA bridge
#pckbc0 at isa? # pc keyboard controller
#pckbd* at pckbc? # PC keyboard
#pms* at pckbc? # PS/2 mouse for wsmouse
#pmsi* at pckbc? # PS/2 "Intelli"mouse for wsmouse
#vga* at pci?
#wsdisplay* at vga? console ?
#wskbd* at pckbd? console ?
#wsmouse* at pms? mux 0
#wsmouse* at pmsi? mux 0
# Serial Devices

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.21 2002/04/12 08:11:11 gmcgarry Exp $
# $NetBSD: GENERIC,v 1.22 2002/04/16 11:49:55 wiz Exp $
#
# GENERIC machine description file
#
@ -209,8 +209,6 @@ pckbd* at pckbc?
wskbd* at pckbd? console ?
pms* at pckbc?
wsmouse* at pms? mux 0
pmsi* at pckbc?
wsmouse* at pmsi? mux 0
vga* at pci? dev ? function ?
wsdisplay* at vga? console ?

View File

@ -1,4 +1,4 @@
# $NetBSD: INDY,v 1.14 2002/04/12 08:11:17 gmcgarry Exp $
# $NetBSD: INDY,v 1.15 2002/04/16 11:49:55 wiz Exp $
include "arch/sgimips/conf/std.sgimips"
@ -89,10 +89,8 @@ cd* at scsibus? target ? lun ?
#pckbd* at pckbc?
#pms* at pckbc?
#pmsi* at pckbc?
#wskbd* at pckbd? console ?
#wsmouse* at pms? mux 0
#wsmouse* at pmsi? mux 0
#wsdisplay* at foofb? console ?
# Indy

View File

@ -1,4 +1,4 @@
# $NetBSD: WALNUT,v 1.15 2002/04/12 08:11:27 gmcgarry Exp $
# $NetBSD: WALNUT,v 1.16 2002/04/16 11:49:56 wiz Exp $
#
# GENERIC -- everything that's currently supported
#
@ -230,8 +230,6 @@ pckbd* at pckbc?
wskbd* at pckbd? console ?
pms* at pckbc?
wsmouse* at pms? mux 0
pmsi* at pckbc?
wsmouse* at pmsi? mux 0
vga* at pci? dev ? function ?
wsdisplay* at vga? console ?

View File

@ -1,4 +1,4 @@
# $NetBSD: DEVNAMES,v 1.103 2002/04/16 03:08:12 uwe Exp $
# $NetBSD: DEVNAMES,v 1.104 2002/04/16 11:49:56 wiz Exp $
#
# This file contains all used device names and defined attributes in
# alphabetical order. New devices added to the system somewhere should first
@ -863,7 +863,6 @@ plumpower hpcmips
plumvideo hpcmips
pm pmax
pms MI
pmsi MI
pnaphy MI
pnozz sparc
podloader MI Attribute