summaryrefslogtreecommitdiff
path: root/sys/dev/pci/pciide.c
AgeCommit message (Expand)Author
2003-03-06Support for ServerWorks CSB6 IDEAlexander Yurchenko
2003-02-24Detypoing; henric@ and meAlexander Yurchenko
2003-02-24For CMD chips call pciide_chan_candisable() for both channels to preventAlexander Yurchenko
2003-02-21Fix Manuel Bouyer's copyright, from NetBSDAlexander Yurchenko
2003-02-13Final part of NVIDIA nForce/nForce2 IDE support:Alexander Yurchenko
2003-02-13Add cable detection for AMD chips, directly from AMD specs.Alexander Yurchenko
2003-01-30Many Ultra 5s likes to hang when starting. The last thing on the consoleHenric Jungheim
2003-01-1780-pin -> 80-wire in debug output; requested by chris@Alexander Yurchenko
2003-01-16Missing breakAlexander Yurchenko
2003-01-16- add two inline functions for accessing chip configuration spaceAlexander Yurchenko
2003-01-16Add channel number to report of registers mapping type.Alexander Yurchenko
2003-01-16Don't hardcode IO mapping for cmd/ctl regs, use pci_mapreg_type()Alexander Yurchenko
2003-01-15revert last change; request from mickey@Alexander Yurchenko
2003-01-14Add a define for easy access to sc_wdcdev.sc_dev.dv_xnameAlexander Yurchenko
2003-01-13Add experimental support for NVIDIA nForce/nForce2 IDE chips.Alexander Yurchenko
2002-12-19Protect WDCDEBUG_PRINT macro with do {} while (0)Alexander Yurchenko
2002-12-10Add support for VIA VT8231; from NetBSD, untested.Alexander Yurchenko
2002-11-24Check whether the chip enabled or not by reading status register.Alexander Yurchenko
2002-11-20o change dma engine registers macros so that the channelAlexander Yurchenko
2002-11-20Overhaul natsemi driver:Jason Wright
2002-11-18typo; gluk@ okAlexander Yurchenko
2002-11-17o fix cp->name usage: since it's initialized with PCIIDE_CHANNEL_NAME()Alexander Yurchenko
2002-11-15o add support for VIA VT8233 and VT8235Alexander Yurchenko
2002-11-08Support for Promise PDC20275 and PDC20277. Untested.Grigoriy Orlov
2002-11-08Don't check IRQ assertion since this code was derived from FreeBSDGrigoriy Orlov
2002-10-12Remove more '\n's from panic() statements. Both trailing and leading.Kenneth R Westerback
2002-09-09Add support of Silicon Image 0680 Ultra ATA/133 Controller.Grigoriy Orlov
2002-08-30Support for PDC20271 and PDC20276.Grigoriy Orlov
2002-08-09Get rid of remaining __P usage (except for imported code);Jason Peel
2002-07-29dma support for serverwors osb4 and csb5, from netbsd; csapuntz@, deraadt@ okMichael Shalayeff
2002-07-10ICH4 support; ok gluk@Markus Friedl
2002-07-06HPT 372, 372A and 374. Only HPT372 was tested.Grigoriy Orlov
2002-06-08match new amd pciide a'la netbsdChris Cappuccio
2002-06-08pullup two fixes from netbsdChris Cappuccio
2002-05-0382801CA/CAM works like previous models.Marc Espie
2002-04-01- add support for PDC20268R (not tested) and PDC20269Grigoriy Orlov
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2002-03-01From NetBSD, noticed by Alexander YurchenkoChris Cappuccio
2002-02-16Disable udma5 on the HPT370 for now. The silent data corruption disappearsChris Cappuccio
2002-02-10Match the VT8366_ISA (chip VT8233) south bridge as ATA100Chris Cappuccio
2001-12-11Support Promise Ultra100TX2 (PDC20268)Chris Cappuccio
2001-11-18spellingTheo de Raadt
2001-11-11Noone seems to want to fix the sparc64 cd bogus intr bug, so I will simply di...Theo de Raadt
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-11-05Switch everything to the new bus_dmamap_sync API.Artur Grabowski
2001-09-29PC87415: Don't claim to support DATA32 or MODEJason Wright
2001-09-29for pc87415:Jason Wright
2001-09-29add pciide driver for National Semiconductor PC87415.Jason Wright
2001-09-27style fixes from Alexander Yurchenko <grange@grange.ru>Grigoriy Orlov