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
2002-12-10
Add support for VIA VT8231; from NetBSD, untested.
Alexander Yurchenko
2002-11-24
Check whether the chip enabled or not by reading status register.
Alexander Yurchenko
2002-11-20
o change dma engine registers macros so that the channel
Alexander Yurchenko
2002-11-20
Overhaul natsemi driver:
Jason Wright
2002-11-18
typo; gluk@ ok
Alexander Yurchenko
2002-11-17
o fix cp->name usage: since it's initialized with PCIIDE_CHANNEL_NAME()
Alexander Yurchenko
2002-11-15
o add support for VIA VT8233 and VT8235
Alexander Yurchenko
2002-11-08
Support for Promise PDC20275 and PDC20277. Untested.
Grigoriy Orlov
2002-11-08
Don't check IRQ assertion since this code was derived from FreeBSD
Grigoriy Orlov
2002-10-12
Remove more '\n's from panic() statements. Both trailing and leading.
Kenneth R Westerback
2002-09-09
Add support of Silicon Image 0680 Ultra ATA/133 Controller.
Grigoriy Orlov
2002-08-30
Support for PDC20271 and PDC20276.
Grigoriy Orlov
2002-08-09
Get rid of remaining __P usage (except for imported code);
Jason Peel
2002-07-29
dma support for serverwors osb4 and csb5, from netbsd; csapuntz@, deraadt@ ok
Michael Shalayeff
2002-07-10
ICH4 support; ok gluk@
Markus Friedl
2002-07-06
HPT 372, 372A and 374. Only HPT372 was tested.
Grigoriy Orlov
2002-06-08
match new amd pciide a'la netbsd
Chris Cappuccio
2002-06-08
pullup two fixes from netbsd
Chris Cappuccio
2002-05-03
82801CA/CAM works like previous models.
Marc Espie
2002-04-01
- add support for PDC20268R (not tested) and PDC20269
Grigoriy Orlov
2002-03-14
Final __P removal plus some cosmetic fixups
Todd C. Miller
2002-03-14
First round of __P removal in sys
Todd C. Miller
2002-03-01
From NetBSD, noticed by Alexander Yurchenko
Chris Cappuccio
2002-02-16
Disable udma5 on the HPT370 for now. The silent data corruption disappears
Chris Cappuccio
2002-02-10
Match the VT8366_ISA (chip VT8233) south bridge as ATA100
Chris Cappuccio
2001-12-11
Support Promise Ultra100TX2 (PDC20268)
Chris Cappuccio
2001-11-18
spelling
Theo de Raadt
2001-11-11
Noone seems to want to fix the sparc64 cd bogus intr bug, so I will simply di...
Theo de Raadt
2001-11-06
Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.
Miod Vallat
2001-11-05
Switch everything to the new bus_dmamap_sync API.
Artur Grabowski
2001-09-29
PC87415: Don't claim to support DATA32 or MODE
Jason Wright
2001-09-29
for pc87415:
Jason Wright
2001-09-29
add pciide driver for National Semiconductor PC87415.
Jason Wright
2001-09-27
style fixes from Alexander Yurchenko <grange@grange.ru>
Grigoriy Orlov
2001-09-11
Don't include <vm/vm_kern.h> if you don't need foo_map.
Miod Vallat
2001-08-31
Print a hex value with 0x (Alexander Yurchenko <grange@rt.mipt.ru>)
Chris Cappuccio
2001-08-25
- Use BUS_DMA_RAW if it's defined.
Artur Grabowski
2001-08-25
Change pci_intr_map to take pci_attach_args as an argument.
Artur Grabowski
2001-08-23
sparc64 really benefits from knowing exactly what mappings to sync
Artur Grabowski
2001-08-23
Some reordering in the code caused hw_ok to never be set to 1
Artur Grabowski
2001-08-12
absolutely no need to include vm_parm.h after vm.h
Michael Shalayeff
2001-08-03
from NetBSD:
Chris Cappuccio
2001-07-31
On DMA timeouts, stop busmaster PCIIDE and reset channel. Avoid reading
Constantine Sapuntzakis
2001-07-20
Add pa_bus to pci_attach_args
Constantine Sapuntzakis
2001-07-19
AMD766 support with UDMA/100. Thanks to Peter Galbavy for the patch
Constantine Sapuntzakis
2001-06-27
remove excess proto
Theo de Raadt
2001-06-26
Fix args to pciide_machdep_compat_intr_disestablish
Constantine Sapuntzakis
2001-06-25
Enable interrupts during PCIIDE detect
Constantine Sapuntzakis
2001-06-12
Make pci_mapreg_map take an extra argument where we can
Niklas Hallqvist
2001-05-22
Compile with WDCDEBUG. Fix a debug printout.
Hakan Olsson
[next]