Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/i386/i386 add "poll" entry to i4btel device
details: https://anonhg.NetBSD.org/src/rev/5069a6b91851
branches: trunk
changeset: 471700:5069a6b91851
user: drochner <drochner%NetBSD.org@localhost>
date: Thu Apr 08 12:10:53 1999 +0000
description:
add "poll" entry to i4btel device
diffstat:
sys/arch/i386/i386/conf.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r f2107b61625d -r 5069a6b91851 sys/arch/i386/i386/conf.c
--- a/sys/arch/i386/i386/conf.c Thu Apr 08 11:29:01 1999 +0000
+++ b/sys/arch/i386/i386/conf.c Thu Apr 08 12:10:53 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: conf.c,v 1.112 1999/01/23 15:13:28 drochner Exp $ */
+/* $NetBSD: conf.c,v 1.113 1999/04/08 12:10:53 drochner Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -243,7 +243,7 @@
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, \
- 0, (dev_type_poll((*))) enodev, (dev_type_mmap((*))) enodev, D_TTY }
+ 0, dev_init(c,n,poll), (dev_type_mmap((*))) enodev, D_TTY }
/* open, close, read, ioctl */
#define cdev_i4btrc_init(c,n) { \
Home |
Main Index |
Thread Index |
Old Index