Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
1fdffbce
Commit
1fdffbce
authored
Feb 09, 2006
by
Jeff Garzik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[libata] Move PCI IDE BMDMA-related code to new file libata-bmdma.c.
parent
389984cb
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
724 additions
and
674 deletions
+724
-674
drivers/scsi/Makefile
drivers/scsi/Makefile
+1
-1
drivers/scsi/libata-bmdma.c
drivers/scsi/libata-bmdma.c
+703
-0
drivers/scsi/libata-core.c
drivers/scsi/libata-core.c
+20
-673
No files found.
drivers/scsi/Makefile
View file @
1fdffbce
...
...
@@ -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
...
...
drivers/scsi/libata-bmdma.c
0 → 100644
View file @
1fdffbce
This diff is collapsed.
Click to expand it.
drivers/scsi/libata-core.c
View file @
1fdffbce
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment