Skip to content

Commit

Permalink
[libata] Move PCI IDE BMDMA-related code to new file libata-bmdma.c.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Garzik committed Feb 9, 2006
1 parent 389984c commit 1fdffbc
Show file tree
Hide file tree
Showing 3 changed files with 724 additions and 674 deletions.
2 changes: 1 addition & 1 deletion drivers/scsi/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ ncr53c8xx-flags-$(CONFIG_SCSI_ZALON) \
CFLAGS_ncr53c8xx.o := $(ncr53c8xx-flags-y) $(ncr53c8xx-flags-m)
zalon7xx-objs := zalon.o ncr53c8xx.o
NCR_Q720_mod-objs := NCR_Q720.o ncr53c8xx.o
libata-objs := libata-core.o libata-scsi.o
libata-objs := libata-core.o libata-scsi.o libata-bmdma.o
oktagon_esp_mod-objs := oktagon_esp.o oktagon_io.o

# Files generated that shall be removed upon make clean
Expand Down
Loading

0 comments on commit 1fdffbc

Please sign in to comment.