summaryrefslogtreecommitdiff
path: root/sys/dev/pci/pciide_piix_reg.h
AgeCommit message (Collapse)Author
2006-04-25Match PCI ids for Intel ICH7 SATA in AHCI mode.Jonathan Gray
Then ask for SATA IDE mode of operation. X60/T60 Thinkpads are shipped in AHCI configuration by default, this makes them work without changing a BIOS option.
2006-04-02To be able to use the maximum number of IDE/SATA disks on an ICHJonathan Gray
system we have to make some channels native as there isn't enough legacy I/O space/interrupts to go around. Intel calls this enhanced mode. An updated and expanded version of a diff from Ulrik Holmén. "looks sane" grange@
2004-09-24Multiple inclusion protection.Alexander Yurchenko
2003-11-07Correct url to docs site; from Jared Yanovich <jjy2+@pitt.edu>.Alexander Yurchenko
2003-10-16Registers definitions for ICH5/ICH5R SATAAlexander Yurchenko
2003-09-28kill trailing spaces, no functional changesAlexander Yurchenko
2003-02-21Fix Manuel Bouyer's copyright, from NetBSDAlexander Yurchenko
ok deraadt@
2001-04-04Minor cleanup to minimize diffs with NetBSDConstantine Sapuntzakis
2001-01-08From chris@Jeremy Evans
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)
1999-10-04promise support; chris@ took it from netbsdTheo de Raadt
1999-07-18Import of NetBSD ATA/IDE stuff.Constantine Sapuntzakis
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