| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add needed include of <sys/devicestat.h> | Poul-Henning Kamp | 2000-12-07 | 1 | -0/+1 |
| * | Turn off the load_eject bit in cdstartunit(). It causes an `Invalid | Joerg Wunsch | 2000-12-04 | 1 | -1/+1 |
| * | Add special quirk for this ancient Viper drive. This is all creeping | Matt Jacob | 2000-11-08 | 1 | -0/+5 |
| * | Fix async notifications for listners registered to wildcard nodes. For | Justin T. Gibbs | 2000-11-06 | 1 | -55/+77 |
| * | Fix a problem with the previous revision (1.42) that showed up with audio | Kenneth D. Merry | 2000-11-04 | 1 | -0/+93 |
| * | 1. Oops on last commit: note a few SCSI-3 items for data compression page. | Matt Jacob | 2000-10-31 | 1 | -1/+1 |
| * | scsi_sa.h | Matt Jacob | 2000-10-31 | 2 | -11/+36 |
| * | Treat engine inquiry the same as path inquiry in xptioctl(). | Justin T. Gibbs | 2000-10-31 | 1 | -5/+3 |
| * | 0x03F -> 0x3F for consistancy with the rest of the file. | Justin T. Gibbs | 2000-10-31 | 1 | -1/+1 |
| * | Allow async transfer negotiation updates to modify tagging behavior. | Justin T. Gibbs | 2000-10-31 | 1 | -3/+1 |
| * | Allow XPT_PATH_INQ to be performed on the XPT device, as per the CAM spec. | Scott Long | 2000-10-30 | 1 | -1/+7 |
| * | Remove unused #includes. | Noriaki Mitsunaga | 2000-10-30 | 2 | -16/+6 |
| * | Remove unused #includes | Poul-Henning Kamp | 2000-10-30 | 4 | -7/+0 |
| * | Write support for the cd(4) driver. | Kenneth D. Merry | 2000-10-30 | 1 | -2/+4 |
| * | Add the use of M_ZERO to some malloc calls. | David Malone | 2000-10-29 | 3 | -19/+9 |
| * | Remove unneeded #include <sys/proc.h> lines. | Poul-Henning Kamp | 2000-10-29 | 1 | -1/+0 |
| * | Changed not to use struct isa_device in the argument of scsi_low_activate(). | Noriaki Mitsunaga | 2000-10-29 | 2 | -3/+4 |
| * | Add a quirk entry for Nakamichi MJ-* changers. The changer in question is | Kenneth D. Merry | 2000-10-28 | 1 | -0/+4 |
| * | Add usage of M_ZERO to malloc calls where the result was just bzeroed. | Matt Jacob | 2000-10-27 | 1 | -7/+4 |
| * | Convert all users of fldoff() to offsetof(). fldoff() is bad | Poul-Henning Kamp | 2000-10-27 | 2 | -2/+0 |
| * | - Overhaul the software interrupt code to use interrupt threads for each | John Baldwin | 2000-10-25 | 1 | -29/+17 |
| * | Add PC-Card/ISA SCSI host adpater drivers from NetBSD/pc98 | Noriaki Mitsunaga | 2000-10-23 | 5 | -0/+3490 |
| * | Add the quirk entry for the Sony Memory Stick Adapter. | Nick Hibma | 2000-10-20 | 1 | -1/+14 |
| * | Quiet a silly warning. | John Baldwin | 2000-10-19 | 1 | -1/+1 |
| * | Implement write combining for crashdumps. This is useful when | Paul Saab | 2000-10-17 | 1 | -10/+17 |
| * | Remove unneeded #include <machine/clock.h> | Poul-Henning Kamp | 2000-10-15 | 2 | -2/+0 |
| * | Slight cleanup - this is logically equivalent code but means one less | Peter Wemm | 2000-10-15 | 1 | -6/+6 |
| * | Add a quirk entry for the USB Sony DSC drive. | Nick Hibma | 2000-10-10 | 1 | -1/+6 |
| * | - Heavyweight interrupt threads on the alpha for device I/O interrupts. | John Baldwin | 2000-10-05 | 1 | -1/+1 |
| * | Grab the ccb *after* writing filemarks. | Matt Jacob | 2000-10-05 | 1 | -1/+1 |
| * | Don't do destroy_dev on devices which were just aliases. | Matt Jacob | 2000-10-05 | 1 | -6/+0 |
| * | Remove duplicate FreeBSD RCSID. | Justin T. Gibbs | 2000-09-22 | 1 | -2/+0 |
| * | Remove unneeded include | Matt Jacob | 2000-09-21 | 1 | -2/+0 |
| * | With the help of 'Eric Christeson <echriste@ssesco.com>', determined | Matt Jacob | 2000-09-14 | 1 | -1/+1 |
| * | Follow the hints from PHK's new messages- only make_dev for a device | Matt Jacob | 2000-09-14 | 1 | -12/+12 |
| * | - Remove the inthand2_t type and use the equivalent driver_intr_t type from | John Baldwin | 2000-09-13 | 1 | -1/+1 |
| * | Change the "Duplicate Wired Device entry" printout in camperiphnextunit to | Kenneth D. Merry | 2000-08-29 | 1 | -7/+13 |
| * | Add quirk entries from Andre Albsmeier to disable the sync cache command | Kenneth D. Merry | 2000-08-29 | 2 | -12/+21 |
| * | Quick fix. <sys/conf.h> now depends on <sys/time.h>, which is not present | Peter Wemm | 2000-08-24 | 1 | -0/+2 |
| * | CAM, the module: scbus, da, cd, and st wrapped in one module. | Nick Hibma | 2000-08-13 | 1 | -1/+24 |
| * | Don't attempt to actually read SAF-TE temperature objects- nobody seems | Matt Jacob | 2000-08-08 | 1 | -19/+21 |
| * | The Yamaha CDR100 doesn't seem to like multi-LUN probing. | Kenneth D. Merry | 2000-08-08 | 1 | -0/+4 |
| * | This is an overhaul of the mode page handling in camcontrol as well as | Kelly Yancey | 2000-08-08 | 1 | -1/+7 |
| * | Support for the Panasonic / Matshita USB FDD. | Nick Hibma | 2000-07-31 | 1 | -0/+6 |
| * | scsi_all.c: | Justin T. Gibbs | 2000-07-18 | 2 | -12/+34 |
| * | cam_ccb.h: | Justin T. Gibbs | 2000-07-18 | 2 | -0/+13 |
| * | Preserve CAM_DIS_DISCONNECT as passed up from SIM (like | Matt Jacob | 2000-07-17 | 1 | -9/+16 |
| * | Whoops- forgot to commit this other pearl from Justin- only set or | Matt Jacob | 2000-07-17 | 1 | -8/+12 |
| * | Don't, when doing cam_fill_ctio, add a SIMPLE Q tag unless | Matt Jacob | 2000-07-14 | 2 | -3/+5 |
| * | Pick up some changes from Justin (add tagged queing support, remember | Matt Jacob | 2000-07-14 | 1 | -15/+96 |