NetBSD/sys/dev/spi
jym c44a6702cd Fix the while condition: sleep while the SPI_F_DONE bit is not set.
'!' takes precedence over bitwise operation '&', so use parenthesis.
2010-08-14 20:49:21 +00:00
..
files.spi
m25p.c device_t/softc split. 2008-05-04 14:21:55 +00:00
spi.c Fix the while condition: sleep while the SPI_F_DONE bit is not set. 2010-08-14 20:49:21 +00:00
spiflash.c g/c BUFQ_FOO() macros and use bufq_foo() directly. 2009-01-13 13:33:58 +00:00
spiflash.h struct device * -> device_t, no functional changes intended. 2009-05-12 14:38:26 +00:00
spivar.h
tmp121.c