summaryrefslogtreecommitdiff
path: root/sys/dev/pci/pciide.c
AgeCommit message (Expand)Author
2003-10-08Split pciide in per-chip family driver, as proposed inbouyer
2003-10-08Make the ATA mid-layer appears as atabus, as proposed inbouyer
2003-10-05Remove references to University of California from my copyright notices.bouyer
2003-09-25Hide the use of config_interrupts() in one place.mycroft
2003-09-23Fix more probe delay and/or failure problems:mycroft
2003-09-21Ops, remove a line that escaped out of my local tree.bouyer
2003-09-21The return value from pciide_mapregs_* are ignored; make them return void.bouyer
2003-09-21Since we can't detect ghost drives in the wdc back-end, resurectbouyer
2003-09-20Make sure the message from pciide_chipen() starts at the beginning of line.enami
2003-09-191) Use config_interrupts() to attach IDE and ATAPI drives. This eliminatesmycroft
2003-09-17Add back support for the legacy VT8237 IDE controller.bouyer
2003-09-15Add support for Intel 82801EB Serial ATA. Not tested with a drive yet,bouyer
2003-09-15Add support for VIA 8237 Serial ATA. From Stephen Degler in kern/22727,bouyer
2003-08-17Add support for VIA VT8237 (KT600) IDE controller. From Stephen Degler inbouyer
2003-08-10Corect offset for the promise "magic registers" (it depends on channel number).bouyer
2003-06-28Correct setup of General Purpose Register for PDC20265 (Ultra/100) and newer.bouyer
2003-06-28Add support for ICH5, from Quentin Garnier in private mail.bouyer
2003-05-17* Use aprint*().thorpej
2003-04-28Make DMA mode works on Promise Ultra66/100 with 48-bit LBA drives.nakayama
2003-04-19PR/21236: Simon Hitzemann: Fix missing space in error format. While I amchristos
2003-04-05Add '(ICH3)' to the names of 82801CA for consistency with other 82801xx nameskent
2003-04-04Support for ICH4M IDE Controllerkent
2003-03-20Add support for the Silicon Image SATALink 3112 Serial ATA controller.thorpej
2003-03-19Fix pasto.thorpej
2003-03-18Add register definitions for the Intel i31244 Serial ATA controller.thorpej
2003-03-18Add very basic support for the Intel i31244 Serial ATA controller.thorpej
2003-03-15Ops, I commited the previous change (improved SiS support) from thr wrong tree.bouyer
2003-03-14Rework SiS support: more controller supported (up to Ultra/133) and betterbouyer
2003-02-28Match ServerWorks CSB6 IDE controller.enami
2003-01-27Experimental support for RAID volumes configured by ATA "RAID" controllers.thorpej
2003-01-25Add a couple more Promise ATA133 controllers.thorpej
2003-01-24* Enable Ultra133 on the NVIDIA nForce 2.thorpej
2003-01-24Add support for the NVIDIA nForce ATA100 and nForce2 ATA133thorpej
2002-12-26Recognize Promise Serial ATA/150 TX2plusmatt
2002-11-20For sis_setup_channel, acer_setup_channel, hpt_setup_channel,bouyer
2002-10-05Add support for VIA VT8235kent
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-09-30Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-09-27remove trailing \n in panic(). approved perry.provos
2002-09-15Fix typo in comment. From Alexander Yurchenko <grange@rt.mipt.ru>bouyer
2002-08-25Support Ultra/133 on promise controllers that can do it.bouyer
2002-08-25Correct setup for Ultra133 capable VIA chipsets, From Matthias Drochnerbouyer
2002-08-23Add support for HPT372. From sdegler@kashmir.degler.net in kern/17908,bouyer
2002-08-23Add support for Promise Ultra133TX2 and Ultra133TX2v2, from FreeBSD andbouyer
2002-08-10Use UDMA/100 on SiS745 chipset.toshii
2002-07-30Add support for the 82801DB ICH4 IDE controller, from kern/17757 bybouyer
2002-07-26Spell '[Rr]ight' correctly. From Jim Bernard.wiz
2002-07-26Add support of Silicon Image 0680 Ultra ATA/133 ATA Controller.onoe
2002-07-22Ops, this had already been commited by cjs.bouyer