Remove /dev/pms0 creation from ports that do not have the driver;
obsolete it on the ones that had it in the 'all' target.
This commit is contained in:
parent
b9682f0b89
commit
1f28a82ce5
|
@ -0,0 +1,2 @@
|
|||
# $NetBSD: obsolete.cats,v 1.1 2002/04/18 13:24:59 wiz Exp $
|
||||
/dev/pms0
|
|
@ -0,0 +1,2 @@
|
|||
# $NetBSD: obsolete.hpcarm,v 1.1 2002/04/18 13:24:59 wiz Exp $
|
||||
/dev/pms0
|
|
@ -0,0 +1,2 @@
|
|||
# $NetBSD: obsolete.netwinder,v 1.1 2002/04/18 13:25:00 wiz Exp $
|
||||
/dev/pms0
|
|
@ -0,0 +1,2 @@
|
|||
# $NetBSD: obsolete.sandpoint,v 1.1 2002/04/18 13:25:00 wiz Exp $
|
||||
/dev/pms0
|
|
@ -0,0 +1,2 @@
|
|||
# $NetBSD: obsolete.walnut,v 1.1 2002/04/18 13:25:00 wiz Exp $
|
||||
/dev/pms0
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh -
|
||||
#
|
||||
# $NetBSD: MAKEDEV,v 1.8 2002/03/16 17:03:31 martin Exp $
|
||||
# $NetBSD: MAKEDEV,v 1.9 2002/04/18 13:24:56 wiz Exp $
|
||||
#
|
||||
# Copyright (c) 1990 The Regents of the University of California.
|
||||
# All rights reserved.
|
||||
|
@ -59,7 +59,6 @@
|
|||
#
|
||||
# Pointing devices:
|
||||
# quadmouse* "quadrature mouse"
|
||||
# pms* "PS/2 mouse"
|
||||
# wsmouse* wscons mouse events
|
||||
#
|
||||
# Keyboard devices:
|
||||
|
@ -148,7 +147,7 @@ all)
|
|||
makedev ttyv0
|
||||
makedev bpf0 bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 bpf7
|
||||
makedev lpa0 lpt0 tun0 tun1 tun2 ipl
|
||||
makedev lkm qms0 pms0 local
|
||||
makedev lkm qms0 local
|
||||
makedev usbs isdns
|
||||
makedev mouse-qms0 random
|
||||
makedev music rmidi0 rmidi1 rmidi2 rmidi3 rmidi4 rmidi5 rmidi6 rmidi7
|
||||
|
@ -488,11 +487,10 @@ lpt*|lpa*)
|
|||
;;
|
||||
|
||||
|
||||
bpf*|tun*|pms*|qms*|joy*)
|
||||
bpf*|tun*|qms*|joy*)
|
||||
case $i in
|
||||
bpf*) name=bpf; unit=${i#bpf}; chr=32;;
|
||||
tun*) name=tun; unit=${i#tun}; chr=33;;
|
||||
pms*) name=pms; unit=${i#pms}; chr=40;;
|
||||
qms*) name=qms; unit=${i#qms}; chr=9;;
|
||||
joy*) name=joy; unit=${i#joy}; chr=56;;
|
||||
esac
|
||||
|
@ -518,7 +516,6 @@ lkm)
|
|||
|
||||
mouse-*)
|
||||
case $i in
|
||||
mouse-pms*) name=pms; unit=${i#mouse-pms};;
|
||||
mouse-qms*) name=qms; unit=${i#mouse-qms};;
|
||||
esac
|
||||
ln -fs $name$unit mouse
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh -
|
||||
#
|
||||
# $NetBSD: MAKEDEV,v 1.14 2002/03/13 01:26:56 simonb Exp $
|
||||
# $NetBSD: MAKEDEV,v 1.15 2002/04/18 13:24:57 wiz Exp $
|
||||
#
|
||||
# Copyright (c) 1990 The Regents of the University of California.
|
||||
# All rights reserved.
|
||||
|
@ -309,13 +309,12 @@ maple*)
|
|||
chmod 600 $name$subunit
|
||||
;;
|
||||
|
||||
bpf*|tun*|mms*|lms*|pms*|joy*)
|
||||
bpf*|tun*|mms*|lms*|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;;
|
||||
pms*) name=pms; unit=${i#pms}; chr=37;;
|
||||
joy*) name=joy; unit=${i#joy}; chr=26;;
|
||||
esac
|
||||
rm -f $name$unit
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh -
|
||||
#
|
||||
# $NetBSD: MAKEDEV,v 1.10 2002/03/13 01:26:57 simonb Exp $
|
||||
# $NetBSD: MAKEDEV,v 1.11 2002/04/18 13:24:58 wiz Exp $
|
||||
#
|
||||
# Copyright (c) 1990 The Regents of the University of California.
|
||||
# All rights reserved.
|
||||
|
@ -250,13 +250,12 @@ cd*|mcd*)
|
|||
chmod 640 $name$unit? r$name$unit?
|
||||
;;
|
||||
|
||||
bpf*|tun*|mms*|lms*|pms*|joy*)
|
||||
bpf*|tun*|mms*|lms*|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;;
|
||||
pms*) name=pms; unit=${i#pms}; chr=37;;
|
||||
joy*) name=joy; unit=${i#joy}; chr=26;;
|
||||
esac
|
||||
rm -f $name$unit
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh -
|
||||
#
|
||||
# $NetBSD: MAKEDEV,v 1.1 2002/04/13 00:07:25 toshii Exp $
|
||||
# $NetBSD: MAKEDEV,v 1.2 2002/04/18 13:24:58 wiz Exp $
|
||||
#
|
||||
# Copyright (c) 1990 The Regents of the University of California.
|
||||
# All rights reserved.
|
||||
|
@ -59,7 +59,6 @@
|
|||
#
|
||||
# Pointing devices:
|
||||
# quadmouse* "quadrature mouse"
|
||||
# pms* "PS/2 mouse"
|
||||
# wsmouse* wscons mouse events
|
||||
#
|
||||
# Keyboard devices:
|
||||
|
@ -149,7 +148,7 @@ all)
|
|||
makedev ttyv0 ttyS0
|
||||
makedev bpf0 bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 bpf7
|
||||
makedev lpa0 lpt0 tun0 tun1 tun2 ipl
|
||||
makedev beep lkm qms0 pms0 local
|
||||
makedev beep lkm qms0 local
|
||||
makedev usbs isdns
|
||||
makedev mouse-qms0 random openfirm
|
||||
makedev music rmidi0 rmidi1 rmidi2 rmidi3 rmidi4 rmidi5 rmidi6 rmidi7
|
||||
|
@ -498,11 +497,10 @@ lpt*|lpa*)
|
|||
;;
|
||||
|
||||
|
||||
bpf*|tun*|pms*|qms*|joy*)
|
||||
bpf*|tun*|qms*|joy*)
|
||||
case $i in
|
||||
bpf*) name=bpf; unit=${i#bpf}; chr=32;;
|
||||
tun*) name=tun; unit=${i#tun}; chr=33;;
|
||||
pms*) name=pms; unit=${i#pms}; chr=40;;
|
||||
qms*) name=qms; unit=${i#qms}; chr=9;;
|
||||
joy*) name=joy; unit=${i#joy}; chr=56;;
|
||||
esac
|
||||
|
@ -533,7 +531,6 @@ lkm)
|
|||
|
||||
mouse-*)
|
||||
case $i in
|
||||
mouse-pms*) name=pms; unit=${i#mouse-pms};;
|
||||
mouse-qms*) name=qms; unit=${i#mouse-qms};;
|
||||
esac
|
||||
ln -fs $name$unit mouse
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh -
|
||||
#
|
||||
# $NetBSD: MAKEDEV,v 1.17 2002/03/16 17:03:35 martin Exp $
|
||||
# $NetBSD: MAKEDEV,v 1.18 2002/04/18 13:24:58 wiz Exp $
|
||||
#
|
||||
# Copyright (c) 1990 The Regents of the University of California.
|
||||
# All rights reserved.
|
||||
|
@ -59,7 +59,6 @@
|
|||
#
|
||||
# Pointing devices:
|
||||
# quadmouse* "quadrature mouse"
|
||||
# pms* "PS/2 mouse"
|
||||
# wsmouse* wscons mouse events
|
||||
#
|
||||
# Keyboard devices:
|
||||
|
@ -147,7 +146,7 @@ all)
|
|||
makedev ttyv0
|
||||
makedev bpf0 bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 bpf7
|
||||
makedev lpa0 lpt0 tun0 tun1 tun2 ipl
|
||||
makedev beep lkm qms0 pms0 local
|
||||
makedev beep lkm qms0 local
|
||||
makedev usbs isdns
|
||||
makedev mouse-qms0 random openfirm
|
||||
makedev music rmidi0 rmidi1 rmidi2 rmidi3 rmidi4 rmidi5 rmidi6 rmidi7
|
||||
|
@ -487,11 +486,10 @@ lpt*|lpa*)
|
|||
;;
|
||||
|
||||
|
||||
bpf*|tun*|pms*|qms*|joy*)
|
||||
bpf*|tun*|qms*|joy*)
|
||||
case $i in
|
||||
bpf*) name=bpf; unit=${i#bpf}; chr=32;;
|
||||
tun*) name=tun; unit=${i#tun}; chr=33;;
|
||||
pms*) name=pms; unit=${i#pms}; chr=40;;
|
||||
qms*) name=qms; unit=${i#qms}; chr=9;;
|
||||
joy*) name=joy; unit=${i#joy}; chr=56;;
|
||||
esac
|
||||
|
@ -522,7 +520,6 @@ lkm)
|
|||
|
||||
mouse-*)
|
||||
case $i in
|
||||
mouse-pms*) name=pms; unit=${i#mouse-pms};;
|
||||
mouse-qms*) name=qms; unit=${i#mouse-qms};;
|
||||
esac
|
||||
ln -fs $name$unit mouse
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh -
|
||||
#
|
||||
# $NetBSD: MAKEDEV,v 1.20 2002/04/12 03:25:00 briggs Exp $
|
||||
# $NetBSD: MAKEDEV,v 1.21 2002/04/18 13:24:59 wiz Exp $
|
||||
#
|
||||
# Copyright (c) 1990 The Regents of the University of California.
|
||||
# All rights reserved.
|
||||
|
@ -55,7 +55,6 @@
|
|||
# ttyE* wscons
|
||||
#
|
||||
# Pointing devices:
|
||||
# pms* PS/2 mouse
|
||||
# wsmouse* wscons mouse events
|
||||
#
|
||||
# Keyboard devices:
|
||||
|
@ -129,7 +128,7 @@ all)
|
|||
makedev lpt0 lpt1 lpt2 tun0 tun1 ipl
|
||||
makedev bpf0 bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 bpf7
|
||||
makedev ccd0 ccd1 ccd2 ccd3 md0 ss0 ch0 uk0 uk1 random ttyCY0
|
||||
makedev lkm pms0 local satlink0
|
||||
makedev lkm local satlink0
|
||||
makedev ttyE0 ttyE1 ttyE2 ttyE3 ttyE4 ttyE5 ttyE6 ttyE7 ttyE8
|
||||
makedev scsibus0 scsibus1 scsibus2 scsibus3
|
||||
makedev isdns
|
||||
|
@ -446,11 +445,10 @@ lpt*|lpa*)
|
|||
mknod $name$unit c $chr $(($unit + $flags))
|
||||
;;
|
||||
|
||||
bpf*|tun*|pms*)
|
||||
bpf*|tun*)
|
||||
case $i in
|
||||
bpf*) name=bpf; unit=${i#bpf}; chr=23;;
|
||||
tun*) name=tun; unit=${i#tun}; chr=40;;
|
||||
pms*) name=pms; unit=${i#pms}; chr=37;;
|
||||
esac
|
||||
rm -f $name$unit
|
||||
mknod $name$unit c $chr $unit
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh -
|
||||
#
|
||||
# $NetBSD: MAKEDEV,v 1.18 2002/04/02 05:24:59 briggs Exp $
|
||||
# $NetBSD: MAKEDEV,v 1.19 2002/04/18 13:24:59 wiz Exp $
|
||||
#
|
||||
# Copyright (c) 1990 The Regents of the University of California.
|
||||
# All rights reserved.
|
||||
|
@ -53,7 +53,6 @@
|
|||
# ttyE* wscons
|
||||
#
|
||||
# Pointing devices:
|
||||
# pms* PS/2 mouse
|
||||
# wsmouse* wscons mouse events
|
||||
#
|
||||
# Keyboard devices:
|
||||
|
@ -127,7 +126,7 @@ all)
|
|||
makedev lpt0 lpt1 lpt2 tun0 tun1 ipl
|
||||
makedev bpf0 bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 bpf7
|
||||
makedev ccd0 ccd1 ccd2 ccd3 md0 ss0 ch0 uk0 uk1 random ttyCY0
|
||||
makedev lkm mms0 lms0 pms0 apm local satlink0
|
||||
makedev lkm mms0 lms0 apm local satlink0
|
||||
makedev ttyE0 ttyE1 ttyE2 ttyE3 ttyE4 ttyE5 ttyE6 ttyE7 ttyE8
|
||||
makedev scsibus0 scsibus1 scsibus2 scsibus3
|
||||
makedev isdns
|
||||
|
@ -438,11 +437,10 @@ lpt*|lpa*)
|
|||
mknod $name$unit c $chr $(($unit + $flags))
|
||||
;;
|
||||
|
||||
bpf*|tun*|pms*)
|
||||
bpf*|tun*)
|
||||
case $i in
|
||||
bpf*) name=bpf; unit=${i#bpf}; chr=10;;
|
||||
tun*) name=tun; unit=${i#tun}; chr=11;;
|
||||
pms*) name=pms; unit=${i#pms}; chr=37;;
|
||||
esac
|
||||
rm -f $name$unit
|
||||
mknod $name$unit c $chr $unit
|
||||
|
|
Loading…
Reference in New Issue