Directory Files
.. 229
File Size
Kconfig 667 B
Makefile 553 B
aic94xx.h 2.1 kB
aic94xx.mod.c 0 B
aic94xx_dev.c 11 kB
aic94xx_dump.c 29 kB
aic94xx_dump.h 715 B
aic94xx_hwi.c 38 kB
aic94xx_hwi.h 9.9 kB
aic94xx_init.c 27 kB
aic94xx_reg.c 10 kB
aic94xx_reg.h 9.7 kB
aic94xx_reg_def.h 73 kB
aic94xx_sas.h 20 kB
aic94xx_scb.c 27 kB
aic94xx_sds.c 37 kB
aic94xx_sds.h 3.9 kB
aic94xx_seq.c 47 kB
aic94xx_seq.h 1.3 kB
aic94xx_task.c 16 kB
aic94xx_tmf.c 19 kB

Linux v6.6.1 - aic94xx

# SPDX-License-Identifier: GPL-2.0-only
#
# Kernel configuration file for aic94xx SAS/SATA driver.
#
# Copyright (c) 2005 Adaptec, Inc.  All rights reserved.
# Copyright (c) 2005 Luben Tuikov <luben_tuikov@adaptec.com>
#

config SCSI_AIC94XX
	tristate "Adaptec AIC94xx SAS/SATA support"
	depends on PCI && HAS_IOPORT
	select SCSI_SAS_LIBSAS
	select FW_LOADER
	help
		This driver supports Adaptec's SAS/SATA 3Gb/s 64 bit PCI-X
		AIC94xx chip based host adapters.

config AIC94XX_DEBUG
	bool "Compile in debug mode"
	default y
	depends on SCSI_AIC94XX
	help
		Compiles the aic94xx driver in debug mode.  In debug mode,
		the driver prints some messages to the console.