| Age | Commit message (Expand) | Author |
| 2007-03-12 | Pass an ipl argument to pool_init/POOL_INIT to be used when initializing | ad |
| 2007-03-04 | fix fallout from caddr_t changes. | yamt |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-03-03 | add support devctl properties | jnemeth |
| 2007-03-01 | TRUE -> true, FALSE -> false | thorpej |
| 2007-02-21 | Replace the Mach-derived boolean_t type with the C99 bool type. A | thorpej |
| 2007-02-17 | The SEAGATE ST318203LSUN18G announces DT only capabilitie although it also | bouyer |
| 2007-02-09 | Merge newlock2 to head. | ad |
| 2007-01-23 | Fix for atapi devices that have 32 bit databusses selected. The devices | reinoud |
| 2007-01-14 | The previous fix for PR 34202 was wrong (some sizeof used the union, not | martin |
| 2007-01-13 | Complete initializers so those files compile. | cube |
| 2006-12-01 | On Christos' request, reinstantiate the packed->__packed__ part of the | martin |
| 2006-12-01 | Fix PR kern/34202 differently, by aligning the variables "the traditional | martin |
| 2006-12-01 | Back out align(4) for all struct decls - it breaks various things all | martin |
| 2006-11-30 | Prevent kernel crashes caused by umass devices that return bogus mode sense | christos |
| 2006-11-30 | Add a quirk for Initio drives (from Rhialto) | christos |
| 2006-11-30 | PR/34202: Dave Huang: Accessing cd device on alpha causes kernel trap | christos |
| 2006-11-29 | restore a nice little feature which got lost in some previous commit: | drochner |
| 2006-11-26 | If the block size reported by Read Capacity looks valid, just use it. | itohy |
| 2006-11-25 | - Call disk_blocksize(9) once we know the disk's physical block size. | scw |
| 2006-11-25 | - Call disk_blocksize(9) when we determine the physical block size of the | scw |
| 2006-11-23 | This file needs to know the size of "struct device", so include | he |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-11-14 | Implement/add bufq strategy setting by dkctl for the CD class devices. | reinoud |
| 2006-10-30 | Remove the boot-from-disk hppa hack now that a real fix has been found. | skrll |
| 2006-10-28 | Implement another class of `unit not ready' sense handling that is not | reinoud |
| 2006-10-27 | - don't allocate huge arrays on the stack | christos |
| 2006-10-20 | Validate the sector size returned by READ CAPACITY. If it looks bogus | scw |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-10-10 | Also print blksize with %u - this is what I get for eyeballing | riz |
| 2006-10-10 | Print an unsigned parameter with %lu, not %ld. From David A. Holland | riz |
| 2006-10-09 | Some removable umass(4) devices don't respond to mode sense page 6, or | scw |
| 2006-10-08 | Use last track info only if it gives a sane value. Fixes PR#34688. | mlelstv |
| 2006-10-01 | In gcc4 structures are differently aligned compared to gcc3. Lots of | reinoud |
| 2006-09-30 | A little effort against kernel bloat.... | itohy |
| 2006-09-14 | Fix same panic problem as with cd.c when a scsi error happends on | reinoud |
| 2006-09-11 | Aparently i've misread, backing out change. | reinoud |
| 2006-09-11 | Don't add one to the capacity returned of READ CAPACITY! it results in | reinoud |
| 2006-09-08 | Oeps! I overlooked the size argument of the SCSI call. It ought to be equal | reinoud |
| 2006-09-07 | The size of struct scsipi_read_discinfo_data is not even due to the data[1] | reinoud |
| 2006-09-07 | Add PIOBM (busmastering transfer using ATA PIO mode) support. | itohy |
| 2006-09-07 | remove more vestiges of CCITT, LLC, HDLC, NS, and NSIP. | dogcow |
| 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 initializer | christos |
| 2006-09-03 | add missing initializer | christos |
| 2006-09-01 | Use an unsigned int for the blksize on read_cd_capacity. | matt |
| 2006-08-31 | Fix panic on reading/writing to a (raw) CD device and encountering an | reinoud |