From owner-freebsd-hackers Wed Sep 5 1:34:53 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from faerie.gib.ru (faerie.gib.ru [212.13.111.11]) by hub.freebsd.org (Postfix) with ESMTP id DEA5737B403 for ; Wed, 5 Sep 2001 01:34:50 -0700 (PDT) Received: by faerie.gib.ru (Postfix, from userid 1024) id C4D7D8D62; Wed, 5 Sep 2001 12:34:48 +0400 (MSD) From: s To: freebsd-hackers@freebsd.org Subject: IICBUS_READ Message-Id: <20010905083448.C4D7D8D62@faerie.gib.ru> Date: Wed, 5 Sep 2001 12:34:48 +0400 (MSD) Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I've look at /sys/dev/iicbus/iiconf.c: > int > iicbus_read(device_t bus, char *buf, int len, int *read, int last, int delay) > { > struct iicbus_softc *sc = (struct iicbus_softc *)device_get_softc(bus); > > /* a slave must have been started with the appropriate address */ > if (!sc->started || !(sc->started & LSB)) > return (EINVAL); > > return (IICBUS_READ(device_get_parent(bus), buf, len, read, last, delay)); > } Where is defined IICBUS_READ ? Seva. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message