Age | Commit message (Expand) | Author |
2005-10-26 | revert 82801FBM SATA controller back to being configured as an IDE controller | Brad Smith |
2005-10-22 | check for 82801FBM SATA in one more spot. | Brad Smith |
2005-10-22 | 82801FBM_IDE -> 82801FBM_SATA | Brad Smith |
2005-10-20 | fix a typo in a Via PCI product id. | Brad Smith |
2005-10-20 | Don't try to match VIA ide chips as ISA bridges. | Alexander Yurchenko |
2005-10-18 | Add some missing IDE/SATA interfaces.. | Brad Smith |
2005-10-17 | Simplify case statement in apollo_chip_map(). | Jonathan Gray |
2005-10-17 | Recognise VT8251. From Blake Willis <blake at 2112.net>. | Jonathan Gray |
2005-10-17 | Don't clear dma_in_progress flag too early, noticed by jason@. | Alexander Yurchenko |
2005-10-17 | Fixup cacheline on sii3114 like we do for sii3112; | Alexander Yurchenko |
2005-10-16 | ServerWorks SATA | Mark Kettenis |
2005-10-15 | update Via and 3Com ids. | Brad Smith |
2005-10-15 | Tweak names and add entries to the RCC (ServerWorks/Broadcom) PCI ids. | Brad Smith |
2005-09-15 | Revert rev 1.202 for now as it breaks at least one machine. | Jonathan Gray |
2005-09-14 | Support for ATI IXP 200/300/400 IDE mostly based on changes | Jonathan Gray |
2005-09-05 | If we have a match for the PCI ID we don't care what the PCI class is. | Jonathan Gray |
2005-08-18 | Match nforce 2/3/4 SATA using generic sata_chip_map(). | Jonathan Gray |
2005-08-18 | Several boards incorporating SIS SATA chips have dellusions of granduer | Jonathan Gray |
2005-08-09 | do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisub... | Michael Shalayeff |
2005-07-21 | ICH7 IDE/SATA support based diff from Marcello Balduccini in | Jonathan Gray |
2005-07-09 | Missing pciide_print_modes() in pdc203xx_setup_channel(). fgsch@ ok. | Hakan Olsson |
2005-06-15 | promise pdc203xx support; from bouyer@netbsd.org via grange@ with a few | Federico G. Schwindt |
2005-06-08 | use SMALL_KERNEL for all arch's, not just alpha and also apply the defs | Federico G. Schwindt |
2005-06-01 | De-inline if option SMALL_KERNEL on alpha; saves 4KB off RAMDISK{,B}, other | Miod Vallat |
2005-05-26 | nForce4 PATA support from Olivier Crouzet <ol at epita.fr>. ok grange@ | Jonathan Gray |
2005-04-29 | Support ATI IXP 400 SATA, which is a Silicon Image 3112 in sheep's clothing. | Jonathan Gray |
2005-04-20 | SiS 180/181/182 SATA support using generic sata_chip_map(). | Jonathan Gray |
2005-04-20 | Replace VIA SATA chip map routine with generic sata_chip_map(). | Jonathan Gray |
2005-04-20 | SiS 760 support from a tech@ mail from peter.galbavy at knowtion.net | Jonathan Gray |
2005-04-20 | SiS 661 support tested on a Gigabyte 8S661FXMP-RZ board. | Jonathan Gray |
2005-04-10 | Support for ICH6M IDE. Tested on a Dell Latitude D810 by | Jonathan Gray |
2005-02-21 | Support another Intel 6300ESB SATA. | Alexander Yurchenko |
2005-02-01 | Correctly setup Intel 82801FB and 82801FR SATA; from aurelien6545@free.fr. | Alexander Yurchenko |
2005-01-31 | The SiS 5513 is really a own design, partially revert my previous commit here. | Martin Reindl |
2005-01-22 | PCI_PRODUCT_SIS_5513 -> PCI_PRODUCT_SIS_5597_IDE | Martin Reindl |
2005-01-15 | nForce2 Ultra 400 IDE support. ok grange@ | Jonathan Gray |
2004-12-11 | nForce3-250, From: Brent Graveland <brent@graveland.net>, grange ok | Henning Brauer |
2004-11-27 | KNF, ANSI, cleanup. No binary change. | Alexander Yurchenko |
2004-11-21 | Intel ICH6/ICH6R IDE and SATA support. | Alexander Yurchenko |
2004-10-19 | serverworks csb5 revision after 0x92 seems not to have 80-wire | Alexander Yurchenko |
2004-10-17 | Improve support for SiI3112 and add new controllers: SiI3512, SiI3114 | Alexander Yurchenko |
2004-10-17 | Allow chip-map function to specify which bits must permanently present | Alexander Yurchenko |
2004-10-17 | Don't touch dma registers directly, instead use callbacks that | Alexander Yurchenko |
2004-10-17 | Stop bloating pciide_softc with chip-specific variables. Add one pointer | Alexander Yurchenko |
2004-10-17 | Move pciide_softc definition to pciidevar.h. | Alexander Yurchenko |
2004-10-17 | Fix space. | Alexander Yurchenko |
2004-10-17 | Small includes cleanup: explicit bus.h inclusion, add satareg.h and | Alexander Yurchenko |
2004-09-15 | Add support for Intel 6300ESB IDE and SATA. | Alexander Yurchenko |
2004-08-21 | in case of failure use the same logic for unmapping as it was used for mappin... | Michael Shalayeff |
2004-06-02 | Add quirks field to the wdc softc and implement the first one: | Alexander Yurchenko |