| Commit message (Expand) | Author | Age | Files | Lines |
* | Correct another location where inquiry length as calculated from the | gibbs | 2004-11-18 | 1 | -3/+5 |
* | Correct an off-by-one in the calculation of the inquiry buffer length | gibbs | 2004-11-18 | 1 | -1/+11 |
* | Remove references to the second byte of a CCB containing the LUN, as this | bms | 2004-10-13 | 1 | -4/+4 |
* | Add necessary data structures and definitions for the 12-byte SCSI | bms | 2004-10-12 | 1 | -0/+79 |
* | Remove the camnet swi and CAM_PERIPH_NET. It has never been used, and given | scottl | 2004-10-05 | 2 | -14/+4 |
* | For removable devices without media we set a zero mediasize but a non-zero | phk | 2004-09-05 | 1 | -1/+1 |
* | Correct a typo in a comment: alloation->allocation | gibbs | 2004-08-30 | 1 | -1/+1 |
* | Remove the HW_WDOG option; it serves no purpose. | des | 2004-08-29 | 1 | -4/+0 |
* | Add locking to the kqueue subsystem. This also makes the kqueue subsystem | jmg | 2004-08-15 | 1 | -21/+5 |
* | When printing out an unknown sense code we should print it in hex, not | mjacob | 2004-08-13 | 1 | -3/+1 |
* | add support Frontier Labs NEX IA+ Digital Audio Player with USB CF card reade... | sanpei | 2004-08-12 | 1 | -1/+9 |
* | Add support iRiver iFP MP3 player | sanpei | 2004-08-08 | 1 | -0/+8 |
* | Quirk for SEGRAND NP-900 USB MP3Player | sanpei | 2004-07-18 | 1 | -0/+8 |
* | Do a pass over all modules in the kernel and make them return EOPNOTSUPP | phk | 2004-07-15 | 2 | -0/+4 |
* | Update for the KDB framework: | marcel | 2004-07-10 | 1 | -1/+2 |
* | Revert rev 1.140, it was a bit pre-mature. | ps | 2004-06-21 | 1 | -5/+0 |
* | Add a quirk for ciss to stop trying to read the serial number off | ps | 2004-06-21 | 1 | -0/+5 |
* | Second half of the dev_t cleanup. | phk | 2004-06-17 | 1 | -1/+1 |
* | Do the dreaded s/dev_t/struct cdev */ | phk | 2004-06-16 | 7 | -38/+38 |
* | Reformat the comments for cam_hdr so that they can be read. | scottl | 2004-06-07 | 1 | -8/+7 |
* | Quirk for Neuros USB audio device. | njl | 2004-05-02 | 1 | -0/+8 |
* | The opt_da.h file doesn't exist anymore since the DA_OLD_QUIRKS option | mux | 2004-04-19 | 1 | -1/+0 |
* | Add miscellaneous USB device quirks. | njl | 2004-04-19 | 1 | -5/+29 |
* | Remove all quirks hidden under DA_OLD_QUIRKS. | njl | 2004-04-19 | 1 | -120/+0 |
* | Compare the *number* of patterns to zero, not the *pointer* to the | cperciva | 2004-02-28 | 1 | -1/+1 |
* | Check that periph is non-NULL before dereferencing it. | cperciva | 2004-02-22 | 1 | -1/+1 |
* | Device megapatch 4/6: | phk | 2004-02-21 | 7 | -1/+14 |
* | Device megapatch 1/6: | phk | 2004-02-21 | 7 | -16/+1 |
* | Change the disk(9) API in order to make device removal more robust. | phk | 2004-02-18 | 2 | -44/+50 |
* | Fix type in comment, 's/writtent/written/' | johan | 2004-01-18 | 1 | -1/+1 |
* | Move the ciss quirk to the right section, also update the comment | ps | 2003-12-08 | 1 | -8/+7 |
* | ciss doesn't like scsi SYNC CACHE. turn it off | ps | 2003-12-08 | 1 | -0/+8 |
* | SS_FATAL|ENXIO rather than SS_RDEF for illegal track mode. | obrien | 2003-12-01 | 1 | -1/+1 |
* | - Implement selwakeuppri() which allows raising the priority of a | tanimura | 2003-11-09 | 1 | -1/+1 |
* | Sprinkle GIANT_REQUIRED asserts around the xpt layer to aid with locking the | scottl | 2003-11-09 | 1 | -0/+58 |
* | Don't be so chatty when performing manual sense. This should make ATAPICAM | scottl | 2003-11-08 | 1 | -2/+2 |
* | In camperiphdone(), make sure we check for fatal errors and bail out | ken | 2003-10-27 | 2 | -16/+17 |
* | Use bio_offset instead of bio_blkno | phk | 2003-10-18 | 1 | -2/+2 |
* | There is no need to muck about with the B_PHYS flag here. We never even | phk | 2003-10-18 | 1 | -8/+0 |
* | (dacleanup, dasysctlinit): Defend against calling sysctl_ctx_free on | thomas | 2003-10-08 | 1 | -2/+5 |
* | (cdcleanup): Defend against calling sysctl_ctx_free before the sysctl_ctx | thomas | 2003-10-07 | 1 | -12/+15 |
* | Add disk_destroy() call to detach processing. | phk | 2003-10-06 | 1 | -0/+15 |
* | Be kind to 64bit architectures. | simokawa | 2003-10-02 | 1 | -5/+5 |
* | - Pick up a correct path_id for the bus on AC_PATH_REGISTERED. | simokawa | 2003-09-30 | 1 | -6/+12 |
* | GEOMify. | phk | 2003-09-30 | 1 | -78/+39 |
* | Detach black hole device on AC_PATH_DEREGISTERED. | simokawa | 2003-09-25 | 1 | -19/+20 |
* | (scsi_request_sense): Set allocation length in REQUEST_SENSE CCB. | thomas | 2003-09-21 | 1 | -0/+1 |
* | (camperiphdone): When the cam_periph layer performs sense recovery, | thomas | 2003-09-21 | 1 | -1/+1 |
* | I forgot whom I got this from- only set single initiator buffered mode | mjacob | 2003-09-13 | 1 | -2/+4 |
* | Disable the use of cloning use in floppy and CD drivers. | phk | 2003-09-11 | 1 | -4/+4 |