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/atari/atari Pull up revision 1.44 (via patch, ...



details:   https://anonhg.NetBSD.org/src/rev/e57e07b984dc
branches:  netbsd-1-5
changeset: 491481:e57e07b984dc
user:      he <he%NetBSD.org@localhost>
date:      Tue May 01 10:42:03 2001 +0000

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

diffstat:

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

diffs (18 lines):

diff -r dba71168cabd -r e57e07b984dc sys/arch/atari/atari/conf.c
--- a/sys/arch/atari/atari/conf.c       Tue May 01 10:41:30 2001 +0000
+++ b/sys/arch/atari/atari/conf.c       Tue May 01 10:42:03 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: conf.c,v 1.41 1999/10/28 13:43:54 leo Exp $    */
+/*     $NetBSD: conf.c,v 1.41.6.1 2001/05/01 10:42:03 he Exp $ */
 
 /*
  * Copyright (c) 1991 The Regents of the University of California.
@@ -149,7 +149,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_type_stop((*))) enodev, \
+       dev_init(c,n,write), dev_init(c,n,ioctl), (dev_type_stop((*))) enodev, \
        0, (dev_type_poll((*))) enodev, (dev_type_mmap((*))) enodev }
 
 /* open, close, read, write */



Home | Main Index | Thread Index | Old Index