| Age | Commit message (Expand) | Author |
| 2001-12-18 | Ops, a Ultra100>=TX2 is always in native mode ! | bouyer |
| 2001-12-18 | The CMD0649 has 2 truly independant channel. tested by and patch from | bouyer |
| 2001-12-16 | dd support for the Promise Ultra100TX2, Promise Ultra100TX2v2 and Ultra133 | bouyer |
| 2001-12-13 | pdc202xx_setup_channel: remove a duplicate line. | bouyer |
| 2001-11-21 | Explicitly write explicitly without a second e. | wiz |
| 2001-11-15 | Support Ultra/100 on CMD 0649. | bouyer |
| 2001-11-13 | add RCSID | lukem |
| 2001-10-26 | Add Via KT266 as an ATA100 controller. | augustss |
| 2001-10-21 | Add a config flag (0x02) that can force DMA to be *disabled* on | thorpej |
| 2001-10-16 | Add UDMA/100 support for SiS chipsets 645, 650 and 730. | tron |
| 2001-10-14 | Use UDMA/100 on SiS 735 chipset. | tron |
| 2001-09-24 | Ali M5229 IDE controllers: tweak the rigth 0x79 register (the one from the | bouyer |
| 2001-08-23 | Check 80 pins cable in acard_setup_channel() for Acard ATP860. | tsutsui |
| 2001-08-03 | Fix some typos in newer ALi M5229 support. Approved by bouyer. | tsutsui |
| 2001-08-01 | Remove unused pciide_print() declaration. From OpenBSD. | tsutsui |
| 2001-07-28 | Enable the Acard UIDE controllers by default. | tsutsui |
| 2001-07-26 | Better support for newer ALI M5229 chipsets: support Ultra/66 for rev >= 0xC2, | bouyer |
| 2001-07-23 | Handle HPT-370A controllers, from skanto@sjk-software.fi (kern/13540) but | bouyer |
| 2001-07-19 | Use BUS_DMA_READ and BUS_DMA_WRITE in some obvious places. | thorpej |
| 2001-07-04 | Better fix for rev 1.94 (disable UDMA for SiS controllers with rev 0xd0): | bouyer |
| 2001-06-13 | Workaround for buggy OPTi pciide chipset revisions, as reported | scw |
| 2001-06-08 | For ports that wire up pciide in compatibility mode, have | simonb |
| 2001-05-30 | Uninitialised variable (from Krister Walfridsson): in acard_chip_map() | bouyer |
| 2001-05-14 | Add latent vendor entries for ServerWorks and Winbond IDE controllers. | matt |
| 2001-05-06 | Add amd766 support. Rename some variables to 7x6 now that it supports | fvdl |
| 2001-05-06 | Add missing break statement. | fvdl |
| 2001-05-04 | Now that we can do it, print "HPT366" or "HPT370" depending on PCI revision. | bouyer |
| 2001-05-04 | Better support for VIA chipsets: look at the product/rev ID of the ISA bridge | bouyer |
| 2001-04-21 | Preliminary support for Acard ATP850/860 UDMA PCI IDE controllers. | tsutsui |
| 2001-04-21 | space -> tab | tsutsui |
| 2001-03-20 | Don't set up PDC2xx_SCR the same way for promise Ultra/66 & Ultra/100, | bouyer |
| 2001-03-20 | Add BUS_DMA_STREAMING for the data bus_dmamap_load(). | bouyer |
| 2001-03-12 | Support the Promise Ultra/100 at full speed, and fixes the "bogus intr" | bouyer |
| 2001-02-18 | ALi controller: can only do UltraDMA for revs >= 0x20. | bouyer |
| 2001-02-18 | Add support for INTEL 82801BAM IDE controller, from OpenBSD. | bouyer |
| 2001-01-12 | Fix bug which affects pciide controllers in native mode (found by | bouyer |
| 2001-01-05 | Run at Ultra/66 on VIA controllers that can do it. PCI vendor/device/revision | bouyer |
| 2001-01-05 | Ops, make it compile again. | bouyer |
| 2001-01-05 | Add support for Ultra/100 on intel ICH2; from Tomokazu HARADA in kern/11747. | bouyer |
| 2001-01-05 | Add support for Ultra/100 on the HPT370 | bouyer |
| 2000-12-29 | s/AP0_UDMA_MASK/APO_UDMA_MASK/ | tsutsui |
| 2000-12-28 | Change pci_intr_map to get interrupt source information from a "struct | sommerfeld |
| 2000-12-21 | Disable the 16-bit I/O space hack for ALL PROMISE CONTROLLERS. | mycroft |
| 2000-12-17 | Cast a `bus_addr_t' argument to `u_long' for `%lx' format (XXX..) | pk |
| 2000-12-04 | Avoid format warnings. | fvdl |
| 2000-11-30 | Don't restrict I/O space to 16-bits on the Promise Ultra/33 boards. | thorpej |
| 2000-11-26 | Don't try to use ultra-dma on sis chips with revision 0xd0. It loses | christos |
| 2000-11-19 | Add support for Intel ICH2 | bouyer |
| 2000-11-14 | NBPG -> PAGE_SIZE | thorpej |
| 2000-11-08 | Make the test for dmareg >= 0x10000 quirked on IDE_16BIT_IOSPACE | matt |