add isdn telephony dialout devices
This commit is contained in:
parent
b7bf49278d
commit
12cd483962
@ -1,6 +1,6 @@
|
||||
#!/bin/sh -
|
||||
#
|
||||
# $NetBSD: MAKEDEV,v 1.33 2003/09/05 17:02:52 dsl Exp $
|
||||
# $NetBSD: MAKEDEV,v 1.34 2003/09/19 11:11:37 pooka Exp $
|
||||
#
|
||||
# Copyright (c) 1990 The Regents of the University of California.
|
||||
# All rights reserved.
|
||||
@ -94,6 +94,7 @@
|
||||
# isdnctl control device
|
||||
# isdnbchan* raw b-channel access
|
||||
# isdntel* telephony device
|
||||
# isdnteld* telephony dialout device
|
||||
# isdntrc* trace device
|
||||
#
|
||||
# Special purpose devices:
|
||||
@ -183,7 +184,7 @@ usbs)
|
||||
;;
|
||||
|
||||
isdns)
|
||||
makedev isdn isdnctl isdnbchan0 isdnbchan1 isdntel0 isdntel1 isdntrc0 isdntrc1
|
||||
makedev isdn isdnctl isdnbchan0 isdnbchan1 isdntel0 isdntel1 isdnteld0 isdnteld1 isdntrc0 isdntrc1
|
||||
;;
|
||||
|
||||
std)
|
||||
@ -697,6 +698,13 @@ isdnbchan*)
|
||||
chmod 600 isdnbchan$unit
|
||||
;;
|
||||
|
||||
isdnteld*)
|
||||
unit=${i#isdnteld}
|
||||
rm -f isdnteld$unit
|
||||
mknod isdnteld$unit c 83 $(($unit + 64))
|
||||
chmod 600 isdnteld$unit
|
||||
;;
|
||||
|
||||
isdntel*)
|
||||
unit=${i#isdntel}
|
||||
rm -f isdntel$unit
|
||||
|
@ -1,5 +1,5 @@
|
||||
#!/bin/sh -
|
||||
# $NetBSD: MAKEDEV,v 1.16 2003/09/05 17:02:53 dsl Exp $
|
||||
# $NetBSD: MAKEDEV,v 1.17 2003/09/19 11:11:39 pooka Exp $
|
||||
#
|
||||
# Copyright (c) 1990 The Regents of the University of California.
|
||||
# All rights reserved.
|
||||
@ -97,6 +97,7 @@
|
||||
# isdnctl control device
|
||||
# isdnbchan* raw b-channel access
|
||||
# isdntel* telephony device
|
||||
# isdnteld* telephony dialout device
|
||||
# isdntrc* trace device
|
||||
#
|
||||
# Special purpose devices:
|
||||
@ -222,7 +223,7 @@ usbs)
|
||||
;;
|
||||
|
||||
isdns)
|
||||
makedev isdn isdnctl isdnbchan0 isdnbchan1 isdntel0 isdntel1 isdntrc0 isdntrc1
|
||||
makedev isdn isdnctl isdnbchan0 isdnbchan1 isdntel0 isdntel1 isdnteld0 isdnteld1 isdntrc0 isdntrc1
|
||||
;;
|
||||
|
||||
std)
|
||||
@ -724,6 +725,13 @@ isdntrc*)
|
||||
chmod 600 isdntrc$unit
|
||||
;;
|
||||
|
||||
isdnteld*)
|
||||
unit=${i#isdnteld}
|
||||
rm -f isdnteld$unit
|
||||
mknod isdnteld$unit c 55 $(($unit + 64))
|
||||
chmod 600 isdnteld$unit
|
||||
;;
|
||||
|
||||
isdntel*)
|
||||
unit=${i#isdntel}
|
||||
rm -f isdntel$unit
|
||||
|
@ -1,5 +1,5 @@
|
||||
#!/bin/sh -
|
||||
# $NetBSD: MAKEDEV,v 1.116 2003/09/05 17:11:31 dsl Exp $
|
||||
# $NetBSD: MAKEDEV,v 1.117 2003/09/19 11:11:40 pooka Exp $
|
||||
#
|
||||
# Copyright (c) 1990 The Regents of the University of California.
|
||||
# All rights reserved.
|
||||
@ -99,6 +99,7 @@
|
||||
# isdnctl control device
|
||||
# isdnbchan* raw b-channel access
|
||||
# isdntel* telephony device
|
||||
# isdnteld* telephony dialout device
|
||||
# isdntrc* trace device
|
||||
#
|
||||
# Special purpose devices:
|
||||
@ -240,7 +241,7 @@ usbs)
|
||||
;;
|
||||
|
||||
isdns)
|
||||
makedev isdn isdnctl isdnbchan0 isdnbchan1 isdntel0 isdntel1 isdntrc0 isdntrc1
|
||||
makedev isdn isdnctl isdnbchan0 isdnbchan1 isdntel0 isdntel1 isdnteld0 isdnteld1 isdntrc0 isdntrc1
|
||||
;;
|
||||
|
||||
std)
|
||||
@ -781,6 +782,13 @@ isdntrc*)
|
||||
chmod 600 isdntrc$unit
|
||||
;;
|
||||
|
||||
isdnteld*)
|
||||
unit=${i#isdnteld}
|
||||
rm -f isdnteld$unit
|
||||
mknod isdnteld$unit c 55 $(($unit + 64))
|
||||
chmod 600 isdnteld$unit
|
||||
;;
|
||||
|
||||
isdntel*)
|
||||
unit=${i#isdntel}
|
||||
rm -f isdntel$unit
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh -
|
||||
#
|
||||
# $NetBSD: MAKEDEV,v 1.7 2003/08/30 11:00:22 dsl Exp $
|
||||
# $NetBSD: MAKEDEV,v 1.8 2003/09/19 11:11:42 pooka Exp $
|
||||
#
|
||||
# Copyright (c) 1990 The Regents of the University of California.
|
||||
# All rights reserved.
|
||||
@ -100,6 +100,7 @@
|
||||
# isdnctl control device
|
||||
# isdnbchan* raw b-channel access
|
||||
# isdntel* telephony device
|
||||
# isdnteld* telephony dialout device
|
||||
# isdntrc* trace device
|
||||
#
|
||||
# Special purpose devices:
|
||||
@ -250,7 +251,7 @@ usbs)
|
||||
;;
|
||||
|
||||
isdns)
|
||||
makedev isdn isdnctl isdnbchan0 isdnbchan1 isdntel0 isdntel1 isdntrc0 isdntrc1
|
||||
makedev isdn isdnctl isdnbchan0 isdnbchan1 isdntel0 isdntel1 isdnteld0 isdnteld1 isdntrc0 isdntrc1
|
||||
;;
|
||||
|
||||
std)
|
||||
@ -947,6 +948,13 @@ isdnbchan*)
|
||||
chmod 600 isdnbchan$unit
|
||||
;;
|
||||
|
||||
isdnteld*)
|
||||
unit=${i#isdnteld}
|
||||
rm -f isdnteld$unit
|
||||
mknod isdnteld$unit c 54 $(($unit + 64))
|
||||
chmod 600 isdnteld$unit
|
||||
;;
|
||||
|
||||
isdntel*)
|
||||
unit=${i#isdntel}
|
||||
rm -f isdntel$unit
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh -
|
||||
#
|
||||
# $NetBSD: MAKEDEV,v 1.91 2003/09/05 17:02:53 dsl Exp $
|
||||
# $NetBSD: MAKEDEV,v 1.92 2003/09/19 11:11:43 pooka Exp $
|
||||
#
|
||||
# Copyright (c) 1990 The Regents of the University of California.
|
||||
# All rights reserved.
|
||||
@ -97,6 +97,7 @@
|
||||
# isdnctl control device
|
||||
# isdnbchan* raw b-channel access
|
||||
# isdntel* telephony device
|
||||
# isdnteld* telephony dialout device
|
||||
# isdntrc* trace device
|
||||
#
|
||||
# Special purpose devices:
|
||||
@ -181,7 +182,7 @@ floppy)
|
||||
;;
|
||||
|
||||
isdns)
|
||||
makedev isdn isdnctl isdnbchan0 isdnbchan1 isdntel0 isdntel1 isdntrc0 isdntrc1
|
||||
makedev isdn isdnctl isdnbchan0 isdnbchan1 isdntel0 isdntel1 isdnteld0 isdnteld1 isdntrc0 isdntrc1
|
||||
;;
|
||||
|
||||
std)
|
||||
@ -664,6 +665,13 @@ isdnbchan*)
|
||||
chmod 600 isdnbchan$unit
|
||||
;;
|
||||
|
||||
isdnteld*)
|
||||
unit=${i#isdnteld}
|
||||
rm -f isdnteld$unit
|
||||
mknod isdnteld$unit c 49 $(($unit + 64))
|
||||
chmod 600 isdnteld$unit
|
||||
;;
|
||||
|
||||
isdntel*)
|
||||
unit=${i#isdntel}
|
||||
rm -f isdntel$unit
|
||||
|
@ -1,5 +1,5 @@
|
||||
#!/bin/sh -
|
||||
# $NetBSD: MAKEDEV,v 1.34 2003/09/05 17:02:53 dsl Exp $
|
||||
# $NetBSD: MAKEDEV,v 1.35 2003/09/19 11:11:43 pooka Exp $
|
||||
#
|
||||
# Copyright (c) 1990 The Regents of the University of California.
|
||||
# All rights reserved.
|
||||
@ -83,6 +83,7 @@
|
||||
# isdnctl control device
|
||||
# isdnbchan* raw b-channel access
|
||||
# isdntel* telephony device
|
||||
# isdnteld* telephony dialout device
|
||||
# isdntrc* trace device
|
||||
#
|
||||
# Special purpose devices:
|
||||
@ -190,7 +191,7 @@ wsmux*)
|
||||
;;
|
||||
|
||||
isdns)
|
||||
makedev isdn isdnctl isdnbchan0 isdnbchan1 isdntel0 isdntel1 isdntrc0 isdntrc1
|
||||
makedev isdn isdnctl isdnbchan0 isdnbchan1 isdntel0 isdntel1 isdnteld0 isdnteld1 isdntrc0 isdntrc1
|
||||
;;
|
||||
|
||||
std)
|
||||
@ -507,6 +508,13 @@ isdnbchan*)
|
||||
chmod 600 isdnbchan$unit
|
||||
;;
|
||||
|
||||
isdnteld*)
|
||||
unit=${i#isdnteld}
|
||||
rm -f isdnteld$unit
|
||||
mknod isdnteld$unit c 41 $(($unit + 64))
|
||||
chmod 600 isdnteld$unit
|
||||
;;
|
||||
|
||||
isdntel*)
|
||||
unit=${i#isdntel}
|
||||
rm -f isdntel$unit
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh -
|
||||
#
|
||||
# $NetBSD: MAKEDEV,v 1.71 2003/09/05 17:02:54 dsl Exp $
|
||||
# $NetBSD: MAKEDEV,v 1.72 2003/09/19 11:11:44 pooka Exp $
|
||||
#
|
||||
# Copyright (c) 1990 The Regents of the University of California.
|
||||
# All rights reserved.
|
||||
@ -94,6 +94,7 @@
|
||||
# isdnctl control device
|
||||
# isdnbchan* raw b-channel access
|
||||
# isdntel* telephony device
|
||||
# isdnteld* telephony dialout device
|
||||
# isdntrc* trace device
|
||||
#
|
||||
# Special purpose devices:
|
||||
@ -176,7 +177,7 @@ floppy)
|
||||
;;
|
||||
|
||||
isdns)
|
||||
makedev isdn isdnctl isdnbchan0 isdnbchan1 isdntel0 isdntel1 isdntrc0 isdntrc1
|
||||
makedev isdn isdnctl isdnbchan0 isdnbchan1 isdntel0 isdntel1 isdnteld0 isdnteld1 isdntrc0 isdntrc1
|
||||
;;
|
||||
|
||||
std)
|
||||
@ -645,6 +646,13 @@ isdnbchan*)
|
||||
chmod 600 isdnbchan$unit
|
||||
;;
|
||||
|
||||
isdnteld*)
|
||||
unit=${i#isdnteld}
|
||||
rm -f isdnteld$unit
|
||||
mknod isdnteld$unit c 48 $(($unit + 64))
|
||||
chmod 600 isdnteld$unit
|
||||
;;
|
||||
|
||||
isdntel*)
|
||||
unit=${i#isdntel}
|
||||
rm -f isdntel$unit
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh -
|
||||
#
|
||||
# $NetBSD: MAKEDEV,v 1.44 2003/08/30 11:00:24 dsl Exp $
|
||||
# $NetBSD: MAKEDEV,v 1.45 2003/09/19 11:11:45 pooka Exp $
|
||||
#
|
||||
# Copyright (c) 1990 The Regents of the University of California.
|
||||
# All rights reserved.
|
||||
@ -85,6 +85,7 @@
|
||||
# isdnctl control device
|
||||
# isdnbchan* raw b-channel access
|
||||
# isdntel* telephony device
|
||||
# isdnteld* telephony dialout device
|
||||
# isdntrc* trace device
|
||||
#
|
||||
# Special purpose devices:
|
||||
@ -162,7 +163,7 @@ ramdisk)
|
||||
;;
|
||||
|
||||
isdns)
|
||||
makedev isdn isdnctl isdnbchan0 isdnbchan1 isdntel0 isdntel1 isdntrc0 isdntrc1
|
||||
makedev isdn isdnctl isdnbchan0 isdnbchan1 isdntel0 isdntel1 isdnteld0 isdnteld1 isdntrc0 isdntrc1
|
||||
;;
|
||||
|
||||
std)
|
||||
@ -608,6 +609,13 @@ isdnbchan*)
|
||||
chmod 600 isdnbchan$unit
|
||||
;;
|
||||
|
||||
isdnteld*)
|
||||
unit=${i#isdnteld}
|
||||
rm -f isdnteld$unit
|
||||
mknod isdnteld$unit c 57 $(($unit + 64))
|
||||
chmod 600 isdnteld$unit
|
||||
;;
|
||||
|
||||
isdntel*)
|
||||
unit=${i#isdntel}
|
||||
rm -f isdntel$unit
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh -
|
||||
#
|
||||
# $NetBSD: MAKEDEV,v 1.29 2003/09/05 17:02:55 dsl Exp $
|
||||
# $NetBSD: MAKEDEV,v 1.30 2003/09/19 11:11:45 pooka Exp $
|
||||
#
|
||||
# Copyright (c) 1990 The Regents of the University of California.
|
||||
# All rights reserved.
|
||||
@ -91,6 +91,7 @@
|
||||
# isdnctl control device
|
||||
# isdnbchan* raw b-channel access
|
||||
# isdntel* telephony device
|
||||
# isdnteld* telephony dialout device
|
||||
# isdntrc* trace device
|
||||
#
|
||||
# Special purpose devices:
|
||||
@ -189,7 +190,7 @@ usbs)
|
||||
;;
|
||||
|
||||
isdns)
|
||||
makedev isdn isdnctl isdnbchan0 isdnbchan1 isdntel0 isdntel1 isdntrc0 isdntrc1
|
||||
makedev isdn isdnctl isdnbchan0 isdnbchan1 isdntel0 isdntel1 isdnteld0 isdnteld1 isdntrc0 isdntrc1
|
||||
;;
|
||||
|
||||
std)
|
||||
@ -688,6 +689,13 @@ isdnbchan*)
|
||||
chmod 600 isdnbchan$unit
|
||||
;;
|
||||
|
||||
isdnteld*)
|
||||
unit=${i#isdnteld}
|
||||
rm -f isdnteld$unit
|
||||
mknod isdnteld$unit c 83 $(($unit + 64))
|
||||
chmod 600 isdnteld$unit
|
||||
;;
|
||||
|
||||
isdntel*)
|
||||
unit=${i#isdntel}
|
||||
rm -f isdntel$unit
|
||||
|
@ -1,5 +1,5 @@
|
||||
#!/bin/sh -
|
||||
# $NetBSD: MAKEDEV,v 1.31 2003/09/05 17:02:56 dsl Exp $
|
||||
# $NetBSD: MAKEDEV,v 1.32 2003/09/19 11:11:46 pooka Exp $
|
||||
#
|
||||
# Copyright (c) 1990 The Regents of the University of California.
|
||||
# All rights reserved.
|
||||
@ -77,6 +77,7 @@
|
||||
# isdnctl control device
|
||||
# isdnbchan* raw b-channel access
|
||||
# isdntel* telephony device
|
||||
# isdnteld* telephony dialout device
|
||||
# isdntrc* trace device
|
||||
#
|
||||
# Special purpose devices:
|
||||
@ -144,7 +145,7 @@ minimal)
|
||||
;;
|
||||
|
||||
isdns)
|
||||
makedev isdn isdnctl isdnbchan0 isdnbchan1 isdntel0 isdntel1 isdntrc0 isdntrc1
|
||||
makedev isdn isdnctl isdnbchan0 isdnbchan1 isdntel0 isdntel1 isdnteld0 isdnteld1 isdntrc0 isdntrc1
|
||||
;;
|
||||
|
||||
std)
|
||||
@ -419,6 +420,13 @@ isdnbchan*)
|
||||
chmod 600 isdnbchan$unit
|
||||
;;
|
||||
|
||||
isdnteld*)
|
||||
unit=${i#isdnteld}
|
||||
rm -f isdnteld$unit
|
||||
mknod isdnteld$unit c 32 $(($unit + 64))
|
||||
chmod 600 isdnteld$unit
|
||||
;;
|
||||
|
||||
isdntel*)
|
||||
unit=${i#isdntel}
|
||||
rm -f isdntel$unit
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh -
|
||||
#
|
||||
# $NetBSD: MAKEDEV,v 1.33 2003/09/05 17:02:56 dsl Exp $
|
||||
# $NetBSD: MAKEDEV,v 1.34 2003/09/19 11:11:47 pooka Exp $
|
||||
#
|
||||
# Copyright (c) 1990 The Regents of the University of California.
|
||||
# All rights reserved.
|
||||
@ -91,6 +91,7 @@
|
||||
# isdnctl control device
|
||||
# isdnbchan* raw b-channel access
|
||||
# isdntel* telephony device
|
||||
# isdnteld* telephony dialout device
|
||||
# isdntrc* trace device
|
||||
#
|
||||
# Special purpose devices:
|
||||
@ -176,7 +177,7 @@ usbs)
|
||||
;;
|
||||
|
||||
isdns)
|
||||
makedev isdn isdnctl isdnbchan0 isdnbchan1 isdntel0 isdntel1 isdntrc0 isdntrc1
|
||||
makedev isdn isdnctl isdnbchan0 isdnbchan1 isdntel0 isdntel1 isdnteld0 isdnteld1 isdntrc0 isdntrc1
|
||||
;;
|
||||
|
||||
std)
|
||||
@ -660,6 +661,13 @@ isdnbchan*)
|
||||
chmod 600 isdnbchan$unit
|
||||
;;
|
||||
|
||||
isdnteld*)
|
||||
unit=${i#isdnteld}
|
||||
rm -f isdnteld$unit
|
||||
mknod isdnteld$unit c 82 $(($unit + 64))
|
||||
chmod 600 isdnteld$unit
|
||||
;;
|
||||
|
||||
isdntel*)
|
||||
unit=${i#isdntel}
|
||||
rm -f isdntel$unit
|
||||
|
@ -1,5 +1,5 @@
|
||||
#!/bin/sh -
|
||||
# $NetBSD: MAKEDEV,v 1.18 2003/09/05 17:02:56 dsl Exp $
|
||||
# $NetBSD: MAKEDEV,v 1.19 2003/09/19 11:11:47 pooka Exp $
|
||||
#
|
||||
# Copyright (c) 1990 The Regents of the University of California.
|
||||
# All rights reserved.
|
||||
@ -99,6 +99,7 @@
|
||||
# isdnctl control device
|
||||
# isdnbchan* raw b-channel access
|
||||
# isdntel* telephony device
|
||||
# isdnteld* telephony dialout device
|
||||
# isdntrc* trace device
|
||||
#
|
||||
# Special purpose devices:
|
||||
@ -230,7 +231,7 @@ usbs)
|
||||
;;
|
||||
|
||||
isdns)
|
||||
makedev isdn isdnctl isdnbchan0 isdnbchan1 isdntel0 isdntel1 isdntrc0 isdntrc1
|
||||
makedev isdn isdnctl isdnbchan0 isdnbchan1 isdntel0 isdntel1 isdnteld0 isdnteld1 isdntrc0 isdntrc1
|
||||
;;
|
||||
|
||||
std)
|
||||
@ -742,6 +743,13 @@ isdnbchan*)
|
||||
chmod 600 isdnbchan$unit
|
||||
;;
|
||||
|
||||
isdnteld*)
|
||||
unit=${i#isdnteld}
|
||||
rm -f isdnteld$unit
|
||||
mknod isdnteld$unit c 54 $(($unit + 64))
|
||||
chmod 600 isdnteld$unit
|
||||
;;
|
||||
|
||||
isdntel*)
|
||||
unit=${i#isdntel}
|
||||
rm -f isdntel$unit
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh -
|
||||
#
|
||||
# $NetBSD: MAKEDEV,v 1.14 2003/09/05 17:02:57 dsl Exp $
|
||||
# $NetBSD: MAKEDEV,v 1.15 2003/09/19 11:11:48 pooka Exp $
|
||||
#
|
||||
# Copyright (c) 1990 The Regents of the University of California.
|
||||
# All rights reserved.
|
||||
@ -92,6 +92,7 @@
|
||||
# isdnctl control device
|
||||
# isdnbchan* raw b-channel access
|
||||
# isdntel* telephony device
|
||||
# isdnteld* telephony dialout device
|
||||
# isdntrc* trace device
|
||||
#
|
||||
# Special purpose devices:
|
||||
@ -182,7 +183,7 @@ ramdisk)
|
||||
;;
|
||||
|
||||
isdns)
|
||||
makedev isdn isdnctl isdnbchan0 isdnbchan1 isdntel0 isdntel1 isdntrc0 isdntrc1
|
||||
makedev isdn isdnctl isdnbchan0 isdnbchan1 isdntel0 isdntel1 isdnteld0 isdnteld1 isdntrc0 isdntrc1
|
||||
;;
|
||||
|
||||
std)
|
||||
@ -742,6 +743,13 @@ isdnbchan*)
|
||||
chmod 600 isdnbchan$unit
|
||||
;;
|
||||
|
||||
isdnteld*)
|
||||
unit=${i#isdnteld}
|
||||
rm -f isdnteld$unit
|
||||
mknod isdnteld$unit c 58 $(($unit + 64))
|
||||
chmod 600 isdnteld$unit
|
||||
;;
|
||||
|
||||
isdntel*)
|
||||
unit=${i#isdntel}
|
||||
rm -f isdntel$unit
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh -
|
||||
#
|
||||
# $NetBSD: MAKEDEV,v 1.21 2003/09/05 17:02:58 dsl Exp $
|
||||
# $NetBSD: MAKEDEV,v 1.22 2003/09/19 11:11:49 pooka Exp $
|
||||
#
|
||||
# Copyright (c) 1990 The Regents of the University of California.
|
||||
# All rights reserved.
|
||||
@ -93,6 +93,7 @@
|
||||
# isdnctl control device
|
||||
# isdnbchan* raw b-channel access
|
||||
# isdntel* telephony device
|
||||
# isdnteld* telephony dialout device
|
||||
# isdntrc* trace device
|
||||
#
|
||||
# Special purpose devices:
|
||||
@ -181,7 +182,7 @@ usbs)
|
||||
;;
|
||||
|
||||
isdns)
|
||||
makedev isdn isdnctl isdnbchan0 isdnbchan1 isdntel0 isdntel1 isdntrc0 isdntrc1
|
||||
makedev isdn isdnctl isdnbchan0 isdnbchan1 isdntel0 isdntel1 isdnteld0 isdnteld1 isdntrc0 isdntrc1
|
||||
;;
|
||||
|
||||
std)
|
||||
@ -692,6 +693,13 @@ isdnbchan*)
|
||||
chmod 600 isdnbchan$unit
|
||||
;;
|
||||
|
||||
isdnteld*)
|
||||
unit=${i#isdnteld}
|
||||
rm -f isdnteld$unit
|
||||
mknod isdnteld$unit c 83 $(($unit + 64))
|
||||
chmod 600 isdnteld$unit
|
||||
;;
|
||||
|
||||
isdntel*)
|
||||
unit=${i#isdntel}
|
||||
rm -f isdntel$unit
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh -
|
||||
#
|
||||
# $NetBSD: MAKEDEV,v 1.55 2003/09/05 17:02:58 dsl Exp $
|
||||
# $NetBSD: MAKEDEV,v 1.56 2003/09/19 11:11:50 pooka Exp $
|
||||
#
|
||||
# Copyright (c) 1990 The Regents of the University of California.
|
||||
# All rights reserved.
|
||||
@ -89,6 +89,7 @@
|
||||
# isdnctl control device
|
||||
# isdnbchan* raw b-channel access
|
||||
# isdntel* telephony device
|
||||
# isdnteld* telephony dialout device
|
||||
# isdntrc* trace device
|
||||
#
|
||||
# Special purpose devices:
|
||||
@ -180,7 +181,7 @@ usbs)
|
||||
;;
|
||||
|
||||
isdns)
|
||||
makedev isdn isdnctl isdnbchan0 isdnbchan1 isdntel0 isdntel1 isdntrc0 isdntrc1
|
||||
makedev isdn isdnctl isdnbchan0 isdnbchan1 isdntel0 isdntel1 isdnteld0 isdnteld1 isdntrc0 isdntrc1
|
||||
;;
|
||||
|
||||
std)
|
||||
@ -634,6 +635,13 @@ isdnbchan*)
|
||||
chmod 600 isdnbchan$unit
|
||||
;;
|
||||
|
||||
isdnteld*)
|
||||
unit=${i#isdnteld}
|
||||
rm -f isdnteld$unit
|
||||
mknod isdnteld$unit c 45 $(($unit + 64))
|
||||
chmod 600 isdnteld$unit
|
||||
;;
|
||||
|
||||
isdntel*)
|
||||
unit=${i#isdntel}
|
||||
rm -f isdntel$unit
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh -
|
||||
#
|
||||
# $NetBSD: MAKEDEV,v 1.205 2003/08/30 11:00:29 dsl Exp $
|
||||
# $NetBSD: MAKEDEV,v 1.206 2003/09/19 11:11:50 pooka Exp $
|
||||
#
|
||||
# Copyright (c) 1990 The Regents of the University of California.
|
||||
# All rights reserved.
|
||||
@ -100,6 +100,7 @@
|
||||
# isdnctl control device
|
||||
# isdnbchan* raw b-channel access
|
||||
# isdntel* telephony device
|
||||
# isdnteld* telephony dialout device
|
||||
# isdntrc* trace device
|
||||
#
|
||||
# Special purpose devices:
|
||||
@ -259,7 +260,7 @@ usbs)
|
||||
;;
|
||||
|
||||
isdns)
|
||||
makedev isdn isdnctl isdnbchan0 isdnbchan1 isdntel0 isdntel1 isdntrc0 isdntrc1
|
||||
makedev isdn isdnctl isdnbchan0 isdnbchan1 isdntel0 isdntel1 isdnteld0 isdnteld1 isdntrc0 isdntrc1
|
||||
;;
|
||||
|
||||
std)
|
||||
@ -974,6 +975,13 @@ isdnbchan*)
|
||||
chmod 600 isdnbchan$unit
|
||||
;;
|
||||
|
||||
isdnteld*)
|
||||
unit=${i#isdnteld}
|
||||
rm -f isdnteld$unit
|
||||
mknod isdnteld$unit c 54 $(($unit + 64))
|
||||
chmod 600 isdnteld$unit
|
||||
;;
|
||||
|
||||
isdntel*)
|
||||
unit=${i#isdntel}
|
||||
rm -f isdntel$unit
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh -
|
||||
#
|
||||
# $NetBSD: MAKEDEV,v 1.82 2003/09/05 17:03:00 dsl Exp $
|
||||
# $NetBSD: MAKEDEV,v 1.83 2003/09/19 11:11:51 pooka Exp $
|
||||
#
|
||||
# Copyright (c) 1990 The Regents of the University of California.
|
||||
# All rights reserved.
|
||||
@ -90,6 +90,7 @@
|
||||
# isdnctl control device
|
||||
# isdnbchan* raw b-channel access
|
||||
# isdntel* telephony device
|
||||
# isdnteld* telephony dialout device
|
||||
# isdntrc* trace device
|
||||
#
|
||||
# Special purpose devices:
|
||||
@ -182,7 +183,7 @@ floppy)
|
||||
;;
|
||||
|
||||
isdns)
|
||||
makedev isdn isdnctl isdnbchan0 isdnbchan1 isdntel0 isdntel1 isdntrc0 isdntrc1
|
||||
makedev isdn isdnctl isdnbchan0 isdnbchan1 isdntel0 isdntel1 isdnteld0 isdnteld1 isdntrc0 isdntrc1
|
||||
;;
|
||||
|
||||
std)
|
||||
@ -772,6 +773,13 @@ isdnbchan*)
|
||||
chmod 600 isdnbchan$unit
|
||||
;;
|
||||
|
||||
isdnteld*)
|
||||
unit=${i#isdnteld}
|
||||
rm -f isdnteld$unit
|
||||
mknod isdnteld$unit c 58 $(($unit + 64))
|
||||
chmod 600 isdnteld$unit
|
||||
;;
|
||||
|
||||
isdntel*)
|
||||
unit=${i#isdntel}
|
||||
rm -f isdntel$unit
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh -
|
||||
#
|
||||
# $NetBSD: MAKEDEV,v 1.19 2003/09/05 17:03:00 dsl Exp $
|
||||
# $NetBSD: MAKEDEV,v 1.20 2003/09/19 11:11:52 pooka Exp $
|
||||
#
|
||||
# Copyright (c) 1990 The Regents of the University of California.
|
||||
# All rights reserved.
|
||||
@ -80,6 +80,7 @@
|
||||
# isdnctl control device
|
||||
# isdnbchan* raw b-channel access
|
||||
# isdntel* telephony device
|
||||
# isdnteld* telephony dialout device
|
||||
# isdntrc* trace device
|
||||
#
|
||||
# Special purpose devices:
|
||||
@ -159,7 +160,7 @@ ramdisk)
|
||||
;;
|
||||
|
||||
isdns)
|
||||
makedev isdn isdnctl isdnbchan0 isdnbchan1 isdntel0 isdntel1 isdntrc0 isdntrc1
|
||||
makedev isdn isdnctl isdnbchan0 isdnbchan1 isdntel0 isdntel1 isdnteld0 isdnteld1 isdntrc0 isdntrc1
|
||||
;;
|
||||
|
||||
std)
|
||||
@ -587,6 +588,13 @@ random)
|
||||
# chmod 600 isdnbchan$unit
|
||||
# ;;
|
||||
#
|
||||
#isdnteld*)
|
||||
# unit=${i#isdnteld}
|
||||
# rm -f isdnteld$unit
|
||||
# mknod isdnteld$unit c 70 $(($unit + 64))
|
||||
# chmod 600 isdnteld$unit
|
||||
# ;;
|
||||
#
|
||||
#isdntel*)
|
||||
# unit=${i#isdntel}
|
||||
# rm -f isdntel$unit
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh -
|
||||
#
|
||||
# $NetBSD: MAKEDEV,v 1.36 2003/09/05 17:03:01 dsl Exp $
|
||||
# $NetBSD: MAKEDEV,v 1.37 2003/09/19 11:11:53 pooka Exp $
|
||||
#
|
||||
# Copyright (c) 1990 The Regents of the University of California.
|
||||
# All rights reserved.
|
||||
@ -92,6 +92,7 @@
|
||||
# isdnctl control device
|
||||
# isdnbchan* raw b-channel access
|
||||
# isdntel* telephony device
|
||||
# isdnteld* telephony dialout device
|
||||
# isdntrc* trace device
|
||||
#
|
||||
# Special purpose devices:
|
||||
@ -178,7 +179,7 @@ usbs)
|
||||
;;
|
||||
|
||||
isdns)
|
||||
makedev isdn isdnctl isdnbchan0 isdnbchan1 isdntel0 isdntel1 isdntrc0 isdntrc1
|
||||
makedev isdn isdnctl isdnbchan0 isdnbchan1 isdntel0 isdntel1 isdnteld0 isdnteld1 isdntrc0 isdntrc1
|
||||
;;
|
||||
|
||||
std)
|
||||
@ -680,6 +681,13 @@ isdnbchan*)
|
||||
chmod 600 isdnbchan$unit
|
||||
;;
|
||||
|
||||
isdnteld*)
|
||||
unit=${i#isdnteld}
|
||||
rm -f isdnteld$unit
|
||||
mknod isdnteld$unit c 82 $(($unit + 64))
|
||||
chmod 600 isdnteld$unit
|
||||
;;
|
||||
|
||||
isdntel*)
|
||||
unit=${i#isdntel}
|
||||
rm -f isdntel$unit
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh -
|
||||
#
|
||||
# $NetBSD: MAKEDEV,v 1.14 2003/09/05 17:03:02 dsl Exp $
|
||||
# $NetBSD: MAKEDEV,v 1.15 2003/09/19 11:11:53 pooka Exp $
|
||||
#
|
||||
# Copyright (c) 1990 The Regents of the University of California.
|
||||
# All rights reserved.
|
||||
@ -90,6 +90,7 @@
|
||||
# isdnctl control device
|
||||
# isdnbchan* raw b-channel access
|
||||
# isdntel* telephony device
|
||||
# isdnteld* telephony dialout device
|
||||
# isdntrc* trace device
|
||||
#
|
||||
# Special purpose devices:
|
||||
@ -172,7 +173,7 @@ floppy)
|
||||
;;
|
||||
|
||||
isdns)
|
||||
makedev isdn isdnctl isdnbchan0 isdnbchan1 isdntel0 isdntel1 isdntrc0 isdntrc1
|
||||
makedev isdn isdnctl isdnbchan0 isdnbchan1 isdntel0 isdntel1 isdnteld0 isdnteld1 isdntrc0 isdntrc1
|
||||
;;
|
||||
|
||||
std)
|
||||
@ -705,6 +706,13 @@ isdnbchan*)
|
||||
chmod 600 isdnbchan$unit
|
||||
;;
|
||||
|
||||
isdnteld*)
|
||||
unit=${i#isdnteld}
|
||||
rm -f isdnteld$unit
|
||||
mknod isdnteld$unit c 58 $(($unit + 64))
|
||||
chmod 600 isdnteld$unit
|
||||
;;
|
||||
|
||||
isdntel*)
|
||||
unit=${i#isdntel}
|
||||
rm -f isdntel$unit
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh -
|
||||
#
|
||||
# $NetBSD: MAKEDEV,v 1.15 2003/08/30 11:00:35 dsl Exp $
|
||||
# $NetBSD: MAKEDEV,v 1.16 2003/09/19 11:11:54 pooka Exp $
|
||||
#
|
||||
# Copyright (c) 1990 The Regents of the University of California.
|
||||
# All rights reserved.
|
||||
@ -81,6 +81,7 @@
|
||||
# isdnctl control device
|
||||
# isdnbchan* raw b-channel access
|
||||
# isdntel* telephony device
|
||||
# isdnteld* telephony dialout device
|
||||
# isdntrc* trace device
|
||||
#
|
||||
# Special purpose devices:
|
||||
@ -155,7 +156,7 @@ ramdisk)
|
||||
;;
|
||||
|
||||
isdns)
|
||||
makedev isdn isdnctl isdnbchan0 isdnbchan1 isdntel0 isdntel1 isdntrc0 isdntrc1
|
||||
makedev isdn isdnctl isdnbchan0 isdnbchan1 isdntel0 isdntel1 isdnteld0 isdnteld1 isdntrc0 isdntrc1
|
||||
;;
|
||||
|
||||
std)
|
||||
@ -557,6 +558,13 @@ isdnbchan*)
|
||||
chmod 600 isdnbchan$unit
|
||||
;;
|
||||
|
||||
isdnteld*)
|
||||
unit=${i#isdnteld}
|
||||
rm -f isdnteld$unit
|
||||
mknod isdnteld$unit c 57 $(($unit + 64))
|
||||
chmod 600 isdnteld$unit
|
||||
;;
|
||||
|
||||
isdntel*)
|
||||
unit=${i#isdntel}
|
||||
rm -f isdntel$unit
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh -
|
||||
#
|
||||
# $NetBSD: MAKEDEV,v 1.38 2003/08/30 11:00:35 dsl Exp $
|
||||
# $NetBSD: MAKEDEV,v 1.39 2003/09/19 11:11:54 pooka Exp $
|
||||
#
|
||||
# Copyright (c) 1990 The Regents of the University of California.
|
||||
# All rights reserved.
|
||||
@ -80,6 +80,7 @@
|
||||
# isdnctl control device
|
||||
# isdnbchan* raw b-channel access
|
||||
# isdntel* telephony device
|
||||
# isdnteld* telephony dialout device
|
||||
# isdntrc* trace device
|
||||
#
|
||||
# Special purpose devices:
|
||||
@ -159,7 +160,7 @@ ramdisk)
|
||||
;;
|
||||
|
||||
isdns)
|
||||
makedev isdn isdnctl isdnbchan0 isdnbchan1 isdntel0 isdntel1 isdntrc0 isdntrc1
|
||||
makedev isdn isdnctl isdnbchan0 isdnbchan1 isdntel0 isdntel1 isdnteld0 isdnteld1 isdntrc0 isdntrc1
|
||||
;;
|
||||
|
||||
std)
|
||||
@ -587,6 +588,13 @@ isdnbchan*)
|
||||
chmod 600 isdnbchan$unit
|
||||
;;
|
||||
|
||||
isdnteld*)
|
||||
unit=${i#isdnteld}
|
||||
rm -f isdnteld$unit
|
||||
mknod isdnteld$unit c 70 $(($unit + 64))
|
||||
chmod 600 isdnteld$unit
|
||||
;;
|
||||
|
||||
isdntel*)
|
||||
unit=${i#isdntel}
|
||||
rm -f isdntel$unit
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh -
|
||||
#
|
||||
# $NetBSD: MAKEDEV,v 1.34 2003/08/30 11:00:35 dsl Exp $
|
||||
# $NetBSD: MAKEDEV,v 1.35 2003/09/19 11:11:55 pooka Exp $
|
||||
#
|
||||
# Copyright (c) 1990 The Regents of the University of California.
|
||||
# All rights reserved.
|
||||
@ -81,6 +81,7 @@
|
||||
# isdnctl control device
|
||||
# isdnbchan* raw b-channel access
|
||||
# isdntel* telephony device
|
||||
# isdnteld* telephony dialout device
|
||||
# isdntrc* trace device
|
||||
#
|
||||
# Special purpose devices:
|
||||
@ -153,7 +154,7 @@ ramdisk)
|
||||
;;
|
||||
|
||||
isdns)
|
||||
makedev isdn isdnctl isdnbchan0 isdnbchan1 isdntel0 isdntel1 isdntrc0 isdntrc1
|
||||
makedev isdn isdnctl isdnbchan0 isdnbchan1 isdntel0 isdntel1 isdnteld0 isdnteld1 isdntrc0 isdntrc1
|
||||
;;
|
||||
|
||||
std)
|
||||
@ -548,6 +549,13 @@ isdnbchan*)
|
||||
chmod 600 isdnbchan$unit
|
||||
;;
|
||||
|
||||
isdnteld*)
|
||||
unit=${i#isdnteld}
|
||||
rm -f isdnteld$unit
|
||||
mknod isdnteld$unit c 57 $(($unit + 64))
|
||||
chmod 600 isdnteld$unit
|
||||
;;
|
||||
|
||||
isdntel*)
|
||||
unit=${i#isdntel}
|
||||
rm -f isdntel$unit
|
||||
|
@ -1,5 +1,5 @@
|
||||
#!/bin/sh -
|
||||
# $NetBSD: MAKEDEV,v 1.18 2003/09/05 17:03:04 dsl Exp $
|
||||
# $NetBSD: MAKEDEV,v 1.19 2003/09/19 11:11:55 pooka Exp $
|
||||
#
|
||||
# Copyright (c) 1990 The Regents of the University of California.
|
||||
# All rights reserved.
|
||||
@ -88,6 +88,7 @@
|
||||
# isdnctl control device
|
||||
# isdnbchan* raw b-channel access
|
||||
# isdntel* telephony device
|
||||
# isdnteld* telephony dialout device
|
||||
# isdntrc* trace device
|
||||
#
|
||||
# Special purpose devices:
|
||||
@ -181,7 +182,7 @@ usbs)
|
||||
;;
|
||||
|
||||
isdns)
|
||||
makedev isdn isdnctl isdnbchan0 isdnbchan1 isdntel0 isdntel1 isdntrc0 isdntrc1
|
||||
makedev isdn isdnctl isdnbchan0 isdnbchan1 isdntel0 isdntel1 isdnteld0 isdnteld1 isdntrc0 isdntrc1
|
||||
;;
|
||||
|
||||
std)
|
||||
@ -624,6 +625,13 @@ isdnbchan*)
|
||||
chmod 600 isdnbchan$unit
|
||||
;;
|
||||
|
||||
isdnteld*)
|
||||
unit=${i#isdnteld}
|
||||
rm -f isdnteld$unit
|
||||
mknod isdnteld$unit c 54 $(($unit + 64))
|
||||
chmod 600 isdnteld$unit
|
||||
;;
|
||||
|
||||
isdntel*)
|
||||
unit=${i#isdntel}
|
||||
rm -f isdntel$unit
|
||||
|
@ -1,5 +1,5 @@
|
||||
#!/bin/sh -
|
||||
# $NetBSD: MAKEDEV,v 1.36 2003/09/05 17:03:06 dsl Exp $
|
||||
# $NetBSD: MAKEDEV,v 1.37 2003/09/19 11:11:56 pooka Exp $
|
||||
#
|
||||
# Copyright (c) 1990 The Regents of the University of California.
|
||||
# All rights reserved.
|
||||
@ -89,6 +89,7 @@
|
||||
# isdnctl control device
|
||||
# isdnbchan* raw b-channel access
|
||||
# isdntel* telephony device
|
||||
# isdnteld* telephony dialout device
|
||||
# isdntrc* trace device
|
||||
#
|
||||
# Special purpose devices:
|
||||
@ -160,7 +161,7 @@ minimal)
|
||||
;;
|
||||
|
||||
isdns)
|
||||
makedev isdn isdnctl isdnbchan0 isdnbchan1 isdntel0 isdntel1 isdntrc0 isdntrc1
|
||||
makedev isdn isdnctl isdnbchan0 isdnbchan1 isdntel0 isdntel1 isdnteld0 isdnteld1 isdntrc0 isdntrc1
|
||||
;;
|
||||
|
||||
std)
|
||||
@ -496,6 +497,13 @@ isdnbchan*)
|
||||
chmod 600 isdnbchan$unit
|
||||
;;
|
||||
|
||||
isdnteld*)
|
||||
unit=${i#isdnteld}
|
||||
rm -f isdnteld$unit
|
||||
mknod isdnteld$unit c 42 $(($unit + 64))
|
||||
chmod 600 isdnteld$unit
|
||||
;;
|
||||
|
||||
isdntel*)
|
||||
unit=${i#isdntel}
|
||||
rm -f isdntel$unit
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh -
|
||||
#
|
||||
# $NetBSD: MAKEDEV,v 1.26 2003/09/05 17:03:06 dsl Exp $
|
||||
# $NetBSD: MAKEDEV,v 1.27 2003/09/19 11:11:56 pooka Exp $
|
||||
#
|
||||
# Copyright (c) 1990 The Regents of the University of California.
|
||||
# All rights reserved.
|
||||
@ -94,6 +94,7 @@
|
||||
# isdnctl control device
|
||||
# isdnbchan* raw b-channel access
|
||||
# isdntel* telephony device
|
||||
# isdnteld* telephony dialout device
|
||||
# isdntrc* trace device
|
||||
#
|
||||
# Special purpose devices:
|
||||
@ -184,7 +185,7 @@ usbs)
|
||||
;;
|
||||
|
||||
isdns)
|
||||
makedev isdn isdnctl isdnbchan0 isdnbchan1 isdntel0 isdntel1 isdntrc0 isdntrc1
|
||||
makedev isdn isdnctl isdnbchan0 isdnbchan1 isdntel0 isdntel1 isdnteld0 isdnteld1 isdntrc0 isdntrc1
|
||||
;;
|
||||
|
||||
std)
|
||||
@ -693,6 +694,13 @@ isdnbchan*)
|
||||
chmod 600 isdnbchan$unit
|
||||
;;
|
||||
|
||||
isdnteld*)
|
||||
unit=${i#isdnteld}
|
||||
rm -f isdnteld$unit
|
||||
mknod isdnteld$unit c 83 $(($unit + 64))
|
||||
chmod 600 isdnteld$unit
|
||||
;;
|
||||
|
||||
isdntel*)
|
||||
unit=${i#isdntel}
|
||||
rm -f isdntel$unit
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh -
|
||||
#
|
||||
# $NetBSD: MAKEDEV,v 1.92 2003/09/05 17:03:06 dsl Exp $
|
||||
# $NetBSD: MAKEDEV,v 1.93 2003/09/19 11:11:57 pooka Exp $
|
||||
#
|
||||
# Copyright (c) 1990 The Regents of the University of California.
|
||||
# All rights reserved.
|
||||
@ -79,6 +79,7 @@
|
||||
# isdnctl control device
|
||||
# isdnbchan* raw b-channel access
|
||||
# isdntel* telephony device
|
||||
# isdnteld* telephony dialout device
|
||||
# isdntrc* trace device
|
||||
# Special purpose devices:
|
||||
# clockctl clock control for non root users
|
||||
@ -171,7 +172,7 @@ floppy|ramdisk)
|
||||
;;
|
||||
|
||||
isdns)
|
||||
makedev isdn isdnctl isdnbchan0 isdnbchan1 isdntel0 isdntel1 isdntrc0 isdntrc1
|
||||
makedev isdn isdnctl isdnbchan0 isdnbchan1 isdntel0 isdntel1 isdnteld0 isdnteld1 isdntrc0 isdntrc1
|
||||
;;
|
||||
|
||||
std)
|
||||
@ -692,6 +693,13 @@ isdnbchan*)
|
||||
chmod 600 isdnbchan$unit
|
||||
;;
|
||||
|
||||
isdnteld*)
|
||||
unit=${i#isdnteld}
|
||||
rm -f isdnteld$unit
|
||||
mknod isdnteld$unit c 76 $(($unit + 64))
|
||||
chmod 600 isdnteld$unit
|
||||
;;
|
||||
|
||||
isdntel*)
|
||||
unit=${i#isdntel}
|
||||
rm -f isdntel$unit
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh -
|
||||
#
|
||||
# $NetBSD: MAKEDEV,v 1.57 2003/09/05 17:03:07 dsl Exp $
|
||||
# $NetBSD: MAKEDEV,v 1.58 2003/09/19 11:11:57 pooka Exp $
|
||||
#
|
||||
# Copyright (c) 1990 The Regents of the University of California.
|
||||
# All rights reserved.
|
||||
@ -93,6 +93,7 @@
|
||||
# isdnctl control device
|
||||
# isdnbchan* raw b-channel access
|
||||
# isdntel* telephony device
|
||||
# isdnteld* telephony dialout device
|
||||
# isdntrc* trace device
|
||||
# Special purpose devices:
|
||||
# clockctl clock control for non root users
|
||||
@ -186,7 +187,7 @@ floppy|ramdisk)
|
||||
makedev random
|
||||
;;
|
||||
isdns)
|
||||
makedev isdn isdnctl isdnbchan0 isdnbchan1 isdntel0 isdntel1 isdntrc0 isdntrc1
|
||||
makedev isdn isdnctl isdnbchan0 isdnbchan1 isdntel0 isdntel1 isdnteld0 isdnteld1 isdntrc0 isdntrc1
|
||||
;;
|
||||
std)
|
||||
rm -f console kmem mem null zero eeprom openprom drum klog \
|
||||
@ -683,6 +684,13 @@ isdnbchan*)
|
||||
chmod 600 isdnbchan$unit
|
||||
;;
|
||||
|
||||
isdnteld*)
|
||||
unit=${i#isdnteld}
|
||||
rm -f isdnteld$unit
|
||||
mknod isdnteld$unit c 76 $(($unit + 64))
|
||||
chmod 600 isdnteld$unit
|
||||
;;
|
||||
|
||||
isdntel*)
|
||||
unit=${i#isdntel}
|
||||
rm -f isdntel$unit
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh -
|
||||
#
|
||||
# $NetBSD: MAKEDEV,v 1.70 2003/09/05 17:03:08 dsl Exp $
|
||||
# $NetBSD: MAKEDEV,v 1.71 2003/09/19 11:11:58 pooka Exp $
|
||||
#
|
||||
# Copyright (c) 1990 The Regents of the University of California.
|
||||
# All rights reserved.
|
||||
@ -90,6 +90,7 @@
|
||||
# isdnctl control device
|
||||
# isdnbchan* raw b-channel access
|
||||
# isdntel* telephony device
|
||||
# isdnteld* telephony dialout device
|
||||
# isdntrc* trace device
|
||||
#
|
||||
# USB devices:
|
||||
@ -168,7 +169,7 @@ ramdisk)
|
||||
;;
|
||||
|
||||
isdns)
|
||||
makedev isdn isdnctl isdnbchan0 isdnbchan1 isdntel0 isdntel1 isdntrc0 isdntrc1
|
||||
makedev isdn isdnctl isdnbchan0 isdnbchan1 isdntel0 isdntel1 isdnteld0 isdnteld1 isdntrc0 isdntrc1
|
||||
;;
|
||||
|
||||
usbs)
|
||||
@ -616,6 +617,13 @@ isdnbchan*)
|
||||
chmod 600 isdnbchan$unit
|
||||
;;
|
||||
|
||||
isdnteld*)
|
||||
unit=${i#isdnteld}
|
||||
rm -f isdnteld$unit
|
||||
mknod isdnteld$unit c 47 $(($unit + 64))
|
||||
chmod 600 isdnteld$unit
|
||||
;;
|
||||
|
||||
isdntel*)
|
||||
unit=${i#isdntel}
|
||||
rm -f isdntel$unit
|
||||
|
Loading…
Reference in New Issue
Block a user