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/alpha/alpha Pull up revision 1.55 (requested b...
details: https://anonhg.NetBSD.org/src/rev/a1cfd003a28a
branches: netbsd-1-5
changeset: 491483:a1cfd003a28a
user: he <he%NetBSD.org@localhost>
date: Tue May 01 10:42:41 2001 +0000
description:
Pull up revision 1.55 (requested by martin):
Add ioctl entry to cdevsw for i4b raw B-channel devices.
diffstat:
sys/arch/alpha/alpha/conf.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 7a39a9431a7a -r a1cfd003a28a sys/arch/alpha/alpha/conf.c
--- a/sys/arch/alpha/alpha/conf.c Tue May 01 10:42:25 2001 +0000
+++ b/sys/arch/alpha/alpha/conf.c Tue May 01 10:42:41 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: conf.c,v 1.47 2000/05/28 23:05:19 thorpej Exp $ */
+/* $NetBSD: conf.c,v 1.47.2.1 2001/05/01 10:42:41 he Exp $ */
/*-
* Copyright (c) 1991 The Regents of the University of California.
@@ -37,7 +37,7 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: conf.c,v 1.47 2000/05/28 23:05:19 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: conf.c,v 1.47.2.1 2001/05/01 10:42:41 he Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -214,7 +214,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