summaryrefslogtreecommitdiff
path: root/sys/dev/scsipi
AgeCommit message (Expand)Author
2006-09-03comment out unreachable codechristos
2006-09-03comment out unreachable code.christos
2006-09-03add missing initializerchristos
2006-09-03add missing initializerchristos
2006-09-03add missing initializerchristos
2006-09-01Use an unsigned int for the blksize on read_cd_capacity.matt
2006-08-31Fix panic on reading/writing to a (raw) CD device and encountering anreinoud
2006-08-31Remove two spurious empty lines in functionsreinoud
2006-08-31Fix fencing bug on CD disk size; the comment was wrong, its the *length* ofreinoud
2006-08-29The Fujitsu drive in my A540 supports sync transfers but apparentlybjh21
2006-08-28add missing initializerchristos
2006-08-28Add missing initializer.christos
2006-08-26QAS REQUEST is a one-byte message. Make MSG_IS1BYTE recognise this.bjh21
2006-08-23Change iostat_alloc() to take the parent pointer and the name directly, sochristos
2006-08-10Fix incorrect `loast possible lba' reporting, remove some empty lines andreinoud
2006-07-09some fixes for removable media (USB floppies in particular):drochner
2006-06-27Make this build with GCC 4.x.tron
2006-06-07merge FreeBSD timecounters from branch simonb-timecounterskardel
2006-06-01Change return type of sdgetdisklabel() from void to int; return an errornathanw
2006-05-21void casts to functions whose return values are ignored.christos
2006-04-20Prefix iostat structure elements with io_blymn
2006-04-17In scsipi_done(), bail out early if the scsipi_xfer has already beennathanw
2006-04-14Coverity CID 1100: Avoid NULL pointer dereferences.christos
2006-04-14Coverity CID 1101: Protect against address argument being NULL.christos
2006-04-14Make i/o statistics collection more generic, include tape drives andblymn
2006-03-30Use device_private().thorpej
2006-03-29Replace device_locators() with device_locator(), and use it.thorpej
2006-03-28Use device_unit().thorpej
2006-03-25Use device_parent().thorpej
2006-03-01merge yamt-uio_vmspace branch.yamt
2006-02-20Use device_is_active() rather than testing dv_flags for DVF_ACTIVEthorpej
2006-02-16Change "inline" back to "__inline" in .h files -- C99 is still tooperry
2006-02-08Add name of the processed feature like the others have.reinoud
2006-02-04Add support for SCSI MMC feature 0x0024: hardware assisted defectreinoud
2006-02-02Adding two Ioctl's to scsipi's cd.c to abstract SCSI MMC devices. Thereinoud
2006-01-07fix typo.christos
2006-01-07remove B_EINTR as it isn't used anymore.yamt
2006-01-04- add simple functions to allocate/free a buffer for i/o.yamt
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-12-21Improve disc size reporting. The current discsize thats reported is thereinoud
2005-12-20The as `unused' specified field in the readdiscinfo SCSI command is reallyreinoud
2005-12-16delete extraneous verbiage.christos
2005-12-15Clean up cdgetdisklabel. It was jumping over a return...reinoud
2005-12-14Allow SCIOCCOMMAND ioctl that executes a SCSI command to also be issuedreinoud
2005-12-11Remove blank line added to end of file by previous change.simonb
2005-12-11Add SCSI calls for read discinfo and read trackinfo. Also add the variousreinoud
2005-12-11merge ktrace-lwp.christos
2005-12-11Fix illogical use of extra variable. It was mainly to get a betterreinoud
2005-12-10Second stage of read TOC modifications. Introducing the various forms ofreinoud
2005-12-09Adapt previous change to recent scsipi. Pointed out by Simon Burge.bouyer