Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 14484
b: refs/heads/master
c: cc3f7ca
h: refs/heads/master
v: v3
  • Loading branch information
Hanna Linder authored and Bartlomiej Zolnierkiewicz committed Nov 18, 2005
1 parent 0bb1f4e commit c208966
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 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: 4ef3b8f4a5c056d5f784725974a530d1a7b4a811
refs/heads/master: cc3f7ca51abb68b6ba0da719f56e33efcc2f450b
7 changes: 6 additions & 1 deletion trunk/drivers/ide/pci/alim15x3.c
Original file line number Diff line number Diff line change
Expand Up @@ -876,9 +876,14 @@ static ide_pci_device_t 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) },
{ },
};

ide_pci_device_t *d = &ali15x3_chipset;

if(pci_find_device(PCI_VENDOR_ID_ATI, PCI_DEVICE_ID_ATI_RS100, NULL))
if (pci_dev_present(ati_rs100))
printk(KERN_ERR "Warning: ATI Radeon IGP Northbridge is not yet fully tested.\n");

#if defined(CONFIG_SPARC64)
Expand Down

0 comments on commit c208966

Please sign in to comment.