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