Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc Remove device nodes for obsolete olms and omms drivers.
details: https://anonhg.NetBSD.org/src/rev/912aba3fc76d
branches: trunk
changeset: 547222:912aba3fc76d
user: wiz <wiz%NetBSD.org@localhost>
date: Thu May 15 13:18:05 2003 +0000
description:
Remove device nodes for obsolete olms and omms drivers.
Except for i386, the driver never existed for that port anyway...
diffstat:
etc/etc.amd64/MAKEDEV | 10 +++-------
etc/etc.dreamcast/MAKEDEV | 6 ++----
etc/etc.evbsh3/MAKEDEV | 6 ++----
etc/etc.evbsh5/MAKEDEV | 6 ++----
etc/etc.i386/MAKEDEV | 10 +++-------
5 files changed, 12 insertions(+), 26 deletions(-)
diffs (161 lines):
diff -r 5751886345ff -r 912aba3fc76d etc/etc.amd64/MAKEDEV
--- a/etc/etc.amd64/MAKEDEV Thu May 15 13:13:21 2003 +0000
+++ b/etc/etc.amd64/MAKEDEV Thu May 15 13:18:05 2003 +0000
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $NetBSD: MAKEDEV,v 1.3 2003/05/07 13:41:35 christos Exp $
+# $NetBSD: MAKEDEV,v 1.4 2003/05/15 13:18:05 wiz Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@@ -65,8 +65,6 @@
# ttyE* wscons
#
# Pointing devices:
-# mms* Microsoft bus mouse
-# lms* Logitech bus mouse
# wsmouse* wscons mouse events
#
# Keyboard devices:
@@ -196,7 +194,7 @@
makedev ccd1 ccd2 ccd3
makedev cgd2 cgd3
makedev ss0 uk0 uk1
- makedev speaker lkm mms0 lms0 joy0 joy1
+ makedev speaker lkm joy0 joy1
makedev apm satlink0
makedev audio
makedev radio
@@ -695,12 +693,10 @@
mknod $name$unit c $chr $(($unit + $flags))
;;
-bpf*|tun*|mms*|lms*|joy*)
+bpf*|tun*|joy*)
case $i in
bpf*) name=bpf; unit=${i#bpf}; chr=23;;
tun*) name=tun; unit=${i#tun}; chr=40;;
- mms*) name=mms; unit=${i#mms}; chr=35;;
- lms*) name=lms; unit=${i#lms}; chr=36;;
joy*) name=joy; unit=${i#joy}; chr=26;;
esac
rm -f $name$unit
diff -r 5751886345ff -r 912aba3fc76d etc/etc.dreamcast/MAKEDEV
--- a/etc/etc.dreamcast/MAKEDEV Thu May 15 13:13:21 2003 +0000
+++ b/etc/etc.dreamcast/MAKEDEV Thu May 15 13:18:05 2003 +0000
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $NetBSD: MAKEDEV,v 1.36 2003/04/27 13:15:33 ragge Exp $
+# $NetBSD: MAKEDEV,v 1.37 2003/05/15 13:18:07 wiz Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@@ -369,12 +369,10 @@
chmod 640 $name$unit.*
;;
-bpf*|tun*|mms*|lms*|joy*)
+bpf*|tun*|joy*)
case $i in
bpf*) name=bpf; unit=${i#bpf}; chr=23;;
tun*) name=tun; unit=${i#tun}; chr=40;;
- mms*) name=mms; unit=${i#mms}; chr=35;;
- lms*) name=lms; unit=${i#lms}; chr=36;;
joy*) name=joy; unit=${i#joy}; chr=26;;
esac
rm -f $name$unit
diff -r 5751886345ff -r 912aba3fc76d etc/etc.evbsh3/MAKEDEV
--- a/etc/etc.evbsh3/MAKEDEV Thu May 15 13:13:21 2003 +0000
+++ b/etc/etc.evbsh3/MAKEDEV Thu May 15 13:18:05 2003 +0000
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $NetBSD: MAKEDEV,v 1.26 2003/04/27 13:15:35 ragge Exp $
+# $NetBSD: MAKEDEV,v 1.27 2003/05/15 13:18:08 wiz Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@@ -277,12 +277,10 @@
chmod 640 $name$unit? r$name$unit?
;;
-bpf*|tun*|mms*|lms*|joy*)
+bpf*|tun*|joy*)
case $i in
bpf*) name=bpf; unit=${i#bpf}; chr=23;;
tun*) name=tun; unit=${i#tun}; chr=40;;
- mms*) name=mms; unit=${i#mms}; chr=35;;
- lms*) name=lms; unit=${i#lms}; chr=36;;
joy*) name=joy; unit=${i#joy}; chr=26;;
esac
rm -f $name$unit
diff -r 5751886345ff -r 912aba3fc76d etc/etc.evbsh5/MAKEDEV
--- a/etc/etc.evbsh5/MAKEDEV Thu May 15 13:13:21 2003 +0000
+++ b/etc/etc.evbsh5/MAKEDEV Thu May 15 13:18:05 2003 +0000
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $NetBSD: MAKEDEV,v 1.8 2003/04/17 18:03:13 fvdl Exp $
+# $NetBSD: MAKEDEV,v 1.9 2003/05/15 13:18:09 wiz Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@@ -272,12 +272,10 @@
chmod 640 $name$unit? r$name$unit?
;;
-bpf*|tun*|mms*|lms*|joy*)
+bpf*|tun*|joy*)
case $i in
bpf*) name=bpf; unit=${i#bpf}; chr=23;;
tun*) name=tun; unit=${i#tun}; chr=40;;
- mms*) name=mms; unit=${i#mms}; chr=35;;
- lms*) name=lms; unit=${i#lms}; chr=36;;
joy*) name=joy; unit=${i#joy}; chr=26;;
esac
rm -f $name$unit
diff -r 5751886345ff -r 912aba3fc76d etc/etc.i386/MAKEDEV
--- a/etc/etc.i386/MAKEDEV Thu May 15 13:13:21 2003 +0000
+++ b/etc/etc.i386/MAKEDEV Thu May 15 13:18:05 2003 +0000
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $NetBSD: MAKEDEV,v 1.201 2003/05/13 15:44:32 thorpej Exp $
+# $NetBSD: MAKEDEV,v 1.202 2003/05/15 13:18:09 wiz Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@@ -65,8 +65,6 @@
# ttyE* wscons
#
# Pointing devices:
-# mms* Microsoft bus mouse
-# lms* Logitech bus mouse
# wsmouse* wscons mouse events
#
# Keyboard devices:
@@ -205,7 +203,7 @@
makedev ccd1 ccd2 ccd3
makedev cgd2 cgd3
makedev ss0 uk0 uk1
- makedev speaker lkm mms0 lms0 joy0 joy1
+ makedev speaker lkm joy0 joy1
makedev apm satlink0
makedev audio
makedev radio
@@ -711,12 +709,10 @@
mknod $name$unit c $chr $(($unit + $flags))
;;
-bpf*|tun*|mms*|lms*|joy*)
+bpf*|tun*|joy*)
case $i in
bpf*) name=bpf; unit=${i#bpf}; chr=23;;
tun*) name=tun; unit=${i#tun}; chr=40;;
- mms*) name=mms; unit=${i#mms}; chr=35;;
- lms*) name=lms; unit=${i#lms}; chr=36;;
joy*) name=joy; unit=${i#joy}; chr=26;;
esac
rm -f $name$unit
Home |
Main Index |
Thread Index |
Old Index