index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
ic
/
wdc.c
Age
Commit message (
Expand
)
Author
2002-07-02
Fix PIO write state machine. This has been totally broken since 2.5, but since
Constantine Sapuntzakis
2002-05-24
protect biodone with splbio (this is the first time the splbio is
Artur Grabowski
2002-05-24
Replace a home-grown splassert-like thing with the real stuff.
Artur Grabowski
2002-05-03
LBA48 support.
Grigoriy Orlov
2002-03-16
The new code logs the control signals on the IDE bus. You can extract the log
Constantine Sapuntzakis
2002-03-14
First round of __P removal in sys
Todd C. Miller
2002-01-23
Pool deals fairly well with physical memory shortage, but it doesn't deal
Artur Grabowski
2002-01-12
Don't try UDMA modes if they aren't supported by the controller
Jason Wright
2002-01-07
pass the proc* down the ioctl chain to controller; mjacob@ csapuntz@ ok
Michael Shalayeff
2001-11-06
Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.
Miod Vallat
2001-08-23
initialize the channel timeout earlier.
Artur Grabowski
2001-07-31
Go down only one Ultra DMA mode at a time. Thanks to Matt Evans for
Constantine Sapuntzakis
2001-07-27
Yet another probe fix. Switch to the right drive before looking at registers
Constantine Sapuntzakis
2001-07-21
Undo last fix to ata_wdc.c. Don't deregister timeout in generic code
Constantine Sapuntzakis
2001-07-19
Fix slave ATAPI device detect broken by last patch
Constantine Sapuntzakis
2001-07-12
Rework of probe code. Try better to deal with floating buses. Depending
Constantine Sapuntzakis
2001-06-25
Fix excessive resets and device probes by storing IDENTIFY results in the
Constantine Sapuntzakis
2001-06-24
remove cold.
Federico G. Schwindt
2001-06-06
Don't forget to make it compile.
Angelos D. Keromytis
2001-06-05
Don't forget to init b_dep.
Artur Grabowski
2001-05-01
Add a 250ms wait in attach if ATAPI drives present on channel. Some
Constantine Sapuntzakis
2001-04-30
Move ATA IOCTL commands to low-level WDC driver
Constantine Sapuntzakis
2001-04-04
Lay the groundwork for disabling ATAPI DMA on controllers
Constantine Sapuntzakis
2001-04-02
pool_get with PR_NOWAIT can fail. Handle that.
Artur Grabowski
2001-03-25
Minor mods to DMA interface - get rid of unnecessary args. Allow DMA function...
Constantine Sapuntzakis
2001-03-15
Fix races between timeouts and interrupts.
Constantine Sapuntzakis
2001-01-29
Fix bug where timeouts triggered too early, caused panic on ATAPI tapes.
Niklas Hallqvist
2001-01-29
Add wdc_print_current_modes to print current transfer modes set on the
Constantine Sapuntzakis
2001-01-23
Restore the WDCF_IRQ_WAIT flag if the lower-level interrupt handler rejects
Aaron Campbell
2000-10-29
undo this; adds files, unacceptable at this point in release
Theo de Raadt
2000-10-28
Reduce footprint of ATA driver by only having PROBE debug messages compiled
Constantine Sapuntzakis
2000-10-27
Patch to get rid of ST506 phantoms. Thanks to Grigoriy Orlov for the design
Constantine Sapuntzakis
2000-07-20
chp->wdc can be NULL on probe.
Constantine Sapuntzakis
2000-07-20
Fix to ATA detect. Some devices seem to be comatose after reset
Constantine Sapuntzakis
2000-06-30
Convert some parts to new timeouts.
Artur Grabowski
2000-06-13
Fix from Manuel Bouyer
Chris Cappuccio
2000-04-10
Added support for wd detach (merge from NetBSD). Support for
Constantine Sapuntzakis
1999-12-14
Change error diagnostic from "lost interrupt" to "timeout"
Constantine Sapuntzakis
1999-11-17
New interface to ATA registers that goes through the lower-level device
Constantine Sapuntzakis
1999-10-29
Change wdc_input_bytes and wdc_output_bytes to use
Constantine Sapuntzakis
1999-10-29
reliability fixes from csapuntz; commit message replaced later with details
Theo de Raadt
1999-10-28
Downgrade to mode 2 first if we were udma > 2; from NetBSD. costa@ ok.
Federico G. Schwindt
1999-10-09
wdc layer work:
Constantine Sapuntzakis
1999-09-05
style
Niklas Hallqvist
1999-08-05
Make IDE compile on alpha again:
Niklas Hallqvist
1999-07-23
doesn't end does it...
Theo de Raadt
1999-07-23
more slight dmesg formatting for some a really stupid drive
Theo de Raadt
1999-07-22
shorten dmesg output
Theo de Raadt
1999-07-22
shorten dmesg output
Theo de Raadt
1999-07-22
Create wdc_enable_intr, wdc_disable_intr, wdc_select_drive.
Constantine Sapuntzakis
[prev]
[next]