Lines Matching refs:aic7xxx
4 * $Id: //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#235 $
88 * Form: aic7xxx=extended
89 * aic7xxx=no_reset
90 * aic7xxx=verbose
94 * Id: aic7xxx.c,v 4.1 1997/06/12 08:23:42 deang Exp
107 * Modifications made to the aic7xxx.c,v 4.1 driver from Dan Eischen include
150 * append="aic7xxx=verbose,tag_info:{{32,32,32,32},{32,32,32,32}}"
179 * the devices on the first probed aic7xxx adapter.
327 static char *aic7xxx = NULL;
333 module_param(aic7xxx, charp, 0444);
334 MODULE_PARM_DESC(aic7xxx,
358 " options aic7xxx 'aic7xxx=probe_eisa_vl.tag_info:{{}.{.10}}.seltime:1'\n"
778 .name = "aic7xxx",
779 .proc_name = "aic7xxx",
1001 * ie. aic7xxx=stpwlev:1,extended
1065 __setup("aic7xxx=", aic7xxx_setup);
1111 printk(KERN_WARNING "aic7xxx: scsi_add_host failed\n");
1352 "aic7xxx: WARNING: Insufficient tag_info instances\n"
1353 "aic7xxx: for installed controllers. Using defaults\n"
1354 "aic7xxx: Please update the aic7xxx_tag_info array in\n"
1355 "aic7xxx: the aic7xxx_osm..c source file.\n");
2549 if (aic7xxx)
2550 aic7xxx_setup(aic7xxx);