index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
scsipi
/
cd.c
Age
Commit message (
Expand
)
Author
2006-09-01
Use an unsigned int for the blksize on read_cd_capacity.
matt
2006-08-31
Fix panic on reading/writing to a (raw) CD device and encountering an
reinoud
2006-08-31
Remove two spurious empty lines in functions
reinoud
2006-08-31
Fix fencing bug on CD disk size; the comment was wrong, its the *length* of
reinoud
2006-08-28
Add missing initializer.
christos
2006-08-10
Fix incorrect `loast possible lba' reporting, remove some empty lines and
reinoud
2006-03-30
Use device_private().
thorpej
2006-03-28
Use device_unit().
thorpej
2006-02-08
Add name of the processed feature like the others have.
reinoud
2006-02-04
Add support for SCSI MMC feature 0x0024: hardware assisted defect
reinoud
2006-02-02
Adding two Ioctl's to scsipi's cd.c to abstract SCSI MMC devices. The
reinoud
2006-01-07
fix typo.
christos
2006-01-07
remove 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-21
Improve disc size reporting. The current discsize thats reported is the
reinoud
2005-12-16
delete extraneous verbiage.
christos
2005-12-15
Clean up cdgetdisklabel. It was jumping over a return...
reinoud
2005-12-11
merge ktrace-lwp.
christos
2005-12-11
Fix illogical use of extra variable. It was mainly to get a better
reinoud
2005-12-10
Second stage of read TOC modifications. Introducing the various forms of
reinoud
2005-10-15
- change the way to specify a bufq strategy. (by string rather than by number)
yamt
2005-09-06
Cleanup and fix cd_size() function; it was returning wrong results.
reinoud
2005-09-05
Implement DIOCCACHESYNC for SCSI/ATAPI cd/mmc recordable devices found by
reinoud
2005-08-28
Document executed SCSI commands with the IOCTL's to prevent confusion.
reinoud
2005-07-06
Always allow open() on the raw partition to succeed, even if any of the
bouyer
2005-05-29
- Sprinkle const
christos
2005-04-25
fix more SSD_RCODE_VALID misuse introduced in cleanup
drochner
2005-03-31
introduce a function to drain bufq and use it where appropriate.
yamt
2005-02-27
nuke trailing whitespace
perry
2005-02-21
Part 1 of a cleanup pass over the SCSI subsystem. The aim is to name
thorpej
2005-02-01
Backing out changes to clean up scsipi. I was pointed out there were
reinoud
2005-01-31
Fix LP64 problems introduced by my u_long->uint32_t conversion.
reinoud
2005-01-31
Part of the cleanup of sys/scsipi's use of types; rename all u_int* to
reinoud
2005-01-31
As part of cleaning up sys/scsipi, replace all u_char by uint8_t and
reinoud
2005-01-30
As in revision 1.213, not all information is returned in read-TOC format 0. I...
reinoud
2005-01-30
The code asumes all programs want to know is TOC response format 0. Support
reinoud
2004-12-07
USe more appropriate macro/struct names for READ/WRITE (6) and
thorpej
2004-10-28
move buffer queue related stuffs from buf.h to their own header, bufq.h.
yamt
2004-09-26
Fix debug message output args to match yamt's src/sys/sys/buf.h changes.
dogcow
2004-09-18
Standardize some variable names and the calling pattern for scsipi_command().
mycroft
2004-09-17
Remove the "xfer" argument to scsipi_command().
mycroft
2004-09-17
In places where we've already called scsipi_make_xs(), call scsipi_execute_xs()
mycroft
2004-09-17
Do not manipulate xs->bp in "generic" code -- do it only in the psw_done
mycroft
2004-09-09
Make the xxstart() functions reentrant again, as some drivers HBA can call
bouyer
2004-09-06
Fix comment: xxstart() can also be called from xxrestart()
bouyer
2004-08-27
Improve handling of memory shortage, to fix problems like:
bouyer
2004-08-21
Use ANSI function decls and make use of static.
thorpej
2004-04-24
Some older devices do not understand the `disable block descriptor' bit in
pk
2004-02-22
Backout an obvious bug introduced in rev. 1.145.
enami
2004-01-10
store a i/o priority hint in struct buf for buffer queue discipline.
yamt
[next]