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
/
pci
/
pciide.c
Age
Commit message (
Expand
)
Author
2000-11-20
support at least ATA6 on 82801BA; chris
Theo de Raadt
2000-11-13
Don't map unsafe registers from controllers that require 16 bit io space
Chris Cappuccio
2000-11-07
Promise PCI devs renamed
Chris Cappuccio
2000-10-21
82801BA is DMA, in 3 months there will be lots of these
Theo de Raadt
2000-10-21
(Temporarily) disable DMA support for OPTi 82C621 and untested 82C568/82D568
Chris Cappuccio
2000-10-16
Fix a bug introduced in 1.25->1.26 with regards to printing channel
Chris Cappuccio
2000-08-25
Match Promise Ultra/100 as PDC20262 instead of PDC20246
Chris Cappuccio
2000-08-05
Support Promise Ultra/100 as found on some Microstar motherboards
Chris Cappuccio
2000-07-31
Fix PR 1341 -
Chris Cappuccio
2000-07-07
Support Intel 440MX Ultra/33 controller found on various laptops
Chris Cappuccio
2000-07-07
From NetBSD:
Chris Cappuccio
2000-06-26
interface can be faked for cmd chips
Chris Cappuccio
2000-06-26
from NetBSD
Chris Cappuccio
2000-06-13
clean up Cypress section (obviously nobody has used these w/OpenBSD)
Chris Cappuccio
2000-05-04
Don't attach a PCTECH RZ1000 on the PCI bus--it has severe problems.
Todd C. Miller
2000-04-10
Added support for wd detach (merge from NetBSD). Support for
Constantine Sapuntzakis
2000-03-24
From NetBSD:
Chris Cappuccio
2000-01-17
From Manuel Bouyer -
Chris Cappuccio
2000-01-11
Clean up my cruft
Chris Cappuccio
2000-01-11
use PCI_REVISION macro
Chris Cappuccio
2000-01-10
Don't enable UDMA modes for revisions of SiS 5513 < 0xd0
Chris Cappuccio
2000-01-10
Sync w/NetBSD regarding Promise PDC20262 support (the Promise Ultra/66
Chris Cappuccio
1999-11-23
Bugfix from NetBSD. For SiS, PIIX, and Apollo IDE controllers,
Chris Cappuccio
1999-11-17
New interface to ATA registers that goes through the lower-level device
Constantine Sapuntzakis
1999-11-03
0x5597 will never match an SiS pciide controller because they are 0x5513
Chris Cappuccio
1999-11-02
fix printf (had an extra space)
Chris Cappuccio
1999-10-09
wdc layer work:
Constantine Sapuntzakis
1999-10-04
promise support; chris@ took it from netbsd
Theo de Raadt
1999-09-01
Fix messed up logic that could cause an unmap of an unmapped region.
Constantine Sapuntzakis
1999-08-05
It is not ok to do #ifdef processing inside argument lists of calls, where
Niklas Hallqvist
1999-08-04
new bus_dma API, match it
Niklas Hallqvist
1999-07-30
printout flaws
Theo de Raadt
1999-07-25
I've gotten complaints about failed DMA with the Acer Labs PCI IDE
Constantine Sapuntzakis
1999-07-22
shorten dmesg; rename primary/secondary to channel 0/1; save space in
Theo de Raadt
1999-07-20
Fix SIS 5597 define.
Federico G. Schwindt
1999-07-19
Lower chatiness
Constantine Sapuntzakis
1999-07-18
Import of NetBSD ATA/IDE stuff.
Constantine Sapuntzakis