Searched refs:aic7xxx (Results 1 – 25 of 28) sorted by relevance
12
| /linux/drivers/scsi/aic7xxx/ |
| H A D | Makefile | 11 obj-$(CONFIG_SCSI_AIC7XXX) += aic7xxx.o 15 aic7xxx-y += aic7xxx_core.o \ 17 aic7xxx-$(CONFIG_EISA) += aic7770.o 18 aic7xxx-$(CONFIG_PCI) += aic7xxx_pci.o 19 aic7xxx-$(CONFIG_AIC7XXX_REG_PRETTY_PRINT) += aic7xxx_reg_print.o 22 aic7xxx-y += aic7xxx_osm.o \ 24 aic7xxx-$(CONFIG_EISA) += aic7770_osm.o 25 aic7xxx-$(CONFIG_PCI) += aic7xxx_osm_pci.o 47 $(addprefix $(obj)/,$(aic7xxx-y)): $(obj)/aic7xxx_seq.h $(obj)/aic7xxx_reg.h 50 aic7xxx-gen-$(CONFIG_AIC7XXX_BUILD_FIRMWARE) := $(obj)/aic7xxx_reg.h [all …]
|
| H A D | Kconfig.aic7xxx | 4 # $Id: //depot/linux-aic79xx-2.5.0/drivers/scsi/aic7xxx/Kconfig.aic7xxx#7 $ 17 module will be called aic7xxx. 28 to be used for any device. The aic7xxx driver will automatically 41 "tag_info" option. See Documentation/scsi/aic7xxx.rst for details. 59 source to the aic7xxx driver and wish to have the generated firmware 71 Compile in aic7xxx debugging code that can be useful in diagnosing 81 are defined in the drivers/scsi/aic7xxx/aic7xxx.h - search for the 91 output without having to refer to a data book and/or the aic7xxx.reg
|
| H A D | Kconfig.aic79xx | 4 # $Id: //depot/linux-aic79xx-2.5.0/drivers/scsi/aic7xxx/Kconfig.aic79xx#4 $ 23 to be used for any device. The aic7xxx driver will automatically 76 are defined in the drivers/scsi/aic7xxx/aic79xx.h - search for the 86 output without having to refer to a data book and/or the aic7xxx.reg
|
| H A D | aic7xxx_reg_print.c_shipped | 5 * $Id: //depot/aic7xxx/aic7xxx/aic7xxx.seq#58 $ 6 * $Id: //depot/aic7xxx/aic7xxx/aic7xxx.reg#40 $
|
| H A D | aic7xxx_reg.h_shipped | 5 * $Id: //depot/aic7xxx/aic7xxx/aic7xxx.seq#58 $ 6 * $Id: //depot/aic7xxx/aic7xxx/aic7xxx.reg#40 $
|
| H A D | aic79xx_reg_print.c_shipped | 5 * $Id: //depot/aic7xxx/aic7xxx/aic79xx.seq#120 $ 6 * $Id: //depot/aic7xxx/aic7xxx/aic79xx.reg#77 $
|
| H A D | aic7xxx_seq.h_shipped | 5 * $Id: //depot/aic7xxx/aic7xxx/aic7xxx.seq#58 $ 6 * $Id: //depot/aic7xxx/aic7xxx/aic7xxx.reg#40 $
|
| H A D | aic7xxx_osm.c | 328 static char *aic7xxx = NULL; variable 334 module_param(aic7xxx, charp, 0444); 335 MODULE_PARM_DESC(aic7xxx, 2565 if (aic7xxx) in ahc_linux_init() 2566 aic7xxx_setup(aic7xxx); in ahc_linux_init()
|
| H A D | aic79xx_seq.h_shipped | 5 * $Id: //depot/aic7xxx/aic7xxx/aic79xx.seq#120 $ 6 * $Id: //depot/aic7xxx/aic7xxx/aic79xx.reg#77 $
|
| H A D | aic7xxx.reg | 42 VERSION = "$Id: //depot/aic7xxx/aic7xxx/aic7xxx.reg#40 $" 46 * firmware for the aic7xxx family of SCSI host adapters as well as to generate
|
| H A D | aic79xx_reg.h_shipped | 5 * $Id: //depot/aic7xxx/aic7xxx/aic79xx.seq#120 $ 6 * $Id: //depot/aic7xxx/aic7xxx/aic79xx.reg#77 $
|
| H A D | aic7xxx.seq | 43 VERSION = "$Id: //depot/aic7xxx/aic7xxx/aic7xxx.seq#58 $" 47 #include "aic7xxx.reg"
|
| /linux/Documentation/translations/zh_CN/scsi/ |
| H A D | scsi_mid_low_api.rst | 36 例如,aic7xxx底层驱动负责控制基于Adaptec公司7xxx芯片系列的 37 SCSI并行接口(SPI)控制器。aic7xxx底层驱动可以内建到内核中 38 或作为模块加载。一个Linux系统中只能运行一个aic7xxx底层驱动 40 PCI扩展卡或内置于主板中(或两者兼有)。某些基于aic7xxx的HBA 42 代HBA相同,每个aic7xxx控制器都拥有其独立的PCI设备地址。[SCSI 59 下(例如aic7xxx.rst)。SCSI中间层的简要说明见scsi.rst文件, 74 采用更复杂的文件结构。例如,aic7xxx驱动,就为通用代码与操作 255 以符合上述规范。例如,aic7xxx驱动是从FreeBSD和Adaptec代码库
|
| H A D | scsi-parameters.rst | 39 aic7xxx= [HW,SCSI] 40 请查阅 Documentation/scsi/aic7xxx.rst。
|
| H A D | scsi.rst | 43 的主机卡通常被称为主机总线适配器(HBAs)。例如,aic7xxx.o驱动
|
| H A D | index.rst | 64 * aic7xxx
|
| /linux/Documentation/scsi/ |
| H A D | scsi-parameters.rst | 28 aic7xxx= [HW,SCSI] 29 See Documentation/scsi/aic7xxx.rst.
|
| H A D | index.rst | 47 aic7xxx
|
| H A D | aic7xxx.rst | 21 the aic7xxx driver. 209 line containing ``options aic7xxx aic7xxx=[command[,command...]]`` where 370 options aic7xxx aic7xxx=verbose,no_probe,tag_info:{{},{,,10}},seltime:1
|
| H A D | scsi.rst | 39 aic7xxx.o driver is used to control all recent SCSI controller cards from
|
| H A D | scsi_mid_low_api.rst | 26 For example, the aic7xxx LLD controls Adaptec SCSI parallel interface 27 (SPI) controllers based on that company's 7xxx chip series. The aic7xxx 29 one aic7xxx LLD running in a Linux system but it may be controlling many 31 the motherboard (or both). Some aic7xxx based HBAs are dual controllers 32 and thus represent two hosts. Like most modern HBAs, each aic7xxx host 49 documented in Documentation/scsi (e.g. aic7xxx.rst). The SCSI mid-level is 67 two files. For example the aic7xxx driver has separate files for generic 278 comply with the above conventions. For example, the aic7xxx driver
|
| H A D | aic79xx.rst | 245 be found in drivers/scsi/aic7xxx/aic79xx.h under
|
| /linux/drivers/scsi/ |
| H A D | Makefile | 72 obj-$(CONFIG_SCSI_AIC7XXX) += aic7xxx/ 73 obj-$(CONFIG_SCSI_AIC79XX) += aic7xxx/
|
| H A D | Kconfig | 460 source "drivers/scsi/aic7xxx/Kconfig.aic7xxx" 461 source "drivers/scsi/aic7xxx/Kconfig.aic79xx" 670 and should use the aic7xxx driver ("Adaptec AIC7xxx chipset SCSI
|
| /linux/Documentation/filesystems/ |
| H A D | proc.rst | 1448 > cat /proc/scsi/aic7xxx/0 1473 Tagged Queue By Device array for aic7xxx host instance 0: 1475 Actual queue depth per device for aic7xxx host instance 0:
|
12