Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 105714
b: refs/heads/master
c: 574a1c2
h: refs/heads/master
v: v3
  • Loading branch information
Bartlomiej Zolnierkiewicz committed Jul 24, 2008
1 parent 4d74bbc commit 6900899
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d69c8f8c0068b9fc7f5a5082d8a891618b732e2d
refs/heads/master: 574a1c24b63fdb584935b4924a38b451eeb0880e
7 changes: 7 additions & 0 deletions trunk/drivers/ide/pci/pdc202xx_old.c
Original file line number Diff line number Diff line change
Expand Up @@ -429,14 +429,21 @@ static struct pci_driver driver = {
.name = "Promise_Old_IDE",
.id_table = pdc202xx_pci_tbl,
.probe = pdc202xx_init_one,
.remove = ide_pci_remove,
};

static int __init pdc202xx_ide_init(void)
{
return ide_pci_register_driver(&driver);
}

static void __exit pdc202xx_ide_exit(void)
{
pci_unregister_driver(&driver);
}

module_init(pdc202xx_ide_init);
module_exit(pdc202xx_ide_exit);

MODULE_AUTHOR("Andre Hedrick, Frank Tiernan");
MODULE_DESCRIPTION("PCI driver module for older Promise IDE");
Expand Down

0 comments on commit 6900899

Please sign in to comment.