| Age | Commit message (Expand) | Author |
| 2006-07-09 | some fixes for removable media (USB floppies in particular): | drochner |
| 2006-06-01 | Change return type of sdgetdisklabel() from void to int; return an error | nathanw |
| 2006-03-30 | Use device_private(). | thorpej |
| 2006-03-28 | Use device_unit(). | thorpej |
| 2006-02-20 | Use device_is_active() rather than testing dv_flags for DVF_ACTIVE | thorpej |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-12-09 | Adapt previous change to recent scsipi. Pointed out by Simon Burge. | bouyer |
| 2005-12-08 | Some USB devices reports themselves as removable, but have no door and | bouyer |
| 2005-10-15 | - change the way to specify a bufq strategy. (by string rather than by number) | yamt |
| 2005-05-29 | - Sprinkle const | christos |
| 2005-04-25 | Revert the part if 1.236 which comprises a functional change. | drochner |
| 2005-03-31 | introduce a function to drain bufq and use it where appropriate. | yamt |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2005-02-21 | Part 1 of a cleanup pass over the SCSI subsystem. The aim is to name | thorpej |
| 2005-02-01 | Backing out changes to clean up scsipi. I was pointed out there were | reinoud |
| 2005-01-31 | Part of the cleanup of sys/scsipi's use of types; rename all u_int* to | reinoud |
| 2005-01-31 | As part of cleaning up sys/scsipi, replace all u_char by uint8_t and | reinoud |
| 2004-12-07 | SYNCHRONIZE_CACHE -> SYNCHRONIZE_CACHE_10 | thorpej |
| 2004-12-07 | USe more appropriate macro/struct names for READ/WRITE (6) and | thorpej |
| 2004-12-04 | Use READ/WRITE (16) if the LBA is larger than 32 bits. Another bit | thorpej |
| 2004-10-28 | move buffer queue related stuffs from buf.h to their own header, bufq.h. | yamt |
| 2004-09-26 | Fix debug message output args to match yamt's src/sys/sys/buf.h changes. | dogcow |
| 2004-09-25 | Add support for wedges to the SCSI disk driver. | thorpej |
| 2004-09-17 | Remove the "xfer" argument to scsipi_command(). | mycroft |
| 2004-09-17 | In places where we've already called scsipi_make_xs(), call scsipi_execute_xs() | mycroft |
| 2004-09-17 | Do not manipulate xs->bp in "generic" code -- do it only in the psw_done | mycroft |
| 2004-09-09 | Make the xxstart() functions reentrant again, as some drivers HBA can call | bouyer |
| 2004-09-06 | Fix comment: xxstart() can also be called from xxrestart() | bouyer |
| 2004-08-27 | Improve handling of memory shortage, to fix problems like: | bouyer |
| 2004-08-21 | Use ANSI function decls and make use of static. | thorpej |
| 2004-06-28 | Add prototypes for the new functions added in previous commit. | martin |
| 2004-06-28 | Separate page 4/5 reading into separate functions. For "removable" devices, | mycroft |
| 2004-05-21 | If READ_FORMAT_CAPACITIES fails with "Medium Format Corrupted" ASC/ASQ error, | bouyer |
| 2004-03-14 | Use scsipi_adapter_minphys(). | thorpej |
| 2004-02-28 | change the way to handle NEW_BUFQ_STRATEGY option. | yamt |
| 2003-12-23 | Some older devices do not understand the `disable block descriptors' bit in | pk |
| 2003-10-29 | Back out the bogus initializer -- the compiler bug is fixed. | mycroft |
| 2003-10-28 | note 'm68k {u,}int64_t used uninitialized' bug. | cl |
| 2003-10-27 | Appease gcc3 -Wno-uninitialized (even though blkno is clearly assigned in | fredb |
| 2003-09-18 | Whoops, make sure 6-byte commands work again. | mycroft |
| 2003-09-18 | Merge the geometry and cache handling code for all direct access and optical | mycroft |
| 2003-09-13 | Don't be silent if there is no media present. | mycroft |
| 2003-09-13 | Make sure the "raw partition" can always be opened again. | mycroft |
| 2003-09-09 | In the test for whether to start the unit, I used the wrong error code. | mycroft |
| 2003-09-08 | Fix an error path where we might scsipi_prevent() on a non-removable device. | mycroft |
| 2003-09-08 | Do a START UNIT only if the TEST UNIT READY reports that the device is not | mycroft |
| 2003-09-07 | Set PQUIRK_ONLYBIG in the wdc-atapi frontend, obviating the need to ever test | mycroft |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 2003-05-13 | Use aprint*(). | thorpej |