diff --git a/distrib/sets/lists/base/obsolete.cats b/distrib/sets/lists/base/obsolete.cats new file mode 100644 index 000000000000..fed51fc15965 --- /dev/null +++ b/distrib/sets/lists/base/obsolete.cats @@ -0,0 +1,2 @@ +# $NetBSD: obsolete.cats,v 1.1 2002/04/18 13:24:59 wiz Exp $ +/dev/pms0 diff --git a/distrib/sets/lists/base/obsolete.hpcarm b/distrib/sets/lists/base/obsolete.hpcarm new file mode 100644 index 000000000000..11223b692f03 --- /dev/null +++ b/distrib/sets/lists/base/obsolete.hpcarm @@ -0,0 +1,2 @@ +# $NetBSD: obsolete.hpcarm,v 1.1 2002/04/18 13:24:59 wiz Exp $ +/dev/pms0 diff --git a/distrib/sets/lists/base/obsolete.netwinder b/distrib/sets/lists/base/obsolete.netwinder new file mode 100644 index 000000000000..6fa46efe1e10 --- /dev/null +++ b/distrib/sets/lists/base/obsolete.netwinder @@ -0,0 +1,2 @@ +# $NetBSD: obsolete.netwinder,v 1.1 2002/04/18 13:25:00 wiz Exp $ +/dev/pms0 diff --git a/distrib/sets/lists/base/obsolete.sandpoint b/distrib/sets/lists/base/obsolete.sandpoint new file mode 100644 index 000000000000..82ef5e4588ba --- /dev/null +++ b/distrib/sets/lists/base/obsolete.sandpoint @@ -0,0 +1,2 @@ +# $NetBSD: obsolete.sandpoint,v 1.1 2002/04/18 13:25:00 wiz Exp $ +/dev/pms0 diff --git a/distrib/sets/lists/base/obsolete.walnut b/distrib/sets/lists/base/obsolete.walnut new file mode 100644 index 000000000000..253fc94f2fc5 --- /dev/null +++ b/distrib/sets/lists/base/obsolete.walnut @@ -0,0 +1,2 @@ +# $NetBSD: obsolete.walnut,v 1.1 2002/04/18 13:25:00 wiz Exp $ +/dev/pms0 diff --git a/etc/etc.cats/MAKEDEV b/etc/etc.cats/MAKEDEV index abc27672cd36..157e4d2c6ed0 100755 --- a/etc/etc.cats/MAKEDEV +++ b/etc/etc.cats/MAKEDEV @@ -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 diff --git a/etc/etc.dreamcast/MAKEDEV b/etc/etc.dreamcast/MAKEDEV index 1b3488d12cbc..b99545ace5a2 100755 --- a/etc/etc.dreamcast/MAKEDEV +++ b/etc/etc.dreamcast/MAKEDEV @@ -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 diff --git a/etc/etc.evbsh3/MAKEDEV b/etc/etc.evbsh3/MAKEDEV index 3d03e5da4abd..158984b6942c 100755 --- a/etc/etc.evbsh3/MAKEDEV +++ b/etc/etc.evbsh3/MAKEDEV @@ -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 diff --git a/etc/etc.hpcarm/MAKEDEV b/etc/etc.hpcarm/MAKEDEV index badcd6a524bb..dc0be77602cd 100644 --- a/etc/etc.hpcarm/MAKEDEV +++ b/etc/etc.hpcarm/MAKEDEV @@ -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 diff --git a/etc/etc.netwinder/MAKEDEV b/etc/etc.netwinder/MAKEDEV index b0dacbd14a85..8ef25138e008 100755 --- a/etc/etc.netwinder/MAKEDEV +++ b/etc/etc.netwinder/MAKEDEV @@ -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 diff --git a/etc/etc.sandpoint/MAKEDEV b/etc/etc.sandpoint/MAKEDEV index ef6293860dea..5bb34cbb5d2c 100644 --- a/etc/etc.sandpoint/MAKEDEV +++ b/etc/etc.sandpoint/MAKEDEV @@ -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 diff --git a/etc/etc.walnut/MAKEDEV b/etc/etc.walnut/MAKEDEV index dc0293e60472..f03dff18d458 100644 --- a/etc/etc.walnut/MAKEDEV +++ b/etc/etc.walnut/MAKEDEV @@ -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