Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/sys Backout last iic change. Will work with cgd to get ...



details:   https://anonhg.NetBSD.org/src/rev/957aee5232ba
branches:  trunk
changeset: 495100:957aee5232ba
user:      jeffs <jeffs%NetBSD.org@localhost>
date:      Fri Jul 21 19:41:57 2000 +0000

description:
Backout last iic change.  Will work with cgd to get an i2c code we all
can be happy with.

diffstat:

 sys/sys/conf.h |  9 +--------
 1 files changed, 1 insertions(+), 8 deletions(-)

diffs (23 lines):

diff -r 104695b14bd5 -r 957aee5232ba sys/sys/conf.h
--- a/sys/sys/conf.h    Fri Jul 21 18:31:03 2000 +0000
+++ b/sys/sys/conf.h    Fri Jul 21 19:41:57 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: conf.h,v 1.79 2000/07/21 18:05:57 jeffs Exp $  */
+/*     $NetBSD: conf.h,v 1.80 2000/07/21 19:41:57 jeffs Exp $  */
 
 /*-
  * Copyright (c) 1990, 1993
@@ -369,13 +369,6 @@
        (dev_type_stop((*))) enodev, 0, seltrue, \
        (dev_init(c,n,mmap)) }
 
-/* open, close, ioctl, poll */
-#define        cdev_iic_init(c,n) { \
-       dev_init(c,n,open), dev_init(c,n,close), (dev_type_read((*))) enodev, \
-       (dev_type_write((*))) enodev, dev_init(c,n,ioctl), \
-       (dev_type_stop((*))) enodev, \
-       0, dev_init(c,n,poll), (dev_type_mmap((*))) enodev, 0 }
-
 /* symbolic sleep message strings */
 extern const char devopn[], devio[], devwait[], devin[], devout[];
 extern const char devioc[], devcls[];



Home | Main Index | Thread Index | Old Index