Searched hist:172965 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/stand/pc98/libpc98/
H A Dbiosdisk.cdiff 172965 Thu Oct 25 12:57:46 MDT 2007 nyan MFi386: part of revision 1.51

Rework the read/write support in the bios disk driver some to cut down
on duplicated code.
- All of the bounce buffer and retry logic duplicated in bd_read() and
bd_write() are merged into a single bd_io() routine that takes an
extra direction argument. bd_read() and bd_write() are now simple
wrappers around bd_io().

Completed in 156 milliseconds