.. |
Kconfig
|
d80c592c38
ide: be able to build pmac driver without IDE built-in
|
16 years ago |
Makefile
|
4465461ece
ide: merge ide_arm and ide_generic host drivers
|
16 years ago |
aec62xx.c
|
2ed0ef543a
ide: fix ->init_chipset method to return 'int' value
|
16 years ago |
ali14xx.c
|
2bfba3c444
ide: remove useless subdirs from drivers/ide/
|
16 years ago |
alim15x3.c
|
8a4a5738ba
ide: add ->dma_check method
|
16 years ago |
amd74xx.c
|
2ed0ef543a
ide: fix ->init_chipset method to return 'int' value
|
16 years ago |
at91_ide.c
|
fb4252e594
at91_ide: turn on PIO 6 support
|
16 years ago |
atiixp.c
|
2467922a56
ide: remove no longer needed IDE_HFLAG[_FORCE]_LEGACY_IRQS
|
16 years ago |
au1xxx-ide.c
|
abb596b25e
ide: turn selectproc() method into dev_select() method (take 5)
|
16 years ago |
buddha.c
|
255115fb35
ide: allow host drivers to specify IRQ flags
|
16 years ago |
cmd640.c
|
2b78ff5235
cmd640: use ide_get_pair_dev() helper
|
16 years ago |
cmd64x.c
|
88b4132e10
ide: set/clear drive->waiting_for_dma flag in the core code
|
16 years ago |
cs5520.c
|
284901a90a
dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)
|
16 years ago |
cs5530.c
|
8d64fcd935
ide: identify data word 53 bit 1 doesn't cover words 62 and 63 (take 3)
|
16 years ago |
cs5535.c
|
2bfba3c444
ide: remove useless subdirs from drivers/ide/
|
16 years ago |
cs5536.c
|
35c9b4daf4
ide: add ->dma_clear method and remove ->dma_timeout one
|
16 years ago |
cy82c693.c
|
898ec223fe
ide: remove HWIF() macro
|
16 years ago |
delkin_cb.c
|
255115fb35
ide: allow host drivers to specify IRQ flags
|
16 years ago |
dtc2278.c
|
2787cb8ae5
ide: add IDE_HFLAG_DTC2278 host flag
|
16 years ago |
falconide.c
|
d18812070e
ide: falconide/q40ide - Use __ide_mm_{in,out}sw() for data
|
16 years ago |
gayle.c
|
9f5af4d667
ide: remove CONFIG_BLK_DEV_IDEDOUBLER config option
|
16 years ago |
hpt366.c
|
35c9b4daf4
ide: add ->dma_clear method and remove ->dma_timeout one
|
16 years ago |
ht6560b.c
|
abb596b25e
ide: turn selectproc() method into dev_select() method (take 5)
|
16 years ago |
icside.c
|
88b4132e10
ide: set/clear drive->waiting_for_dma flag in the core code
|
16 years ago |
ide-4drives.c
|
c094ea0774
ide: add IDE_HFLAG_4DRIVES host flag
|
16 years ago |
ide-acpi.c
|
745483f10c
ide: simplify 'struct ide_taskfile'
|
16 years ago |
ide-atapi.c
|
3153c26b54
ide: refactor tf_read() method
|
16 years ago |
ide-cd.c
|
3c8a48e9a9
ide-cd: reverse NOT_READY sense key logic
|
16 years ago |
ide-cd.h
|
3f2154d7e7
ide-cd: use ide_drive_t's rq in cdrom_queue_request_sense
|
16 years ago |
ide-cd_ioctl.c
|
42619d35c7
ide: remove IDE_AFLAG_NO_DOORLOCKING
|
16 years ago |
ide-cd_verbose.c
|
d34c87e4ba
block: replace sizeof(rq->cmd) with BLK_MAX_CDB
|
17 years ago |
ide-cs.c
|
255115fb35
ide: allow host drivers to specify IRQ flags
|
16 years ago |
ide-devsets.c
|
130e886708
ide: remove ide_end_request()
|
16 years ago |
ide-disk.c
|
745483f10c
ide: simplify 'struct ide_taskfile'
|
16 years ago |
ide-disk.h
|
badf8082c3
[PATCH] switch ide_disk_ops ->ioctl() to sane prototype
|
16 years ago |
ide-disk_ioctl.c
|
badf8082c3
[PATCH] switch ide_disk_ops ->ioctl() to sane prototype
|
16 years ago |
ide-disk_proc.c
|
60f85019c6
ide: replace IDE_TFLAG_* flags by IDE_VALID_*
|
16 years ago |
ide-dma-sff.c
|
edafcf73dc
ide: remove wmb() from ide-dma-sff.c and scc_pata.c
|
16 years ago |
ide-dma.c
|
74638c8482
ide: add support for CFA specified transfer modes (take 3)
|
16 years ago |
ide-eh.c
|
fdd88f0af6
ide: inline SELECT_DRIVE()
|
16 years ago |
ide-floppy.c
|
349d12a1fe
ide-floppy: use ide_pio_bytes()
|
16 years ago |
ide-floppy.h
|
badf8082c3
[PATCH] switch ide_disk_ops ->ioctl() to sane prototype
|
16 years ago |
ide-floppy_ioctl.c
|
41fa9f863b
ide: decrease size of ->pc_buf field in struct ide_atapi_pc
|
16 years ago |
ide-floppy_proc.c
|
71bfc7a7c7
ide: NULL noise: drivers/ide/ide-*.c
|
16 years ago |
ide-gd.c
|
3ee38302ff
ide: remove ->end_request method
|
16 years ago |
ide-gd.h
|
5e2040fd0a
ide: move ->failed_pc to ide_drive_t
|
16 years ago |
ide-generic.c
|
4465461ece
ide: merge ide_arm and ide_generic host drivers
|
16 years ago |
ide-h8300.c
|
cfd30daa0d
ide-h8300: remove custom tf_{read|load}() methods
|
16 years ago |
ide-io-std.c
|
3153c26b54
ide: refactor tf_read() method
|
16 years ago |
ide-io.c
|
3153c26b54
ide: refactor tf_read() method
|
16 years ago |
ide-ioctls.c
|
745483f10c
ide: simplify 'struct ide_taskfile'
|
16 years ago |
ide-iops.c
|
3153c26b54
ide: refactor tf_read() method
|
16 years ago |
ide-legacy.c
|
7f92b11c1c
ide: move legacy ISA/VLB ports handling to ide-legacy.c (v2)
|
16 years ago |
ide-lib.c
|
3153c26b54
ide: refactor tf_read() method
|
16 years ago |
ide-park.c
|
60f85019c6
ide: replace IDE_TFLAG_* flags by IDE_VALID_*
|
16 years ago |
ide-pci-generic.c
|
2467922a56
ide: remove no longer needed IDE_HFLAG[_FORCE]_LEGACY_IRQS
|
16 years ago |
ide-pio-blacklist.c
|
9ad5409375
ide: move PIO blacklist to ide-pio-blacklist.c
|
17 years ago |
ide-pm.c
|
60f85019c6
ide: replace IDE_TFLAG_* flags by IDE_VALID_*
|
16 years ago |
ide-pnp.c
|
ee1464a4e8
ide-pnp: use struct ide_port_info
|
16 years ago |
ide-probe.c
|
3153c26b54
ide: refactor tf_read() method
|
16 years ago |
ide-proc.c
|
60f85019c6
ide: replace IDE_TFLAG_* flags by IDE_VALID_*
|
16 years ago |
ide-scan-pci.c
|
eb63963a55
ide: replace remaining __FUNCTION__ occurrences
|
17 years ago |
ide-sysfs.c
|
ebdab07dad
ide: move sysfs support to ide-sysfs.c
|
16 years ago |
ide-tape.c
|
d93bc4521c
ide-{floppy,tape}: fix padding for PIO transfers
|
16 years ago |
ide-taskfile.c
|
3153c26b54
ide: refactor tf_read() method
|
16 years ago |
ide-timings.c
|
74638c8482
ide: add support for CFA specified transfer modes (take 3)
|
16 years ago |
ide-xfer-mode.c
|
74638c8482
ide: add support for CFA specified transfer modes (take 3)
|
16 years ago |
ide.c
|
11938c9290
ide: move device settings code to ide-devsets.c
|
16 years ago |
ide_platform.c
|
2bfba3c444
ide: remove useless subdirs from drivers/ide/
|
16 years ago |
it8172.c
|
391ad1908a
Resurrect IT8172 IDE controller driver
|
16 years ago |
it8213.c
|
898ec223fe
ide: remove HWIF() macro
|
16 years ago |
it821x.c
|
35c9b4daf4
ide: add ->dma_clear method and remove ->dma_timeout one
|
16 years ago |
jmicron.c
|
ccd32e221c
ide: Switch to a common address
|
16 years ago |
macide.c
|
255115fb35
ide: allow host drivers to specify IRQ flags
|
16 years ago |
ns87415.c
|
3153c26b54
ide: refactor tf_read() method
|
16 years ago |
opti621.c
|
2bfba3c444
ide: remove useless subdirs from drivers/ide/
|
16 years ago |
palm_bk3710.c
|
13b8860d10
IDE: palm_bk3710: use ioremap instead of arch-specific IO_ADDRESS()
|
16 years ago |
pdc202xx_new.c
|
2ed0ef543a
ide: fix ->init_chipset method to return 'int' value
|
16 years ago |
pdc202xx_old.c
|
35c9b4daf4
ide: add ->dma_clear method and remove ->dma_timeout one
|
16 years ago |
piix.c
|
2ed0ef543a
ide: fix ->init_chipset method to return 'int' value
|
16 years ago |
pmac.c
|
a9d5a97fa3
ide-pmac: IDE cable detection on Apple PowerBook
|
16 years ago |
q40ide.c
|
d18812070e
ide: falconide/q40ide - Use __ide_mm_{in,out}sw() for data
|
16 years ago |
qd65xx.c
|
abb596b25e
ide: turn selectproc() method into dev_select() method (take 5)
|
16 years ago |
qd65xx.h
|
5193535517
Fix my email address in qd65xx.[ch]/pata_qdi.c
|
16 years ago |
rapide.c
|
1137fb6704
arm ide breakage
|
16 years ago |
rz1000.c
|
7f1ac8c4b9
rz1000: apply chipset quirks early (v2)
|
16 years ago |
sc1200.c
|
8d64fcd935
ide: identify data word 53 bit 1 doesn't cover words 62 and 63 (take 3)
|
16 years ago |
scc_pata.c
|
3153c26b54
ide: refactor tf_read() method
|
16 years ago |
serverworks.c
|
2ed0ef543a
ide: fix ->init_chipset method to return 'int' value
|
16 years ago |
setup-pci.c
|
284901a90a
dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)
|
16 years ago |
sgiioc4.c
|
abb596b25e
ide: turn selectproc() method into dev_select() method (take 5)
|
16 years ago |
siimage.c
|
35c9b4daf4
ide: add ->dma_clear method and remove ->dma_timeout one
|
16 years ago |
sis5513.c
|
2ed0ef543a
ide: fix ->init_chipset method to return 'int' value
|
16 years ago |
sl82c105.c
|
74638c8482
ide: add support for CFA specified transfer modes (take 3)
|
16 years ago |
slc90e66.c
|
2467922a56
ide: remove no longer needed IDE_HFLAG[_FORCE]_LEGACY_IRQS
|
16 years ago |
tc86c001.c
|
35c9b4daf4
ide: add ->dma_clear method and remove ->dma_timeout one
|
16 years ago |
triflex.c
|
898ec223fe
ide: remove HWIF() macro
|
16 years ago |
trm290.c
|
abb596b25e
ide: turn selectproc() method into dev_select() method (take 5)
|
16 years ago |
tx4938ide.c
|
d68bab503e
tx493[89]ide: Remove big endian version of tx493[89]ide_tf_{load,read}
|
16 years ago |
tx4939ide.c
|
c9ff9e7b64
ide: refactor tf_load() method
|
16 years ago |
umc8672.c
|
b65fac32cf
ide: merge ide_hwgroup_t with ide_hwif_t (v2)
|
16 years ago |
via82cxxx.c
|
2ed0ef543a
ide: fix ->init_chipset method to return 'int' value
|
16 years ago |