summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/pciide_amd_reg.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* PCI configuration space register save/restore for AMD756.miod2010-08-311-2/+5
|
* Multiple inclusion protection.grange2004-09-241-1/+6
|
* Enable ata133 on amd8111; from netbsdgrange2004-03-121-2/+3
| | | | tested by beck@
* kill trailing spaces, no functional changesgrange2003-09-281-3/+3
|
* Add cable detection for AMD chips, directly from AMD specs.grange2003-02-131-1/+2
| | | | Tested by todd@; ok gluk@
* AMD766 support with UDMA/100. Thanks to Peter Galbavy for the patchcsapuntz2001-07-191-3/+4
|
* Minor cleanup to minimize diffs with NetBSDcsapuntz2001-04-041-1/+2
|
* From NetBSD:chris2000-07-071-1/+15
| | | | | | | | | | Match Promise Ultra/100 controller (Ultra/100 drives will be used as Ultra/66 fow now) Work-around for a bug in revision D2 AMD controllers (They do not work correctly with Multiword-DMA mode, workaround is to disable MW DMA, but this bug does not affect all drives so there is an option PCIIDE_AMD756_ENABLEDMA to stop this behavior. You know you have this bug when your system hangs completely with this option.)
* From NetBSD:chris2000-03-241-0/+66
Don't reset cp->hw_ok ro 0 when cp isn't initialised in cy693_chip_map() Support for AMD 756 IDE controller