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



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

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

diffstat:

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

diffs (18 lines):

diff -r e57e07b984dc -r 7a39a9431a7a sys/arch/amiga/amiga/conf.c
--- a/sys/arch/amiga/amiga/conf.c       Tue May 01 10:42:03 2001 +0000
+++ b/sys/arch/amiga/amiga/conf.c       Tue May 01 10:42:25 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: conf.c,v 1.57 2000/01/31 22:49:12 mhitch Exp $ */
+/*     $NetBSD: conf.c,v 1.57.4.1 2001/05/01 10:42:25 he Exp $ */
 
 /*-
  * Copyright (c) 1991 The Regents of the University of California.
@@ -124,7 +124,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_type_poll((*))) enodev, (dev_type_mmap((*))) enodev }
 



Home | Main Index | Thread Index | Old Index