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
2009-02-07
Match on native/legacy MCP79 SATA ids.
Jonathan Gray
2009-01-04
Add support for CS5535 IDE adapted from the gcscide code in NetBSD
Jonathan Gray
2009-01-04
Shift prototypes for some common pciide functions out into
Jonathan Gray
2008-10-02
backout Tadpole specific non-dma workaround commited in 1.287, since it
Theo de Raadt
2008-09-25
remove dead stores and newly created unused variable.
Charles Longeau
2008-09-17
Update for renamed ATI PCI ids.
Brad Smith
2008-07-29
Add an ugly hack to disable DMA on the Tadpole SPARCLE laptop. It doesn't
Mark Kettenis
2008-07-08
Remove the IDE_PCI_CLASS_OVERRIDE quirk flag for the Intel AHCI controllers
Brad Smith
2008-07-06
pciide_match() is a bit convoluted, we match anything claiming
Jonathan Gray
2008-06-13
Restore IDE_PCI_CLASS_OVERRIDE on SiI3512 SATA.
Mats O Jansson
2008-06-11
Remove the IDE_PCI_CLASS_OVERRIDE quirk flag for Intel (except AHCI),
Brad Smith
2008-04-29
Change sis_chip_map() to use pci_find_device() as the original
Jonathan Gray
2008-02-27
Add ICH8M SATA IDE support, and adjust for renamed ICH7 and ICH8 IDs.
Mark Kettenis
2008-02-05
de-inline pciide, shaving a goodly amount off the kernel
Bret Lambert
2008-01-29
Add support for VIA VT8237S SATA.
Jonathan Gray
2008-01-11
Turns out the id I thought was both CX700/VX700 IDE was only for VX700,
Jonathan Gray
2008-01-02
Add the ATI SB700 chipset.
Brad Smith
2007-11-27
typos; ok jmc@
Martynas Venckus
2007-10-17
Add the Intel ICH9 chipset.
Brad Smith
2007-10-09
malloc+bzero -> malloc+M_ZERO. Use 'malloc(sizeof(*p) ...' idiom.
Kenneth R Westerback
2007-09-14
add the NVIDIA MCP73/MCP77 IDE controller PCI ids.
Brad Smith
2007-07-02
kettenis suggested that i can use pci_intr_map twice on the same device
David Gwynne
2007-06-26
Make natsemi_pci_intr() use pciide_intr_flag(). Needed on the PC87415 part
Mark Kettenis
2007-06-20
Add support for VIA CX700/VX700 IDE.
Jonathan Gray
2007-06-02
Add support for ICH8M IDE.
Jonathan Gray
2007-05-11
Ditch acard_pci_intr() as nothing currently uses it.
Jonathan Gray
2007-05-10
Don't skip channels that don't have the WDCF_IRQ_WAIT flag set. Apparently
Mark Kettenis
2007-05-02
Another VIA VT8237A SATA.
Jonathan Gray
2007-03-27
this level of serverworks sata does not help
Theo de Raadt
2007-03-27
disable serverworks sata until it works (been busted for a year on the
Theo de Raadt
2007-03-21
Basic support for JMicron PATA.
Jonathan Gray
2006-11-21
fix dmesg printing for the artisea chipset.
Brad Smith
2006-11-19
Re-enable the Intel i31244 support now that real hardware actually exists.
Brad Smith
2006-11-05
add the MCP67 PATA and SATA PCI ids as well as fixing nforce_chip_map() to
Brad Smith
2006-10-19
Match the IDE controller in the AMD Geode companion device CS5536.
Tom Cosgrove
2006-10-02
sync the ServerWorks ids.
Brad Smith
2006-09-26
Shrink the number of matches done in piixsata_chip_map,
Jonathan Gray
2006-09-26
Move some duplicated debug code into its own function.
Jonathan Gray
2006-09-19
add a missing space to a DMA load error printf.
Brad Smith
2006-09-16
Support for Intel 6321ESB SATA. Tested on one of cloder's new
Jonathan Gray
2006-09-16
Match VIA VT8237A SATA which while untested should act like
Jonathan Gray
2006-08-19
Support for Intel 82801H/ICH8 SATA parts, untested but should
Jonathan Gray
2006-08-19
Be sure to set the mode for AHCI capable Intel SATA correctly and
Jonathan Gray
2006-08-06
add the Intel 6321ESB IDE controller.
Brad Smith
2006-07-23
add NVidia MCP61/65 ids.
Brad Smith
2006-07-16
Match a few more Promise SATA chips which should work
Jonathan Gray
2006-07-10
in pciide_mapregs_compat() explicitly enable PCI IO, then remove all the
Theo de Raadt
2006-07-08
add the ATI IXP300 SATA PCI id.
Brad Smith
2006-07-07
Broadcom HT-1000 SATA no longer requires IDE_PCI_CLASS_OVERRIDE now that
Brad Smith
2006-07-07
Check for SATA and RAID subclasses if we have a matching PCI ID.
Jonathan Gray
[next]