aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ata/ata-chipset.c
Commit message (Expand)AuthorAgeFilesLines
* Use __FBSDID().David E. O'Brien2003-08-241-2/+4
* This is a major rework of the ATA driver (ATAng)Søren Schmidt2003-08-241-183/+304
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-2/+2
* Update the SATA support code to work more correctly withSøren Schmidt2003-07-021-46/+114
* Prevent probing the secondary channel on CMD646 controllers if thePeter Grehan2003-06-271-0/+6
* Add support for the HighPoint HPT302 & HPT371Søren Schmidt2003-06-191-0/+2
* Fix the setup of old Promise controllers, clocks was not setup rightSøren Schmidt2003-06-071-14/+21
* Unbork the chip locating code.Søren Schmidt2003-05-191-8/+3
* Support the ICH5 SATA part.Søren Schmidt2003-05-181-44/+72
* Fix typo (that even got cut/pasted 2 times)Søren Schmidt2003-05-121-3/+3
* Add a couble new Intel PCI id'sSøren Schmidt2003-05-101-0/+2
* Add PCI ID's for the Intel ICH5 (82801EB) chipset.John Baldwin2003-05-061-0/+1
* Add the pdc20268r as candidate for the TX test.Søren Schmidt2003-05-031-1/+1
* Dont try to call detached interrupt routine.Søren Schmidt2003-05-021-2/+3
* I'm pleased to announce that Promise is now supporting the FreeBSDSøren Schmidt2003-05-011-7/+144
* Cosmetics.Søren Schmidt2003-04-161-2/+2
* Spell 55 with two '5'sSøren Schmidt2003-04-101-2/+2
* Add a few more older SiS ID's.Søren Schmidt2003-04-101-34/+40
* Third round of updates to the ATA driver.Søren Schmidt2003-04-071-21/+36
* Second round of updates to the ATA driver.Søren Schmidt2003-03-291-68/+79
* Fix the cable detection and properly find the host bridge onSøren Schmidt2003-03-161-22/+22
* Correct the last commit, only look for subfunctions on the same PCI slot.Søren Schmidt2003-03-121-4/+4
* Cleanup the probe code a bit.Søren Schmidt2003-03-121-23/+24
* Dont use r_bmio on Cyrix chips if not set from BIOS.Søren Schmidt2003-03-101-2/+5
* Minor cleanup of the Promise code.Søren Schmidt2003-03-031-17/+19
* More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).Dag-Erling Smørgrav2003-03-021-2/+2
* Fix support for HPT controllers they where always left in PIO mode.Søren Schmidt2003-03-011-1/+1
* Only use function 1 not 0 on cypress chips.Søren Schmidt2003-02-271-1/+3
* Fix UDMA modes setup on CMD chips.Søren Schmidt2003-02-271-1/+1
* Fix a reversed test for ATAPI_DEVICE in the Promise setup code.Søren Schmidt2003-02-261-4/+3
* Fix support for Acer chips. The UDMA enable regs wasn't set properly.Søren Schmidt2003-02-251-26/+12
* Fix support for the old CMD 646 chips, interrupt setup was wrong.Søren Schmidt2003-02-251-10/+13
* Fix chipset setup problem on older ALI chips.Søren Schmidt2003-02-231-9/+14
* Fix timeout when using UDMA speeds, bad chip setup.Søren Schmidt2003-02-231-3/+0
* First round off updates/fixes to the ATA driver.Søren Schmidt2003-02-201-0/+1887