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
2bf111d9
Commit
2bf111d9
authored
May 14, 2008
by
Bartlomiej Zolnierkiewicz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
alim15x3: remove stale warning about ATI RS100 northbridge
Signed-off-by:
Bartlomiej Zolnierkiewicz
<
bzolnier@gmail.com
>
parent
df98668f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
8 deletions
+0
-8
drivers/ide/pci/alim15x3.c
drivers/ide/pci/alim15x3.c
+0
-8
No files found.
drivers/ide/pci/alim15x3.c
View file @
2bf111d9
...
...
@@ -522,17 +522,9 @@ static const struct ide_port_info ali15x3_chipset __devinitdata = {
static
int
__devinit
alim15x3_init_one
(
struct
pci_dev
*
dev
,
const
struct
pci_device_id
*
id
)
{
static
struct
pci_device_id
ati_rs100
[]
=
{
{
PCI_DEVICE
(
PCI_VENDOR_ID_ATI
,
PCI_DEVICE_ID_ATI_RS100
)
},
{
},
};
struct
ide_port_info
d
=
ali15x3_chipset
;
u8
rev
=
dev
->
revision
,
idx
=
id
->
driver_data
;
if
(
pci_dev_present
(
ati_rs100
))
printk
(
KERN_WARNING
"alim15x3: ATI Radeon IGP Northbridge is not yet fully tested.
\n
"
);
/* don't use LBA48 DMA on ALi devices before rev 0xC5 */
if
(
rev
<=
0xC4
)
d
.
host_flags
|=
IDE_HFLAG_NO_LBA48_DMA
;
...
...
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