| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2006-09-03 | add missing initializers | christos | |
| 2006-09-03 | add missing decl | christos | |
| 2006-09-03 | add missing initializers | christos | |
| 2006-09-03 | add missing initializer | christos | |
| 2006-09-03 | comment out unreachable code | christos | |
| 2006-09-03 | comment out unreachable code. | christos | |
| 2006-09-03 | add missing initializer | christos | |
| 2006-09-03 | add missing initializers | christos | |
| 2006-09-03 | add missing initializer | christos | |
| 2006-09-03 | add missing decl. | christos | |
| 2006-09-03 | add missing initializer | christos | |
| 2006-09-03 | - add missing initializer | christos | |
| - comment out impossible comparison | |||
| 2006-09-03 | add missing initializer | christos | |
| 2006-09-03 | add missing initializers | christos | |
| 2006-09-03 | - add missing initializers | christos | |
| - remove impossible comparison | |||
| 2006-09-03 | add missing initializer | christos | |
| 2006-09-03 | - comment out impossible comparisons | christos | |
| - remove superfluous if statement | |||
| 2006-09-03 | - add missing initializer | christos | |
| - correct function decl. | |||
| 2006-09-03 | add missing initializer | christos | |
| 2006-09-03 | add missing initializers | christos | |
| 2006-09-03 | use c99 initializers | christos | |
| 2006-09-03 | avoid empty if statements | christos | |
| 2006-09-02 | redo with c99 initializers | christos | |
| 2006-09-02 | - comment out impossible comparison | christos | |
| - add missing initializer | |||
| 2006-09-02 | add missing initializers | christos | |
| 2006-09-02 | Remove unused variable to make this build again. | xtraeme | |
| 2006-09-02 | add missing initializer | christos | |
| 2006-09-02 | - fix incomplete initializer | christos | |
| - static goes first | |||
| 2006-09-02 | static goes first | christos | |
| 2006-09-02 | - fix incomplete initializer | christos | |
| - static goes first | |||
| 2006-09-02 | comment out unreachable code | christos | |
| 2006-09-02 | add missing initializer | christos | |
| 2006-09-02 | add missing initializer | christos | |
| 2006-09-02 | comment out impossible code | christos | |
| 2006-09-02 | add missing initializers | christos | |
| 2006-09-02 | Add missing initializer | christos | |
| 2006-09-01 | s/dreamcast/sh3/ to cover landisk. | uwe | |
| 2006-09-01 | Use an unsigned int for the blksize on read_cd_capacity. | matt | |
| 2006-09-01 | Remove the declaration of an unused local variable 'reg'. | dyoung | |
| 2006-08-31 | Fix panic on reading/writing to a (raw) CD device and encountering an | reinoud | |
| error. It now correctly sets bp->b_resid to the full size of the buffer. The failed SCSI read/write command allways contains the complete buffer. When encountering a read (or write) error, the scsipi stack sets the xs->resid to zero since the command has been accepted by the drive. The scsi command set does not allow a partial read or write to be performed and will signal a success or an error. | |||
| 2006-08-31 | Remove two spurious empty lines in functions | reinoud | |
| 2006-08-31 | Fix fencing bug on CD disk size; the comment was wrong, its the *length* of | reinoud | |
| the device and since we count from zero its equal to the number of sectors and thus one higher than the last sector. This fixes the read/write problems on the (raw) device where the last sector was not readable/writable. | |||
| 2006-08-31 | Per discussion on tech-kern and tech-userlevel, move the bit-twiddling | dyoung | |
| macros, __BIT, __BITS, SHIFTIN, SHIFTOUT, and __arraycount() from lib/libkern/libkern.h to sys/cdefs.h. Add a __-prefix to SHIFTIN and SHIFTOUT, and add a manual page for the bit-twiddling macros, bits(3). Make the __BIT and __BITS macros "widthless," as best I can, by changing their type to uintmax_t from uint32_t. XXX The manual page lags this change by a bit. Define __PRIxBIT and __PRIxBITS printf(3) format strings. | |||
| 2006-08-31 | Appease GCC4 by making /* NOTREACHED */ code return 0. | matt | |
| 2006-08-30 | Add quirks for the Phobos GIO Fast Ethernet boards. | rumble | |
| 2006-08-30 | Phobos boards (my G130 at least) have a non-standard srom layout. Try to | rumble | |
| identify it and pull out the enaddr. | |||
| 2006-08-30 | Make this compile again when TLDEBUG is defined. | rumble | |
| 2006-08-30 | It seems that EHCI at least will complete a empty transfer with | plunky | |
| status == NORMAL_COMPLETION. Guard against that. | |||
| 2006-08-30 | fix initializers. | christos | |
| 2006-08-30 | fix incomplete initializer. | christos | |
