This website requires JavaScript.
Explore
Help
Sign In
Aren
/
NetBSD
Watch
1
Star
0
Fork
You've already forked NetBSD
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
c97c41e5c8
NetBSD
/
sys
/
dev
/
ata
History
bouyer
7e874499c9
Don't call wddone() from _wdstart(), the ata_wdc system will do it now.
...
call wd_flushcache() with the proper flags (especially don't set AT_WAIT | AT_POLL).
1999-08-09 09:48:04 +00:00
..
Makefile
…
ata.c
Bump timeout to 10s only for ATAPI devices, 1s is fine for IDE drives once
1999-04-15 09:41:09 +00:00
ata_wdc.c
Don't use C_NEEDDONE, it's deprecated.
1999-08-09 09:43:11 +00:00
atareg.h
…
atavar.h
Add a new disk flag: DRIVE_OLD for pre-ATA disks. probe routine will now set
1999-03-10 13:11:43 +00:00
files.ata
…
wd.c
Don't call wddone() from _wdstart(), the ata_wdc system will do it now.
1999-08-09 09:48:04 +00:00
wdvar.h
…