Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src Remove last traces of obsolete olms and omms drivers.



details:   https://anonhg.NetBSD.org/src/rev/5751886345ff
branches:  trunk
changeset: 547221:5751886345ff
user:      wiz <wiz%NetBSD.org@localhost>
date:      Thu May 15 13:13:21 2003 +0000

description:
Remove last traces of obsolete olms and omms drivers.
Ok'd by drochner and fvdl.

diffstat:

 distrib/sets/lists/man/mi          |    6 +-
 distrib/sets/lists/man/obsolete.mi |    6 +-
 share/man/man4/man4.i386/Makefile  |    4 +-
 share/man/man4/man4.i386/lms.4     |   18 +-
 share/man/man4/man4.i386/mms.4     |   16 +-
 sys/arch/i386/conf/DELPHI          |    9 +-
 sys/arch/i386/conf/DISKLESS        |    7 +-
 sys/arch/i386/conf/DR-EVIL         |    7 +-
 sys/arch/i386/conf/GENERIC         |    9 +-
 sys/arch/i386/conf/GENERIC_LAPTOP  |    9 +-
 sys/arch/i386/conf/GENERIC_TINY    |   11 +-
 sys/arch/i386/conf/INSTALL         |    7 +-
 sys/arch/i386/conf/INSTALL_SMALL   |   11 +-
 sys/arch/i386/conf/INSTALL_TINY    |   11 +-
 sys/arch/i386/conf/SWINGER         |    9 +-
 sys/arch/i386/conf/files.i386      |   10 +-
 sys/arch/i386/conf/majors.i386     |    9 +-
 sys/arch/i386/isa/olms.c           |  464 -------------------------------------
 sys/arch/i386/isa/omms.c           |  460 ------------------------------------
 sys/dev/DEVNAMES                   |    4 +-
 20 files changed, 33 insertions(+), 1054 deletions(-)

diffs (truncated from 1409 to 300 lines):

diff -r c6615e822e3d -r 5751886345ff distrib/sets/lists/man/mi
--- a/distrib/sets/lists/man/mi Thu May 15 12:57:54 2003 +0000
+++ b/distrib/sets/lists/man/mi Thu May 15 13:13:21 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.581 2003/05/15 06:14:14 wiz Exp $
+# $NetBSD: mi,v 1.582 2003/05/15 13:13:21 wiz Exp $
 ./usr/share/info/am-utils.info                 man-amd-info
 ./usr/share/info/as.info                       man-computil-info
 ./usr/share/info/awk.info                      man-util-info
@@ -715,8 +715,6 @@
 ./usr/share/man/cat4/i386/mem.0                        man-sys-catman
 ./usr/share/man/cat4/i386/mms.0                        man-sys-catman
 ./usr/share/man/cat4/i386/npx.0                        man-sys-catman
-./usr/share/man/cat4/i386/olms.0               man-sys-catman
-./usr/share/man/cat4/i386/omms.0               man-sys-catman
 ./usr/share/man/cat4/i386/pcibios.0            man-sys-catman
 ./usr/share/man/cat4/i386/pnpbios.0            man-sys-catman
 ./usr/share/man/cat4/icmp.0                    man-sys-catman
@@ -2525,8 +2523,6 @@
 ./usr/share/man/man4/i386/mem.4                        man-sys-man
 ./usr/share/man/man4/i386/mms.4                        man-sys-man
 ./usr/share/man/man4/i386/npx.4                        man-sys-man
-./usr/share/man/man4/i386/olms.4               man-sys-man
-./usr/share/man/man4/i386/omms.4               man-sys-man
 ./usr/share/man/man4/i386/pcibios.4            man-sys-man
 ./usr/share/man/man4/i386/pnpbios.4            man-sys-man
 ./usr/share/man/man4/icmp.4                    man-sys-man
diff -r c6615e822e3d -r 5751886345ff distrib/sets/lists/man/obsolete.mi
--- a/distrib/sets/lists/man/obsolete.mi        Thu May 15 12:57:54 2003 +0000
+++ b/distrib/sets/lists/man/obsolete.mi        Thu May 15 13:13:21 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: obsolete.mi,v 1.66 2003/05/15 06:14:15 wiz Exp $
+# $NetBSD: obsolete.mi,v 1.67 2003/05/15 13:13:22 wiz Exp $
 ./usr/share/info/g++FAQ.info
 ./usr/share/info/tar.info
 ./usr/share/man/cat1/amq.0
@@ -74,6 +74,8 @@
 ./usr/share/man/cat4/i386/ie.0
 ./usr/share/man/cat4/i386/joy.0
 ./usr/share/man/cat4/i386/le.0
+./usr/share/man/cat4/i386/olms.0
+./usr/share/man/cat4/i386/omms.0
 ./usr/share/man/cat4/i386/opms.0
 ./usr/share/man/cat4/i386/pcvt.0
 ./usr/share/man/cat4/i386/pms.0
@@ -240,6 +242,8 @@
 ./usr/share/man/man4/i386/ie.4
 ./usr/share/man/man4/i386/joy.4
 ./usr/share/man/man4/i386/le.4
+./usr/share/man/man4/i386/olms.4
+./usr/share/man/man4/i386/omms.4
 ./usr/share/man/man4/i386/opms.4
 ./usr/share/man/man4/i386/pcvt.4
 ./usr/share/man/man4/i386/pms.4
diff -r c6615e822e3d -r 5751886345ff share/man/man4/man4.i386/Makefile
--- a/share/man/man4/man4.i386/Makefile Thu May 15 12:57:54 2003 +0000
+++ b/share/man/man4/man4.i386/Makefile Thu May 15 13:13:21 2003 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: Makefile,v 1.53 2003/04/28 09:53:43 augustss Exp $
+#      $NetBSD: Makefile,v 1.54 2003/05/15 13:13:22 wiz Exp $
 #      from: @(#)Makefile      8.1 (Berkeley) 6/5/93
 
 MAN=   apm.4 autoconf.4 busmouse.4 console.4 elansc.4 fdc.4 \
        intro.4 io.4 lms.4 lpt.4 mem.4 mms.4 npx.4 \
        pcibios.4 pnpbios.4
-MLINKS=        mem.4 kmem.4 lms.4 olms.4 mms.4 omms.4
+MLINKS=        mem.4 kmem.4
 MLINKS+=pcibios.4 PCIBIOS.4
 MLINKS+=console.4 cons.4
 MANSUBDIR=/i386
diff -r c6615e822e3d -r 5751886345ff share/man/man4/man4.i386/lms.4
--- a/share/man/man4/man4.i386/lms.4    Thu May 15 12:57:54 2003 +0000
+++ b/share/man/man4/man4.i386/lms.4    Thu May 15 13:13:21 2003 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: lms.4,v 1.15 2002/01/15 01:42:14 wiz Exp $
+.\" $NetBSD: lms.4,v 1.16 2003/05/15 13:13:23 wiz Exp $
 .\"
 .\" Copyright (c) 1993 Christopher G. Demetriou
 .\" All rights reserved.
@@ -32,7 +32,7 @@
 .\"
 .\" <<Id: LICENSE,v 1.2 2000/06/14 15:57:33 cgd Exp>>
 .\"
-.Dd March 12, 1997
+.Dd May 15, 2003
 .Dt LMS 4 i386
 .Os
 .Sh NAME
@@ -42,26 +42,12 @@
 .Cd lms0 at isa? port 0x23c irq 5
 .Cd lms1 at isa? port 0x238 irq 5
 .Cd wsmouse* at lms?
-.Cd olms0 at isa? port 0x23c irq 5
-.Cd olms1 at isa? port 0x238 irq 5
 .Sh DESCRIPTION
 This driver provides an interface to a Logitech-style bus mouse.
 Mouse related data are accessed by
 .Xr wsmouse 4
 devices.
-The
-.Dq olms
-versions are provided for compatibility.
-They use the
-.Xr busmouse 4
-protocol.
-.Sh FILES
-.Bl -tag -width Pa -compact
-.It Pa /dev/lms0
-first Logitech-style bus mouse
-.El
 .Sh SEE ALSO
-.Xr busmouse 4 ,
 .Xr mms 4 ,
 .Xr pms 4 ,
 .Xr wsmouse 4
diff -r c6615e822e3d -r 5751886345ff share/man/man4/man4.i386/mms.4
--- a/share/man/man4/man4.i386/mms.4    Thu May 15 12:57:54 2003 +0000
+++ b/share/man/man4/man4.i386/mms.4    Thu May 15 13:13:21 2003 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: mms.4,v 1.15 2002/01/15 01:42:40 wiz Exp $
+.\" $NetBSD: mms.4,v 1.16 2003/05/15 13:13:23 wiz Exp $
 .\"
 .\" Copyright (c) 1993 Christopher G. Demetriou
 .\" All rights reserved.
@@ -42,26 +42,12 @@
 .Cd mms0 at isa? port 0x23c irq 5
 .Cd mms1 at isa? port 0x238 irq 5
 .Cd wsmouse* at mms?
-.Cd omms0 at isa? port 0x23c irq 5
-.Cd omms1 at isa? port 0x238 irq 5
 .Sh DESCRIPTION
 This driver provides an interface to a Microsoft-style bus mouse.
 Mouse related data are accessed by
 .Xr wsmouse 4
 devices.
-The
-.Dq omms
-versions are provided for compatibility.
-They use the
-.Xr busmouse 4
-protocol.
-.Sh FILES
-.Bl -tag -width Pa -compact
-.It Pa /dev/mms0
-first Microsoft-style bus mouse
-.El
 .Sh SEE ALSO
-.Xr busmouse 4 ,
 .Xr lms 4 ,
 .Xr pms 4 ,
 .Xr wsmouse 4
diff -r c6615e822e3d -r 5751886345ff sys/arch/i386/conf/DELPHI
--- a/sys/arch/i386/conf/DELPHI Thu May 15 12:57:54 2003 +0000
+++ b/sys/arch/i386/conf/DELPHI Thu May 15 13:13:21 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: DELPHI,v 1.27 2003/04/10 22:06:57 christos Exp $
+#      $NetBSD: DELPHI,v 1.28 2003/05/15 13:13:23 wiz Exp $
 #
 #      DELPHI -- one of thorpej%zembu.com@localhost's devel machines
 #
@@ -7,7 +7,7 @@
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-ident          "DELPHI-$Revision: 1.27 $"
+ident          "DELPHI-$Revision: 1.28 $"
 
 maxusers       64              # estimated number of users
 
@@ -692,11 +692,6 @@
 #mms1  at isa? port 0x238 irq 5
 #wsmouse*      at lms? mux 0
 #wsmouse*      at mms? mux 0
-# backwards compatible versions
-#olms0 at isa? port 0x23c irq 5        # Logitech bus mouse
-#olms1 at isa? port 0x238 irq 5
-#omms0 at isa? port 0x23c irq 5        # Microsoft InPort mouse
-#omms1 at isa? port 0x238 irq 5
 
 
 # Joysticks
diff -r c6615e822e3d -r 5751886345ff sys/arch/i386/conf/DISKLESS
--- a/sys/arch/i386/conf/DISKLESS       Thu May 15 12:57:54 2003 +0000
+++ b/sys/arch/i386/conf/DISKLESS       Thu May 15 13:13:21 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: DISKLESS,v 1.93 2003/04/10 22:06:57 christos Exp $
+#      $NetBSD: DISKLESS,v 1.94 2003/05/15 13:13:23 wiz Exp $
 #
 # DISKLESS -- Generic machine setup for diskless boot.
 # This kernel can be loaded from a bootable floppy (i.e. kernel-copy)
@@ -152,11 +152,6 @@
 lpt1   at isa? port 0x278
 lpt2   at isa? port 0x3bc
 
-olms0  at isa? port 0x23c irq 5        # Logitech bus mouse
-olms1  at isa? port 0x238 irq 5
-omms0  at isa? port 0x23c irq 5        # Microsoft InPort mouse
-omms1  at isa? port 0x238 irq 5
-
 #aha0  at isa? port 0x330 irq ? drq ?  # Adaptec 154[02] SCSI controllers
 #aha1  at isa? port 0x334 irq ? drq ?  # Adaptec 154[02] SCSI controllers
 #ahb*  at eisa? slot ?                 # Adaptec 174[024] SCSI controllers
diff -r c6615e822e3d -r 5751886345ff sys/arch/i386/conf/DR-EVIL
--- a/sys/arch/i386/conf/DR-EVIL        Thu May 15 12:57:54 2003 +0000
+++ b/sys/arch/i386/conf/DR-EVIL        Thu May 15 13:13:21 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: DR-EVIL,v 1.56 2003/04/10 22:06:57 christos Exp $
+#      $NetBSD: DR-EVIL,v 1.57 2003/05/15 13:13:23 wiz Exp $
 #
 #      DR-EVIL -- Dell Inspiron 3800 laptop used by thorpej%netbsd.org@localhost
 #
@@ -744,11 +744,6 @@
 #mms1  at isa? port 0x238 irq 5
 #wsmouse*      at lms? mux 0
 #wsmouse*      at mms? mux 0
-# backwards compatible versions
-#olms0 at isa? port 0x23c irq 5        # Logitech bus mouse
-#olms1 at isa? port 0x238 irq 5
-#omms0 at isa? port 0x23c irq 5        # Microsoft InPort mouse
-#omms1 at isa? port 0x238 irq 5
 
 
 # Joysticks
diff -r c6615e822e3d -r 5751886345ff sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Thu May 15 12:57:54 2003 +0000
+++ b/sys/arch/i386/conf/GENERIC        Thu May 15 13:13:21 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.559 2003/05/04 16:16:18 ad Exp $
+# $NetBSD: GENERIC,v 1.560 2003/05/15 13:13:23 wiz Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.559 $"
+#ident                 "GENERIC-$Revision: 1.560 $"
 
 maxusers       32              # estimated number of users
 
@@ -1043,11 +1043,6 @@
 mms1   at isa? port 0x238 irq 5
 wsmouse*       at lms? mux 0
 wsmouse*       at mms? mux 0
-# backwards compatible versions
-#olms0 at isa? port 0x23c irq 5        # Logitech bus mouse
-#olms1 at isa? port 0x238 irq 5
-#omms0 at isa? port 0x23c irq 5        # Microsoft InPort mouse
-#omms1 at isa? port 0x238 irq 5
 
 
 # Joysticks
diff -r c6615e822e3d -r 5751886345ff sys/arch/i386/conf/GENERIC_LAPTOP
--- a/sys/arch/i386/conf/GENERIC_LAPTOP Thu May 15 12:57:54 2003 +0000
+++ b/sys/arch/i386/conf/GENERIC_LAPTOP Thu May 15 13:13:21 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC_LAPTOP,v 1.73 2003/04/12 07:39:39 simonb Exp $
+#      $NetBSD: GENERIC_LAPTOP,v 1.74 2003/05/15 13:13:24 wiz Exp $
 #      From: NetBSD: GENERIC,v 1.414 2001/07/30 19:59:05 ad Exp
 #
 #      GENERIC_LAPTOP -- GENERIC with cardbus and some USB devices enabled
@@ -8,7 +8,7 @@
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.73 $"
+#ident                 "GENERIC-$Revision: 1.74 $"
 
 maxusers       32              # estimated number of users
 
@@ -722,11 +722,6 @@
 mms1   at isa? port 0x238 irq 5
 wsmouse*       at lms? mux 0
 wsmouse*       at mms? mux 0
-# backwards compatible versions
-#olms0 at isa? port 0x23c irq 5        # Logitech bus mouse
-#olms1 at isa? port 0x238 irq 5
-#omms0 at isa? port 0x23c irq 5        # Microsoft InPort mouse
-#omms1 at isa? port 0x238 irq 5
 
 
 # Joysticks
diff -r c6615e822e3d -r 5751886345ff sys/arch/i386/conf/GENERIC_TINY
--- a/sys/arch/i386/conf/GENERIC_TINY   Thu May 15 12:57:54 2003 +0000
+++ b/sys/arch/i386/conf/GENERIC_TINY   Thu May 15 13:13:21 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC_TINY,v 1.55 2003/04/10 22:06:58 christos Exp $
+#      $NetBSD: GENERIC_TINY,v 1.56 2003/05/15 13:13:24 wiz Exp $
 #
 #      GENERIC_TINY -- suitable default for 4M machines
 #                      No EISA, PCI, or SCSI.
@@ -503,15 +503,6 @@
 #spkr0 at pcppi?               # PC speaker
 
 
-# Mice
-
-# ISA busmice
-#olms0 at isa? port 0x23c irq 5        # Logitech bus mouse



Home | Main Index | Thread Index | Old Index