| Age | Commit message (Expand) | Author |
| 2010-11-06 | Rework pciide(4) detachment to take the legacy interrupt mapping into | jakllsch |
| 2010-11-05 | pciide(4): Sprinkle static, add detachment support. | jakllsch |
| 2009-10-19 | Remove closes 3 & 4 from my licence. Lots of thanks to Soren Jacobsen | bouyer |
| 2008-03-18 | Split device_t and softc for ATA devices, as well as wd(4). Other | cube |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2005-02-04 | de-__P | perry |
| 2004-09-17 | Whitespace nit. | enami |
| 2003-10-08 | Split pciide in per-chip family driver, as proposed in | bouyer |
| 2003-10-08 | Make the ATA mid-layer appears as atabus, as proposed in | bouyer |
| 2003-10-05 | Remove references to University of California from my copyright notices. | bouyer |
| 2003-09-25 | Hide the use of config_interrupts() in one place. | mycroft |
| 2003-09-23 | Fix more probe delay and/or failure problems: | mycroft |
| 2003-09-21 | Ops, remove a line that escaped out of my local tree. | bouyer |
| 2003-09-21 | The return value from pciide_mapregs_* are ignored; make them return void. | bouyer |
| 2003-09-21 | Since we can't detect ghost drives in the wdc back-end, resurect | bouyer |
| 2003-09-20 | Make sure the message from pciide_chipen() starts at the beginning of line. | enami |
| 2003-09-19 | 1) Use config_interrupts() to attach IDE and ATAPI drives. This eliminates | mycroft |
| 2003-09-17 | Add back support for the legacy VT8237 IDE controller. | bouyer |
| 2003-09-15 | Add support for Intel 82801EB Serial ATA. Not tested with a drive yet, | bouyer |
| 2003-09-15 | Add support for VIA 8237 Serial ATA. From Stephen Degler in kern/22727, | bouyer |
| 2003-08-17 | Add support for VIA VT8237 (KT600) IDE controller. From Stephen Degler in | bouyer |
| 2003-08-10 | Corect offset for the promise "magic registers" (it depends on channel number). | bouyer |
| 2003-06-28 | Correct setup of General Purpose Register for PDC20265 (Ultra/100) and newer. | bouyer |
| 2003-06-28 | Add support for ICH5, from Quentin Garnier in private mail. | bouyer |
| 2003-05-17 | * Use aprint*(). | thorpej |
| 2003-04-28 | Make DMA mode works on Promise Ultra66/100 with 48-bit LBA drives. | nakayama |
| 2003-04-19 | PR/21236: Simon Hitzemann: Fix missing space in error format. While I am | christos |
| 2003-04-05 | Add '(ICH3)' to the names of 82801CA for consistency with other 82801xx names | kent |
| 2003-04-04 | Support for ICH4M IDE Controller | kent |
| 2003-03-20 | Add support for the Silicon Image SATALink 3112 Serial ATA controller. | thorpej |
| 2003-03-19 | Fix pasto. | thorpej |
| 2003-03-18 | Add register definitions for the Intel i31244 Serial ATA controller. | thorpej |
| 2003-03-18 | Add very basic support for the Intel i31244 Serial ATA controller. | thorpej |
| 2003-03-15 | Ops, I commited the previous change (improved SiS support) from thr wrong tree. | bouyer |
| 2003-03-14 | Rework SiS support: more controller supported (up to Ultra/133) and better | bouyer |
| 2003-02-28 | Match ServerWorks CSB6 IDE controller. | enami |
| 2003-01-27 | Experimental support for RAID volumes configured by ATA "RAID" controllers. | thorpej |
| 2003-01-25 | Add a couple more Promise ATA133 controllers. | thorpej |
| 2003-01-24 | * Enable Ultra133 on the NVIDIA nForce 2. | thorpej |
| 2003-01-24 | Add support for the NVIDIA nForce ATA100 and nForce2 ATA133 | thorpej |
| 2002-12-26 | Recognize Promise Serial ATA/150 TX2plus | matt |
| 2002-11-20 | For sis_setup_channel, acer_setup_channel, hpt_setup_channel, | bouyer |
| 2002-10-05 | Add support for VIA VT8235 | kent |
| 2002-10-02 | Add trailing ; to CFATTACH_DECL. | thorpej |
| 2002-09-30 | Use CFATTACH_DECL(). | thorpej |
| 2002-09-27 | Declare all cfattach structures const. | thorpej |
| 2002-09-27 | remove trailing \n in panic(). approved perry. | provos |