| Age | Commit message (Expand) | Author |
| 2000-07-08 | printf format paranoia | sommerfeld |
| 2000-07-06 | Reserve top nibble of status for use by the HBA. It's up to the | mjacob |
| 2000-07-05 | Garbage-collect __BDEVSW_DUMP_OLD_TYPE. | thorpej |
| 2000-06-28 | remove include of <vm/vm.h> | mrg |
| 2000-06-28 | <vm/vm.h> -> <uvm/uvm_extern.h> | mrg |
| 2000-06-12 | Add a callback (*irqack), for controllers that need special action to ack | bouyer |
| 2000-06-09 | Prevent a process being swapped out during I/O if the data buffer is | enami |
| 2000-06-06 | Density codes are usually given in decimal, so print them that way. | soren |
| 2000-05-31 | Add an entry for the HP ScanJet 6300C. | phil |
| 2000-05-31 | Initialize xs_status to 0 after allocating a scsipi_xfer struct. Makes life | fvdl |
| 2000-05-31 | Add a method, scsipi_getgeom, to the adapter struct. If this method is | augustss |
| 2000-05-30 | Add NOMODESENSE quirk for TEAC USB floppy. | augustss |
| 2000-05-30 | Add NOMODESENSE quirk for Y-E data floppy (thanks Jason for reminding me). | augustss |
| 2000-05-30 | Add a quirk, SDEV_ONLYBIG, which implies that the device cannot handle | augustss |
| 2000-05-29 | ADEV_CDROM -> SDEV_CDROM, for consistency. | bouyer |
| 2000-05-28 | Handle ADEV_CDROM in quirks table. | gmcgarry |
| 2000-05-27 | At least try to do something useful in the XS_BUSY case; don't cause | fvdl |
| 2000-05-23 | sd_interpret_sense() can be called from interrupt context; call scsipi_start() | bouyer |
| 2000-05-23 | scsipi_get_xs(): if we have XS_CTL_URGENT, return an xfer even if | bouyer |
| 2000-05-22 | Remove an used variable and add a missing `}' so that this compiles. | thorpej |
| 2000-05-19 | Add a quirk table entry for the OnStream ADR50 Drive; | kleink |
| 2000-05-16 | Nuke dk_establish() from orbit except from those ports which still use | thorpej |
| 2000-05-15 | Add few peripheral device type | dante |
| 2000-05-15 | Sync copyrigth notice | bouyer |
| 2000-05-14 | Fix a typo | dante |
| 2000-05-14 | Change scsipi_inquiry_data strucure to be ANSI SPC-2 rev16 compliant | dante |
| 2000-04-19 | Allocate the variable `inqbuf' in scsi_probedev on stack rather than | enami |
| 2000-04-03 | When killing pending xfers on device detach, we can't expect scsipi_done | enami |
| 2000-04-03 | Fold long line. | enami |
| 2000-04-02 | Let the device thet gets an atapibus attached specify how to kill pending | augustss |
| 2000-04-02 | With SCSIVERBOSE, only print sense data if there actually is a problem. | augustss |
| 2000-04-02 | Change the initial field in struct ata_atapi_attach and struct scsipi_link | augustss |
| 2000-04-02 | Add missing protect from disk interrupt while calling scsipi_free_xs. | enami |
| 2000-04-01 | - DMA code cleanup: pciide_dma_finish() doesn't stop/unload the current DMA op | bouyer |
| 2000-03-30 | Get rid of register declarations. | augustss |
| 2000-03-29 | Add ukactivate&ukdetach so uk devices can be detached. | augustss |
| 2000-03-29 | Don't need to include <sys/conf.h> here. | simonb |
| 2000-03-28 | Change a printf() to a panic() since the kernel is going to die on the next | augustss |
| 2000-03-27 | In attach message, spell it "target" not "targ", as in the locator. | augustss |
| 2000-03-23 | New callout mechanism with two major improvements over the old | thorpej |
| 2000-03-20 | Cancel requested command if controller isn't active. | enami |
| 2000-03-19 | Added NOLUNS quirk for YAMAHA CRW8424S | sjg |
| 2000-03-17 | scsiprint() is needed even without scsibus'es, so move it to scsi_base.c . | soren |
| 2000-03-17 | atapiprint() does not exist. | soren |
| 2000-03-15 | Add a couple of defines/aliases for messages. | fvdl |
| 2000-03-13 | Fix doubled 'the's in comments. | soren |
| 2000-03-13 | Added Artec/Ultima A6000C scanner to the quirks table (no LUNs). | martin |
| 2000-03-12 | Remove extra \n in attach message. | augustss |
| 2000-02-28 | Make sure to initialize xs->req_sense_length (to 0). This appears to be | thorpej |
| 2000-02-28 | Add ADEV_NOSENSE quirk for HITACHI CDR-7730. | jdolecek |