aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/pci/generic.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-21ide: remove useless subdirs from drivers/ide/Bartlomiej Zolnierkiewicz1-193/+0
2008-10-13ide: use unique names for struct pci_driver instancesBartlomiej Zolnierkiewicz1-3/+3
2008-10-10ide: add proper PCI PM support (v2)Bartlomiej Zolnierkiewicz1-0/+2
2008-10-10ide: include <linux/hdreg.h> only when neededBartlomiej Zolnierkiewicz1-1/+0
2008-07-24ide: prefix messages from IDE PCI host drivers by driver nameBartlomiej Zolnierkiewicz1-34/+31
2008-07-24ide: include PCI device name in messages from IDE PCI host driversBartlomiej Zolnierkiewicz1-2/+2
2008-07-24ide/pci/generic: add ->remove method and module_exit()Bartlomiej Zolnierkiewicz1-0/+7
2008-07-24ide: add ->dev and ->host_priv fields to struct ide_hostBartlomiej Zolnierkiewicz1-1/+1
2008-04-26IDE: Coding Style fixes to drivers/ide/pci/generic.cPaolo Ciarrocchi1-2/+2
2008-04-26ide: IDE_HFLAG_BOOTABLE -> IDE_HFLAG_NON_BOOTABLEBartlomiej Zolnierkiewicz1-4/+2
2008-02-06ide-pci-generic: kill the unused ifdef/endif/MODULE codeDenis Cheng1-13/+0
2008-02-02ide: remove needless includes from PCI host driversBartlomiej Zolnierkiewicz1-7/+0
2008-02-01ide: delete filenames/versions from commentsBartlomiej Zolnierkiewicz1-2/+0
2008-02-01ide: add IDE_HFLAG_CLEAR_SIMPLEX host flagBartlomiej Zolnierkiewicz1-1/+2
2007-10-26drivers/ide/pci/generic: fix build for CONFIG_HOTPLUG=nBartlomiej Zolnierkiewicz1-1/+1
2007-10-20ide: constify struct ide_port_infoBartlomiej Zolnierkiewicz1-2/+2
2007-10-20ide: replace ide_pci_device_t by struct ide_port_infoBartlomiej Zolnierkiewicz1-2/+2
2007-10-20ide: add IDE_HFLAG_FORCE_LEGACY_IRQS host flagBartlomiej Zolnierkiewicz1-21/+6
2007-10-19ide: add ->mwdma_mask and ->swdma_mask to ide_pci_device_t (take 2)Bartlomiej Zolnierkiewicz1-7/+12
2007-10-19ide: add IDE_HFLAG_NO_{DMA,AUTODMA} host flagsBartlomiej Zolnierkiewicz1-16/+13
2007-10-19ide: add IDE_HFLAG_BOOTABLE host flagBartlomiej Zolnierkiewicz1-8/+8
2007-10-19ide: add IDE_HFLAG_NO_ATAPI_DMA host flagBartlomiej Zolnierkiewicz1-1/+0
2007-10-19ide: add DECLARE_GENERIC_PCI_DEV() macro to generic IDE PCI host driverBartlomiej Zolnierkiewicz1-84/+29
2007-10-16ide: remove hwif->autodma and drive->autodmaBartlomiej Zolnierkiewicz1-5/+0
2007-10-16ide: use PCI_VDEVICE() macroBartlomiej Zolnierkiewicz1-17/+20
2007-10-16ide: remove ->ide_dma_check (take 2)Bartlomiej Zolnierkiewicz1-0/+15
2007-07-20ide: add ide_pci_device_t.host_flags (take 2)Bartlomiej Zolnierkiewicz1-15/+0
2007-06-08ide: generic IDE PCI driver, add another device exceptionJiri Slaby1-14/+23
2007-03-03ide: remove a ton of pointless #undef REALLY_SLOW_IOAlan Cox1-2/+0
2007-01-27ide: add missing __init tags to IDE PCI host driversBartlomiej Zolnierkiewicz1-1/+1
2007-01-27ide/generic: Jmicron has its own drivers nowAlan Cox1-35/+0
2006-10-30[PATCH] drivers/ide/pci/generic.c: add missing newline to the all-generic-ide...Sergey Vlasov1-1/+1
2006-10-28[PATCH] JMB 368 PATA detectionAlan Cox1-2/+4
2006-10-21[PATCH] drivers/ide/pci/generic.c: re-add the __setup("all-generic-ide",...)Adrian Bunk1-0/+13
2006-10-11[PATCH] ide-generic: jmicron fixAlan Cox1-4/+6
2006-10-04Remove all inclusions of <linux/config.h>Dave Jones1-1/+0
2006-10-03[PATCH] Allow ide_generic_all to be used modular and built inPatrick Jefferson1-9/+2
2006-08-09[PATCH] PATCH: 2.6.18 oops on boot fix for IDEAlan Cox1-0/+30
2006-07-12[PATCH] ide: fix Jmicron supportAlan Cox1-0/+8
2006-03-28[PATCH] ide_generic_all_on() warning fixAndrew Morton1-1/+2
2005-08-18[PATCH] ide: add support for Netcell Revolution to pci-ide generic driverMatt Gillette1-0/+7
2005-06-27[PATCH] ide: ide-generic, allow for capture of other unsupported devicesAlan Cox1-25/+48
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+232