Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys Add cdev_pci_init().
details: https://anonhg.NetBSD.org/src/rev/936062dadc19
branches: trunk
changeset: 514914:936062dadc19
user: thorpej <thorpej%NetBSD.org@localhost>
date: Thu Sep 13 21:59:21 2001 +0000
description:
Add cdev_pci_init().
diffstat:
sys/sys/conf.h | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r c18188899b02 -r 936062dadc19 sys/sys/conf.h
--- a/sys/sys/conf.h Thu Sep 13 21:54:17 2001 +0000
+++ b/sys/sys/conf.h Thu Sep 13 21:59:21 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: conf.h,v 1.89 2001/09/10 10:09:13 fvdl Exp $ */
+/* $NetBSD: conf.h,v 1.90 2001/09/13 21:59:21 thorpej Exp $ */
/*-
* Copyright (c) 1990, 1993
@@ -445,6 +445,9 @@
/* open, close, read, ioctl, poll */
#define cdev_i4b_init(c,n) cdev__ocrip_init(c,n)
+/* open, close, ioctl, mmap */
+#define cdev_pci_init(c,n) cdev__ocim_init(c,n)
+
/* symbolic sleep message strings */
extern const char devopn[], devio[], devwait[], devin[], devout[];
extern const char devioc[], devcls[];
Home |
Main Index |
Thread Index |
Old Index