summaryrefslogtreecommitdiff
path: root/sys/dev/scsipi
AgeCommit message (Expand)Author
2007-03-12Pass an ipl argument to pool_init/POOL_INIT to be used when initializingad
2007-03-04fix fallout from caddr_t changes.yamt
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-03-03add support devctl propertiesjnemeth
2007-03-01TRUE -> true, FALSE -> falsethorpej
2007-02-21Replace the Mach-derived boolean_t type with the C99 bool type. Athorpej
2007-02-17The SEAGATE ST318203LSUN18G announces DT only capabilitie although it alsobouyer
2007-02-09Merge newlock2 to head.ad
2007-01-23Fix for atapi devices that have 32 bit databusses selected. The devicesreinoud
2007-01-14The previous fix for PR 34202 was wrong (some sizeof used the union, notmartin
2007-01-13Complete initializers so those files compile.cube
2006-12-01On Christos' request, reinstantiate the packed->__packed__ part of themartin
2006-12-01Fix PR kern/34202 differently, by aligning the variables "the traditionalmartin
2006-12-01Back out align(4) for all struct decls - it breaks various things allmartin
2006-11-30Prevent kernel crashes caused by umass devices that return bogus mode sensechristos
2006-11-30Add a quirk for Initio drives (from Rhialto)christos
2006-11-30PR/34202: Dave Huang: Accessing cd device on alpha causes kernel trapchristos
2006-11-29restore a nice little feature which got lost in some previous commit:drochner
2006-11-26If the block size reported by Read Capacity looks valid, just use it.itohy
2006-11-25- Call disk_blocksize(9) once we know the disk's physical block size.scw
2006-11-25- Call disk_blocksize(9) when we determine the physical block size of thescw
2006-11-23This file needs to know the size of "struct device", so includehe
2006-11-16__unused removal on arguments; approved by core.christos
2006-11-14Implement/add bufq strategy setting by dkctl for the CD class devices.reinoud
2006-10-30Remove the boot-from-disk hppa hack now that a real fix has been found.skrll
2006-10-28Implement another class of `unit not ready' sense handling that is notreinoud
2006-10-27- don't allocate huge arrays on the stackchristos
2006-10-20Validate the sector size returned by READ CAPACITY. If it looks bogusscw
2006-10-12- sprinkle __unused on function decls.christos
2006-10-10Also print blksize with %u - this is what I get for eyeballingriz
2006-10-10Print an unsigned parameter with %lu, not %ld. From David A. Hollandriz
2006-10-09Some removable umass(4) devices don't respond to mode sense page 6, orscw
2006-10-08Use last track info only if it gives a sane value. Fixes PR#34688.mlelstv
2006-10-01In gcc4 structures are differently aligned compared to gcc3. Lots ofreinoud
2006-09-30A little effort against kernel bloat....itohy
2006-09-14Fix same panic problem as with cd.c when a scsi error happends onreinoud
2006-09-11Aparently i've misread, backing out change.reinoud
2006-09-11Don't add one to the capacity returned of READ CAPACITY! it results inreinoud
2006-09-08Oeps! I overlooked the size argument of the SCSI call. It ought to be equalreinoud
2006-09-07The size of struct scsipi_read_discinfo_data is not even due to the data[1]reinoud
2006-09-07Add PIOBM (busmastering transfer using ATA PIO mode) support.itohy
2006-09-07remove more vestiges of CCITT, LLC, HDLC, NS, and NSIP.dogcow
2006-09-03add missing initializerchristos
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