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
/
ata
Age
Commit message (
Expand
)
Author
2006-08-27
Oops, this is not ready yet.
christos
2006-08-27
Add missing initializer
christos
2006-08-01
If there's any wd quirks in use, display them.
lukem
2006-06-24
Add yet another broken 160GB seagate drive. Mine. ST3160021A.
gendalia
2006-06-05
Adjust quirk entry for seagate drives. Should fix kern/33637 by Shigeya
bouyer
2006-05-18
Add yet another broken 160Gb seagate drive. I though we had found all of
bouyer
2006-05-14
integrate kauth.
elad
2006-04-05
Backing out previous commit for more review.
cherry
2006-04-04
Sleeps hard disk just before system shutdown.
cherry
2006-03-29
Use device_cfdata().
thorpej
2006-03-28
Use device_unit().
thorpej
2006-03-25
Use device_parent().
thorpej
2006-03-01
merge yamt-uio_vmspace branch.
yamt
2006-02-20
Use device_is_active() rather than testing dv_flags for DVF_ACTIVE
thorpej
2006-02-16
Change "inline" back to "__inline" in .h files -- C99 is still too
perry
2006-01-22
For an IDENTIFY we have to wait for DRQ after issuing the command.
bouyer
2006-01-15
cast 16bit atap_capacity to u_int64_t before << 16. (assigned to
abs
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-26
- add ioctls to set/get disk bufq strategy.
yamt
2005-12-24
Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.
perry
2005-12-11
merge ktrace-lwp.
christos
2005-11-01
Rework the funny "user_strat: No ioctl" error messages - the functions
martin
2005-10-15
- change the way to specify a bufq strategy. (by string rather than by number)
yamt
2005-09-05
Fix typo in comment from previous revision.
riz
2005-09-05
Use a pmatch(9) expression which should catch all present and future
bouyer
2005-09-05
Add quirk for ST3200826A. From rudolf (netbsd at eq.cz) on tech-kern.
bouyer
2005-08-29
wd->atabus->ata_bio() should handle the multi-sector PIO transfers just fine,
bouyer
2005-08-26
ST3300831A also needs WD_QUIRK_FORCE_LBA48.
briggs
2005-08-25
kill a number of autoconf submatch functions which follow the
drochner
2005-08-25
Add a comment explaining why we have WD_QUIRK_FORCE_LBA48, instead of always
bouyer
2005-08-25
replace the "locdesc_t" structure carrying the number of locators
drochner
2005-07-25
remove unused (hopefully:-) softc fields for disk geometry
drochner
2005-07-18
Update array of software RAID names in ata_raid.c.
briggs
2005-07-07
tighten the autoconf constraints by passing the atapi/ata/ata_hl attribute
drochner
2005-07-06
- When starting an ATA or ATAPI transfer, handle the case where (*dma_init)()
thorpej
2005-07-02
Force LBA48 access to ST3160827AS drives. Without this change the entire
dsainty
2005-06-20
Basic support for RAID0 and RAID1 for the Adaptec HostRAID format as found
briggs
2005-06-19
The ST3160023A* also need the LBA48 quirk. From Timo Schoeler.
bouyer
2005-06-16
Use pmatch() metacharacters to match both SATA and PATA versions of seagate
bouyer
2005-06-16
Added LBA48 quirk for Seagate ST3200822AS. Tested by Teemu Rinta-aho.
martti
2005-06-07
Fix typos.
peter
2005-05-29
- remove casts [to avoid volatile]
christos
2005-05-20
Close a window where (disks) interrupts could be enabled while the
bouyer
2005-05-16
Add a ata_queue_idle() function, which freeze a queue and tsleep() until the
bouyer
2005-05-16
Add another broken seagate device to the quirk list.
bouyer
2005-04-12
add definition for "security freeze"
drochner
2005-04-11
Fix mode printing. (don't panic on unmatched devices)
matt
2005-03-31
introduce a function to drain bufq and use it where appropriate.
yamt
2005-03-04
Disestablish powerhook while detaching atabus.
tacha
[next]