Remove device nodes for obsolete olms and omms drivers.

Except for i386, the driver never existed for that port anyway...
This commit is contained in:
wiz 2003-05-15 13:18:05 +00:00
parent ee6d7b94d4
commit 804526377b
5 changed files with 12 additions and 26 deletions

View File

@ -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 @@ all)
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 @@ lpt*|lpa*)
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

View File

@ -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 @@ mlcd*)
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

View File

@ -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 @@ cd*|mcd*)
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

View File

@ -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 @@ cd*|mcd*)
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

View File

@ -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 @@ all)
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 @@ lpt*|lpa*)
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