Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 96721
b: refs/heads/master
c: 2bf111d
h: refs/heads/master
i:
  96719: de56e6c
v: v3
  • Loading branch information
Bartlomiej Zolnierkiewicz committed May 14, 2008
1 parent 5c05d38 commit 01ece6a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: df98668f178c39c54bc7b9cd3adb99cbd7ed8ada
refs/heads/master: 2bf111d97a8c05d3fe436caaf18ba0634c9ab33d
8 changes: 0 additions & 8 deletions trunk/drivers/ide/pci/alim15x3.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 01ece6a

Please sign in to comment.