Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 38039
b: refs/heads/master
c: a4bea10
h: refs/heads/master
i:
  38037: a3df6cc
  38035: 9794522
  38031: 9faa5f8
v: v3
  • Loading branch information
Patrick Jefferson authored and Linus Torvalds committed Oct 3, 2006
1 parent 4a08fb5 commit 3b558fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 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: 913759ac90a727b86da72efcfb70931f497d1cb7
refs/heads/master: a4bea10eca68152e84ffc4eaeb9d20ec2ac34664
11 changes: 2 additions & 9 deletions trunk/drivers/ide/pci/generic.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,8 @@

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
module_param_named(all_generic_ide, ide_generic_all, bool, 0444);
MODULE_PARM_DESC(all_generic_ide, "IDE generic will claim all unknown PCI IDE storage controllers.");

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

0 comments on commit 3b558fd

Please sign in to comment.