NetBSD-Bugs archive

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

PR/38885 CVS commit: src/sys/dev/i2c



The following reply was made to PR kern/38885; it has been noted by GNATS.

From: Izumi Tsutsui <tsutsui%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/38885 CVS commit: src/sys/dev/i2c
Date: Sun,  8 Jun 2008 03:49:26 +0000 (UTC)

 Module Name:   src
 Committed By:  tsutsui
 Date:          Sun Jun  8 03:49:26 UTC 2008
 
 Modified Files:
        src/sys/dev/i2c: at24cxx.c ds1307.c m41st84.c m41t00.c max6900.c
            pcf8583.c x1226.c
 
 Log Message:
 Replace device_lookup() with device_lookup_private() to get softc
 after device_t/softc split.  PR kern/38885 from Jonathan A. Kollasch.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.11 -r1.12 src/sys/dev/i2c/at24cxx.c src/sys/dev/i2c/ds1307.c
 cvs rdiff -r1.12 -r1.13 src/sys/dev/i2c/m41st84.c src/sys/dev/i2c/x1226.c
 cvs rdiff -r1.14 -r1.15 src/sys/dev/i2c/m41t00.c
 cvs rdiff -r1.10 -r1.11 src/sys/dev/i2c/max6900.c src/sys/dev/i2c/pcf8583.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index