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
/
ata.c
Age
Commit message (
Expand
)
Author
2004-01-03
More structure member namespace cleanup: thread -> ch_thread
thorpej
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-30
Move most of the atabus layer into ata.c.
thorpej
2003-12-30
Tweak function names in debug messages.
thorpej
2003-12-14
De-__P and use ANSI-style function decls.
thorpej
2003-10-08
Make the ATA mid-layer appears as atabus, as proposed in
bouyer
2003-09-23
Fix more probe delay and/or failure problems:
mycroft
2003-01-27
Bump WDCC_IDENTIFY timeout to 3 seconds, as required by some drives.
bouyer
2002-04-09
In wdc_exec_command(), for data commands, read the status register after
bouyer
2001-12-03
Update my copyrigth.
bouyer
2001-12-03
Allow wd to attach to something else than wdc/pciide (like USB<->ATA bridges):
bouyer
2001-11-13
add RCSID
lukem
2000-05-15
- sync my copyrigth
bouyer
2000-01-25
Don't put leading space, otherwise diskerr() prints unnecessary space
enami
2000-01-17
Improve the downgrade logic:
bouyer
1999-11-26
More WDCDEBUG_PRINT.
bouyer
1999-04-15
Bump timeout to 10s only for ATAPI devices, 1s is fine for IDE drives once
bouyer
1999-04-14
Complete bugfix in rev 1.3: increase read-parameter-block timeout to 10s
jonathan
1999-03-10
Add a new disk flag: DRIVE_OLD for pre-ATA disks. probe routine will now set
bouyer
1999-02-21
Only define WDCDEBUG if not already define (e.g. by kernel option)
hubertf
1999-02-08
There's no ATA draft where it is required for the drive to set DRDY | DSC when
bouyer
1999-01-18
move wd.c:print_wderror() to ata.c:ata_perror().
bouyer
1998-11-16
For ATAPI IDENTiFY, poll only for DRQ, some devices don't assert DRDY at this
bouyer
1998-10-12
Merge bouyer-ide
bouyer