Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/arch/i386/i386 Pull up revision 1.137 (requested by...



details:   https://anonhg.NetBSD.org/src/rev/dba71168cabd
branches:  netbsd-1-5
changeset: 491480:dba71168cabd
user:      he <he%NetBSD.org@localhost>
date:      Tue May 01 10:41:30 2001 +0000

description:
Pull up revision 1.137 (requested by martin):
  Add ioctl entry to cdevsw for i4b raw B-channel devices.

diffstat:

 sys/arch/i386/i386/conf.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 19870333bbf9 -r dba71168cabd sys/arch/i386/i386/conf.c
--- a/sys/arch/i386/i386/conf.c Tue May 01 10:29:06 2001 +0000
+++ b/sys/arch/i386/i386/conf.c Tue May 01 10:41:30 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: conf.c,v 1.127.2.1 2000/07/30 17:56:52 bouyer Exp $    */
+/*     $NetBSD: conf.c,v 1.127.2.2 2001/05/01 10:41:30 he Exp $        */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -251,7 +251,7 @@
 /* open, close, read, write */
 #define        cdev_i4brbch_init(c,n) { \
        dev_init(c,n,open), dev_init(c,n,close), dev_init(c,n,read), \
-       dev_init(c,n,write), (dev_type_ioctl((*))) enodev, \
+       dev_init(c,n,write), dev_init(c,n,ioctl), \
        (dev_type_stop((*))) enodev, \
        0, dev_init(c,n,poll), (dev_type_mmap((*))) enodev }
 



Home | Main Index | Thread Index | Old Index