Age | Commit message (Expand) | Author |
2010-06-28 | Move disk_attach() to the end of the attach functions, at which point the | Joel Sing |
2010-06-15 | dont pass the dev_t from the scsi device drivers into the midlayer for | David Gwynne |
2010-06-11 | Restore an unusual XS_SENSE semantic that inadvertantly got lost | Kenneth R Westerback |
2010-06-03 | cut cd(4) over to use xshandlers. based on the sd(4) diff and includes the | David Gwynne |
2010-06-01 | move cd, st & ss over to bufq's again. | Thordur I. Bjornsson |
2010-05-18 | dont let sys/ioctl.h imply that you get the ioctls in dkio.h. this | David Gwynne |
2010-04-23 | Recycle unused disklabel fields in order to create a disklabel unique | Joel Sing |
2010-04-12 | i snuck fine grained locking into the midlayer as part of all the | David Gwynne |
2010-02-28 | If no TOC header is read, report EIO. Even if the command finished | Kenneth R Westerback |
2010-01-15 | Abstract and merge the manual buf queue manipulating functions into | Kenneth R Westerback |
2010-01-15 | Restore XS_BUSY delay behaviour for buf i/o. Same as for sync path. | Kenneth R Westerback |
2010-01-12 | bring sd.c r1.180 over to the other drivers now using the antisemaphore, | David Gwynne |
2010-01-11 | Bring mutex protections to ststart, cdstart and ssstart, as already | Kenneth R Westerback |
2010-01-11 | Be as careful with sd/cd buf queue manipulations as was found necessary for | Kenneth R Westerback |
2010-01-09 | dont try to prevent multiple concurrent runs of a devices start routine | David Gwynne |
2009-12-16 | nothing needs to see cd_softc except the driver, so move it into cd.c | David Gwynne |
2009-12-13 | prefix all softc members with sc_, not just most of them. | David Gwynne |
2009-12-13 | use sc consistently as the name of the pointer to the softc variable, not | David Gwynne |
2009-12-12 | move cd(4) from using scsi_scsi_cmd over to scsi_xs_exec for doing io. | David Gwynne |
2009-12-06 | nitems(array) is prettier than sizeof(array)/sizeof(array[0]) | David Gwynne |
2009-12-06 | whitespace tweaks | David Gwynne |
2009-12-06 | ansify dvd functions a bit. | David Gwynne |
2009-10-13 | Get rid of devact enum, substitute it with an int and coresponding defines. | Paul Irofti |
2009-08-13 | Replace the error strings that were being passed around with much simpler | Theo de Raadt |
2009-06-17 | Revert bufq's. this is inline with the major midlayer reverts that | Thordur I. Bjornsson |
2009-06-03 | add a flexible buffer queue (bufq) api, based on the never used | Thordur I. Bjornsson |
2009-02-16 | Extend the scsi_adapter minphys() callback to take a struct scsi_link * | Miod Vallat |
2009-01-10 | Add support for the volume buttons and for the eject button found | Robert Nagy |
2008-08-01 | silence failures to run scsi_prevent. dmesg spam sucks. | David Gwynne |
2008-07-26 | deivce -> device typo fix in comment. | Kenneth R Westerback |
2008-06-22 | Replace MUSTEK_RETRIES, SCANJET_RETRIES and ST_RETRIES with SCSI_RETRIES, | Kenneth R Westerback |
2008-06-21 | fgsch@ points out my last commit changed the retry limit for CD capacity | Kenneth R Westerback |
2008-06-21 | Eliminate cd_size() and use scsi_size() + tweaked cd_get_params() | Kenneth R Westerback |
2008-06-17 | Nuke unnecessary re-definition of READ_CAPACITY, scsi_read_capacity, and | Kenneth R Westerback |
2008-06-15 | Don't bypass partition bounds check for RAW_PART. We now guarantee that | Kenneth R Westerback |
2008-06-10 | Accidental commit. Clean up. | Artur Grabowski |
2008-06-10 | Buffer cache revamp | Bob Beck |
2008-05-27 | nuke unused lba2msf and msf2lba functions. krw@ ok. | Federico G. Schwindt |
2007-09-16 | MALLOC/FREE -> malloc/free, M_ZERO, extraneous casts, | Kenneth R Westerback |
2007-09-07 | The obvious bzero/memset -> M_ZERO changes. | Kenneth R Westerback |
2007-06-20 | b_cylinder does not need to be set on the callpath down into drivers. | Theo de Raadt |
2007-06-18 | avoid modification race in DIOCRLDINFO; ok krw miod | Theo de Raadt |
2007-06-08 | all drivers should spoof version 1 labels | Theo de Raadt |
2007-06-07 | in OpenBSD as all old BSD unix, RAW_PART always starts at 0, so no | Theo de Raadt |
2007-06-06 | now that all partition size/offsets are potentially 64-bit, change the | Theo de Raadt |
2007-06-05 | use six new macros to access & store the 48-bit disklabel fields related | Theo de Raadt |
2007-06-01 | Don't initialize d_partitions[RAW_DISK] just before calling | Kenneth R Westerback |
2007-05-25 | ANSI-fication, minor KNF. No code change. My plane had power outlets | Kenneth R Westerback |
2007-04-28 | Fix comments above DISKMINOR uses. DISKMINOR provides minor not major | Kenneth R Westerback |
2007-04-26 | Use the standard DISKPART/DISKUNIT/etc. defines rather than identical | Kenneth R Westerback |