NetBSD/sys/arch/macppc
pgoyette c8996319e0 Avoid asking the controller to transfer zero bytes of data, since we have
no clue if this works or not.  This prevents the i2c quick_{read,write}
protocols from working, but the only place those protocols are used is in
the code that enumerates the i2c bus and that just doesn't make sense for
ki2c anyway.

While here, make sure that i2c send_{byte,word} operations will work even
if the caller provides the cmd (ie, register to modify) and the data in
separate args.  This is the normal calling sequence for iic_exec() routines
and will enable dbcool (4) driver to update device registers.

OK'd macallan@
2009-02-08 01:13:39 +00:00
..
compile
conf Changes to MEMORY_RBFLAGS option: 2009-02-06 18:50:26 +00:00
dev Avoid asking the controller to transfer zero bytes of data, since we have 2009-02-08 01:13:39 +00:00
include
macppc Fix attach messages. (extra colons, misplaced newline etc.) 2008-12-07 08:24:26 +00:00
pci
stand - modify a pathname parse function to explicitly return devname and filename 2009-01-28 15:03:28 +00:00
Makefile Use ${TOOL_SED} instead if plain sed in Makefiles. 2008-10-25 22:27:34 +00:00