Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
89a4063e
Commit
89a4063e
authored
May 22, 2007
by
David S. Miller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[SCSI] ESP: Kill SCSI_ESP_CORE and link directly just like jazz_esp
Signed-off-by:
David S. Miller
<
davem@davemloft.net
>
parent
5ff26366
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
16 deletions
+1
-16
drivers/scsi/Kconfig
drivers/scsi/Kconfig
+0
-14
drivers/scsi/Makefile
drivers/scsi/Makefile
+1
-2
No files found.
drivers/scsi/Kconfig
View file @
89a4063e
...
@@ -1753,23 +1753,9 @@ config SUN3X_ESP
...
@@ -1753,23 +1753,9 @@ config SUN3X_ESP
The ESP was an on-board SCSI controller used on Sun 3/80
The ESP was an on-board SCSI controller used on Sun 3/80
machines. Say Y here to compile in support for it.
machines. Say Y here to compile in support for it.
config SCSI_ESP_CORE
tristate "ESP Scsi Driver Core"
depends on SCSI
select SCSI_SPI_ATTRS
help
This is a core driver for NCR53c9x based scsi chipsets,
also known as "ESP" for Emulex Scsi Processor or
Enhanced Scsi Processor. This driver does not exist by
itself, there are front-end drivers which, when enabled,
select and enable this driver. One example is SCSI_SUNESP.
These front-end drivers provide probing, DMA, and register
access support for the core driver.
config SCSI_SUNESP
config SCSI_SUNESP
tristate "Sparc ESP Scsi Driver"
tristate "Sparc ESP Scsi Driver"
depends on SBUS && SCSI
depends on SBUS && SCSI
select SCSI_ESP_CORE
help
help
This is the driver for the Sun ESP SCSI host adapter. The ESP
This is the driver for the Sun ESP SCSI host adapter. The ESP
chipset is present in most SPARC SBUS-based computers.
chipset is present in most SPARC SBUS-based computers.
...
...
drivers/scsi/Makefile
View file @
89a4063e
...
@@ -106,8 +106,7 @@ obj-$(CONFIG_MEGARAID_LEGACY) += megaraid.o
...
@@ -106,8 +106,7 @@ obj-$(CONFIG_MEGARAID_LEGACY) += megaraid.o
obj-$(CONFIG_MEGARAID_NEWGEN)
+=
megaraid/
obj-$(CONFIG_MEGARAID_NEWGEN)
+=
megaraid/
obj-$(CONFIG_MEGARAID_SAS)
+=
megaraid/
obj-$(CONFIG_MEGARAID_SAS)
+=
megaraid/
obj-$(CONFIG_SCSI_ACARD)
+=
atp870u.o
obj-$(CONFIG_SCSI_ACARD)
+=
atp870u.o
obj-$(CONFIG_SCSI_ESP_CORE)
+=
esp_scsi.o
obj-$(CONFIG_SCSI_SUNESP)
+=
esp_scsi.o sun_esp.o
obj-$(CONFIG_SCSI_SUNESP)
+=
sun_esp.o
obj-$(CONFIG_SCSI_GDTH)
+=
gdth.o
obj-$(CONFIG_SCSI_GDTH)
+=
gdth.o
obj-$(CONFIG_SCSI_INITIO)
+=
initio.o
obj-$(CONFIG_SCSI_INITIO)
+=
initio.o
obj-$(CONFIG_SCSI_INIA100)
+=
a100u2w.o
obj-$(CONFIG_SCSI_INIA100)
+=
a100u2w.o
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment