Bartlomiej Zolnierkiewicz
|
a9ab09e260
ide: use unique names for struct pci_driver instances
|
17 years ago |
Bartlomiej Zolnierkiewicz
|
123995b971
ide: use 'drive->dn & 1' instead of drive->select.b.unit
|
17 years ago |
Bartlomiej Zolnierkiewicz
|
97100fc816
ide: add device flags
|
17 years ago |
Bartlomiej Zolnierkiewicz
|
3ceca727fe
ide: include <linux/hdreg.h> only when needed
|
17 years ago |
Bartlomiej Zolnierkiewicz
|
7e59ea21aa
ide: check drive->present in ide_get_paired_drive()
|
17 years ago |
Bartlomiej Zolnierkiewicz
|
48fb2688aa
ide: remove drive->driveid
|
17 years ago |
Bartlomiej Zolnierkiewicz
|
4dde4492d8
ide: make drive->id an union (take 2)
|
17 years ago |
Bartlomiej Zolnierkiewicz
|
ced3ec8aa7
ide: prefix messages from IDE PCI host drivers by driver name
|
17 years ago |
Bartlomiej Zolnierkiewicz
|
991f5e69c5
sc1200: add ->remove method and module_exit()
|
17 years ago |
Bartlomiej Zolnierkiewicz
|
96776f3b57
sc1200: convert to use ->host_priv
|
17 years ago |
Bartlomiej Zolnierkiewicz
|
6cdf6eb357
ide: add ->dev and ->host_priv fields to struct ide_host
|
17 years ago |
Bartlomiej Zolnierkiewicz
|
f37afdaca7
ide: constify struct ide_dma_ops
|
17 years ago |
Bartlomiej Zolnierkiewicz
|
5e37bdc081
ide: add struct ide_dma_ops (take 3)
|
17 years ago |
Bartlomiej Zolnierkiewicz
|
ac95beedf8
ide: add struct ide_port_ops (take 2)
|
17 years ago |
Bartlomiej Zolnierkiewicz
|
5e71d9c5a5
ide: IDE_HFLAG_BOOTABLE -> IDE_HFLAG_NON_BOOTABLE
|
17 years ago |
Bartlomiej Zolnierkiewicz
|
78829dd922
ide: remove needless includes from PCI host drivers
|
17 years ago |
Bartlomiej Zolnierkiewicz
|
58f189fccc
ide: delete filenames/versions from comments
|
17 years ago |
Bartlomiej Zolnierkiewicz
|
36501650ec
ide: keep pointer to struct device instead of struct pci_dev in ide_hwif_t
|
17 years ago |
Bartlomiej Zolnierkiewicz
|
15ce926ada
ide: merge ->dma_host_{on,off} methods into ->dma_host_set method
|
17 years ago |
Bartlomiej Zolnierkiewicz
|
f37aaf9ede
ide: move drive->using_dma check to callers of ->dma_host_on method
|
17 years ago |
Bartlomiej Zolnierkiewicz
|
4a546e046d
ide: remove ->ide_dma_on and ->dma_off_quietly methods from ide_hwif_t
|
17 years ago |
Bartlomiej Zolnierkiewicz
|
4eed504d14
sc1200: move DMA timings to timing tables
|
17 years ago |
Bartlomiej Zolnierkiewicz
|
4db90a1452
ide: add IDE_HFLAG_ABUSE_SET_DMA_MODE host flag
|
17 years ago |
Bartlomiej Zolnierkiewicz
|
7c0e26661d
sc1200: remove pointless hwif lookup loop
|
17 years ago |
Bartlomiej Zolnierkiewicz
|
34c69b601b
ide: don't BUG() on unsupported transfer modes
|
17 years ago |
Jeff Garzik
|
9d43481364
drivers/ide/pci/sc1200.c: fix suspend/resume buglets and warnings
|
18 years ago |
Bartlomiej Zolnierkiewicz
|
8562043606
ide: constify struct ide_port_info
|
18 years ago |
Bartlomiej Zolnierkiewicz
|
039788e153
ide: replace ide_pci_device_t by struct ide_port_info
|
18 years ago |
Bartlomiej Zolnierkiewicz
|
85ad93ad56
ide: set drive->autotune in ide_pci_setup_ports()
|
18 years ago |
Bartlomiej Zolnierkiewicz
|
1c51361a98
ide: add IDE_HFLAG_SERIALIZE host flag
|
18 years ago |