summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/pciide_apollo_reg.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Manuel Bouyer rescinded clauses 3 and 4 of his license text.jsg2010-07-231-7/+1
|
* Multiple inclusion protection.grange2004-09-241-1/+6
|
* kill trailing spaces, no functional changesgrange2003-09-281-2/+2
|
* Fix Manuel Bouyer's copyright, from NetBSDgrange2003-02-211-3/+2
| | | | ok deraadt@
* o add support for VIA VT8233 and VT8235grange2002-11-151-2/+3
| | | | | | | | | | VT8233 tested by jolan@cryptonomicon.org, VT8235 untested o correct VIA timings for UDMA 5 o don't set the APO_UDMA_CLK66 bit for UDMA 5 capable chipset from NetBSD gluk@ ok
* Add pa_bus to pci_attach_argscsapuntz2001-07-201-3/+5
| | | | Better VIA IDE chipset handling. From NetBSD
* Minor cleanup to minimize diffs with NetBSDcsapuntz2001-04-041-14/+13
|
* From chris@jeremy2001-01-081-3/+4
| | | | | | | Partial sync w/NetBSD -Support Ultra/100 on Intel ICH2 (Tomokazu HARADA) -Support Ultra/66 on VIA Apollo (Manuel Bouyer) -Disable 16bit io-space limitation on Promise (Charles Hannum)
* fix datasheet urlchris2000-06-051-2/+10
|
* Import of NetBSD ATA/IDE stuff.csapuntz1999-07-181-0/+95
Introduction of home-grown To enable this stuff in your configuration, look at the NEWATA conf file and go through dev/isa/files.isa dev/pci/files.pci conf/files arch/i386/conf/files.i386 and follow the instructions on commenting/uncommenting stuff