Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 24475
b: refs/heads/master
c: b02389e
h: refs/heads/master
i:
  24473: 3171637
  24471: 4aa963d
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Mar 28, 2006
1 parent 381b188 commit c541128
Show file tree
Hide file tree
Showing 2 changed files with 3 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: d266ab88938e49aa95f1965ee020df1b1d4c5761
refs/heads/master: b02389e98a7b64ad5cd4823740defa8821f30bbd
3 changes: 2 additions & 1 deletion trunk/drivers/ide/pci/generic.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,15 @@

static int ide_generic_all; /* Set to claim all devices */

#ifndef MODULE
static int __init ide_generic_all_on(char *unused)
{
ide_generic_all = 1;
printk(KERN_INFO "IDE generic will claim all unknown PCI IDE storage controllers.\n");
return 1;
}

__setup("all-generic-ide", ide_generic_all_on);
#endif

static void __devinit init_hwif_generic (ide_hwif_t *hwif)
{
Expand Down

0 comments on commit c541128

Please sign in to comment.