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
/
arch
/
playstation2
/
dev
/
wdc_spd.c
Age
Commit message (
Expand
)
Author
2017-10-20
move ata_queue_alloc(1) and ata_queue_free() calls to ata_channel_init()
jdolecek
2017-10-07
Merge support for SATA NCQ (Native Command Queueing) from jdolecek-ncq branch
jdolecek
2014-03-31
Bring back the playstation2 port - now that a toolchain for it is
martin
2009-12-05
Remove support for NetBSD/playstation2.
pooka
2009-03-18
Ansify function definitions w/o arguments. Generated with sed.
cegger
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2008-03-18
Split device_t and softc for ATA devices, as well as wd(4). Other
cube
2006-01-16
properly use ata_channel->ch_ndrive:
bouyer
2005-12-24
__asm__ -> __asm
perry
2005-12-11
merge ktrace-lwp.
christos
2005-06-26
Rename macro-local variables so that __read_1() and __write_1() does
he
2004-08-25
It's atac_pio_cap, not atac_PIO_cap. I wonder how I could get this
he
2004-08-21
Make this compile again by removing a now-unused local variable
he
2004-08-20
Move most of wdc_softc into a new atac_softc structure that contains
thorpej
2004-08-14
- Split the register handles out of struct wdc_channel into a separate
thorpej
2004-05-25
Add the notion of "shadow registers" to the wdc driver. These shadow
thorpej
2004-01-06
Make these compile again after the latest adjustments.
he
2004-01-03
More wdc_channel structure member namespace cleanup:
thorpej
2004-01-03
Rename "struct channel_softc" to "struct wdc_channel".
thorpej
2004-01-01
Rename:
thorpej
2003-12-31
Simplify allocation of the channel queue.
thorpej
2003-12-11
Update for new world of indirect wdc registers.
uch
2003-10-08
Add adabus.
bouyer
2003-09-25
Hide the use of config_interrupts() in one place.
mycroft
2003-09-19
1) Use config_interrupts() to attach IDE and ATAPI drives. This eliminates
mycroft
2003-07-15
__KERNEL_RCSID()
lukem
2002-10-02
Use CFATTACH_DECL().
thorpej
2002-09-27
Declare all cfattach structures const.
thorpej
2001-10-16
playstation2 port
uch