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