2
0
mirror of https://github.com/xcat2/xNBA.git synced 2024-12-16 08:11:31 +00:00
xNBA/src/drivers
Michael Brown 3e2c6b6736 pkbuff->iobuf changeover
Achieved via Perl using:

perl -pi -e 's/pk_buff/io_buffer/g; s/Packet buffer/I\/O buffer/ig; ' \
	-e 's/pkbuff\.h/iobuf.h/g; s/pkb_/iob_/g; s/_pkb/_iob/g; ' \
	-e 's/pkb/iobuf/g; s/PKB/IOB/g;'
2007-05-19 18:39:40 +00:00
..
ata Create and use async_block() macro; it cuts down on the visual overhead 2007-01-16 08:10:54 +00:00
bitbash Abstracted out part of the concept of an SPI device to a generalised NVS 2006-12-04 18:23:06 +00:00
block Split bootsector execution code out into bootsector.c. 2007-01-29 04:21:38 +00:00
bus Updated ISAPnP, EISA, MCA and ISA buses to current device model. 2007-03-10 18:08:33 +00:00
net pkbuff->iobuf changeover 2007-05-19 18:39:40 +00:00
nvs Return -EIO when verification fails, instead of -EINVAL. 2006-12-20 14:11:50 +00:00
scsi Create and use async_block() macro; it cuts down on the visual overhead 2007-01-16 08:10:54 +00:00