| Commit message (Expand) | Author | Age | Files | Lines |
* | Compare the *number* of patterns to zero, not the *pointer* to the | Colin Percival | 2004-02-28 | 1 | -1/+1 |
* | Check that periph is non-NULL before dereferencing it. | Colin Percival | 2004-02-22 | 1 | -1/+1 |
* | Device megapatch 4/6: | Poul-Henning Kamp | 2004-02-21 | 7 | -1/+14 |
* | Device megapatch 1/6: | Poul-Henning Kamp | 2004-02-21 | 7 | -16/+1 |
* | Change the disk(9) API in order to make device removal more robust. | Poul-Henning Kamp | 2004-02-18 | 2 | -44/+50 |
* | Fix type in comment, 's/writtent/written/' | Johan Karlsson | 2004-01-18 | 1 | -1/+1 |
* | Move the ciss quirk to the right section, also update the comment | Paul Saab | 2003-12-08 | 1 | -8/+7 |
* | ciss doesn't like scsi SYNC CACHE. turn it off | Paul Saab | 2003-12-08 | 1 | -0/+8 |
* | SS_FATAL|ENXIO rather than SS_RDEF for illegal track mode. | David E. O'Brien | 2003-12-01 | 1 | -1/+1 |
* | - Implement selwakeuppri() which allows raising the priority of a | Seigo Tanimura | 2003-11-09 | 1 | -1/+1 |
* | Sprinkle GIANT_REQUIRED asserts around the xpt layer to aid with locking the | Scott Long | 2003-11-09 | 1 | -0/+58 |
* | Don't be so chatty when performing manual sense. This should make ATAPICAM | Scott Long | 2003-11-08 | 1 | -2/+2 |
* | In camperiphdone(), make sure we check for fatal errors and bail out | Kenneth D. Merry | 2003-10-27 | 2 | -16/+17 |
* | Use bio_offset instead of bio_blkno | Poul-Henning Kamp | 2003-10-18 | 1 | -2/+2 |
* | There is no need to muck about with the B_PHYS flag here. We never even | Poul-Henning Kamp | 2003-10-18 | 1 | -8/+0 |
* | (dacleanup, dasysctlinit): Defend against calling sysctl_ctx_free on | Thomas Quinot | 2003-10-08 | 1 | -2/+5 |
* | (cdcleanup): Defend against calling sysctl_ctx_free before the sysctl_ctx | Thomas Quinot | 2003-10-07 | 1 | -12/+15 |
* | Add disk_destroy() call to detach processing. | Poul-Henning Kamp | 2003-10-06 | 1 | -0/+15 |
* | Be kind to 64bit architectures. | Hidetoshi Shimokawa | 2003-10-02 | 1 | -5/+5 |
* | - Pick up a correct path_id for the bus on AC_PATH_REGISTERED. | Hidetoshi Shimokawa | 2003-09-30 | 1 | -6/+12 |
* | GEOMify. | Poul-Henning Kamp | 2003-09-30 | 1 | -78/+39 |
* | Detach black hole device on AC_PATH_DEREGISTERED. | Hidetoshi Shimokawa | 2003-09-25 | 1 | -19/+20 |
* | (scsi_request_sense): Set allocation length in REQUEST_SENSE CCB. | Thomas Quinot | 2003-09-21 | 1 | -0/+1 |
* | (camperiphdone): When the cam_periph layer performs sense recovery, | Thomas Quinot | 2003-09-21 | 1 | -1/+1 |
* | I forgot whom I got this from- only set single initiator buffered mode | Matt Jacob | 2003-09-13 | 1 | -2/+4 |
* | Disable the use of cloning use in floppy and CD drivers. | Poul-Henning Kamp | 2003-09-11 | 1 | -4/+4 |
* | In case vmapbuf() fails, release all of the held resources. | Alan Cox | 2003-09-10 | 1 | -5/+3 |
* | Put the device cloning functions for disk-drivers under #ifndef BURN_BRIDGES. | Poul-Henning Kamp | 2003-09-05 | 1 | -0/+8 |
* | Calling KNOTE with locks held may result in recursion when it calls back | Nate Lawson | 2003-09-04 | 1 | -2/+13 |
* | Upon receiving a CCB for a LUN that is not enabled, be sure to unlock the | Nate Lawson | 2003-09-04 | 1 | -0/+1 |
* | Remove the quirk for the FujiFilm camera. Submitter indicates it is now | Nate Lawson | 2003-09-04 | 1 | -8/+0 |
* | Unbreak buildworld. sys/taskqueue.h is a kernel-only include. | Kenneth D. Merry | 2003-09-03 | 1 | -1/+1 |
* | Move dynamic sysctl(8) variable creation for the cd(4) and da(4) drivers | Kenneth D. Merry | 2003-09-03 | 2 | -43/+93 |
* | Remove quirk for Apacer Handydrive. Kevin Oberman <oberman@es.net> reports | Nate Lawson | 2003-08-25 | 1 | -8/+0 |
* | Sort quirks into sections. | Nate Lawson | 2003-08-25 | 1 | -19/+20 |
* | Add the DA_Q_NO_PREVENT quirk which keeps da(4) from sending PREVENT/ALLOW | Nate Lawson | 2003-08-22 | 1 | -6/+15 |
* | Quirk for Jungsoft NEXDISK USB flash key. Fails to mount without | Nate Lawson | 2003-08-22 | 1 | -0/+8 |
* | Add quirks for the EXATELECOM i-Bead mp3 player. | Nate Lawson | 2003-08-22 | 1 | -0/+8 |
* | Remove all USB quirks that only specify DA_Q_NO_6_BYTE. They are no longer | Nate Lawson | 2003-08-06 | 1 | -158/+0 |
* | Remove unused cmd6workaround() calls. | Nate Lawson | 2003-08-06 | 1 | -15/+2 |
* | Fix the new DA_OLD_QUIRKS option for normal and module compiles. | Nate Lawson | 2003-07-29 | 1 | -0/+1 |
* | Deprecate USB and Firewire quirks. We should now never send 6 byte commands | Nate Lawson | 2003-07-29 | 1 | -18/+23 |
* | Add a PATH_INQ flag, PIM_NO_6_BYTE, which indicates the SIM never wishes to | Nate Lawson | 2003-07-28 | 3 | -1/+18 |
* | Reference PR for IntelligentStick quirk entry. | Thomas Quinot | 2003-07-18 | 1 | -1/+1 |
* | Add quirk entry for IntelligentStick disc-on-key USB devices. | Thomas Quinot | 2003-07-17 | 1 | -0/+8 |
* | Merge common XPT_CALC_GEOMETRY functions into a single convenience function. | Nate Lawson | 2003-06-14 | 1 | -20/+1 |
* | Merge common XPT_CALC_GEOMETRY functions into a single convenience function. | Nate Lawson | 2003-06-14 | 2 | -0/+27 |
* | Use __FBSDID(). | David E. O'Brien | 2003-06-10 | 12 | -24/+40 |
* | Use __FBSDID(). | David E. O'Brien | 2003-06-10 | 5 | -11/+18 |
* | Check in some months long pending minor debug output changes. | Matt Jacob | 2003-06-02 | 1 | -26/+47 |