Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/sys Ooops, ISDN phone devices have an ioctl function, so...



details:   https://anonhg.NetBSD.org/src/rev/db1c9c83fe34
branches:  trunk
changeset: 521262:db1c9c83fe34
user:      martin <martin%NetBSD.org@localhost>
date:      Sun Jan 27 11:40:48 2002 +0000

description:
Ooops, ISDN phone devices have an ioctl function, so add them to the
cdevsw. Noticed by Matthias Drochner.
(One of these days I'll setup an answering machine for testing myself ;-) )

diffstat:

 sys/sys/conf.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 11e18141e13c -r db1c9c83fe34 sys/sys/conf.h
--- a/sys/sys/conf.h    Sun Jan 27 11:15:36 2002 +0000
+++ b/sys/sys/conf.h    Sun Jan 27 11:40:48 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: conf.h,v 1.96 2002/01/04 02:46:08 deberg Exp $ */
+/*     $NetBSD: conf.h,v 1.97 2002/01/27 11:40:48 martin Exp $ */
 
 /*-
  * Copyright (c) 1990, 1993
@@ -447,8 +447,8 @@
 /* open, close, read, write, ioctl, poll */
 #define        cdev_i4brbch_init(c,n)  cdev__ocrwip_init(c,n)
 
-/* open, close, read, write, poll */
-#define        cdev_i4btel_init(c,n)   cdev__ocrwp_init(c,n)
+/* open, close, read, write, ioctl, poll */
+#define        cdev_i4btel_init(c,n)   cdev__ocrwip_init(c,n)
 
 /* open, close, read, ioctl */
 #define cdev_i4btrc_init(c,n)  cdev__ocri_init(c,n)



Home | Main Index | Thread Index | Old Index