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
nexedi
linux
Commits
4061c061
Commit
4061c061
authored
Mar 12, 2004
by
Jeff Garzik
Committed by
Linus Torvalds
Mar 12, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add Promise SX8 (carmel) block driver.
parent
4d92fbee
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1767 additions
and
0 deletions
+1767
-0
Documentation/devices.txt
Documentation/devices.txt
+30
-0
drivers/block/Kconfig
drivers/block/Kconfig
+9
-0
drivers/block/Makefile
drivers/block/Makefile
+2
-0
drivers/block/carmel.c
drivers/block/carmel.c
+1726
-0
No files found.
Documentation/devices.txt
View file @
4061c061
...
...
@@ -2046,6 +2046,21 @@ Your cooperation is appreciated.
1 = /dev/gpib1 Second GPIB bus
...
160 block Carmel 8-port SATA Disks on First Controller
0 = /dev/carmel/0 SATA disk 0 whole disk
1 = /dev/carmel/0p1 SATA disk 0 partition 1
...
31 = /dev/carmel/0p31 SATA disk 0 partition 31
32 = /dev/carmel/1 SATA disk 1 whole disk
64 = /dev/carmel/2 SATA disk 2 whole disk
...
224 = /dev/carmel/7 SATA disk 7 whole disk
Partitions are handled in the same way as for IDE
disks (see major number 3) except that the limit on
partitions is 31.
161 char IrCOMM devices (IrDA serial/parallel emulation)
0 = /dev/ircomm0 First IrCOMM device
1 = /dev/ircomm1 Second IrCOMM device
...
...
@@ -2054,6 +2069,21 @@ Your cooperation is appreciated.
17 = /dev/irlpt1 Second IrLPT device
...
161 block Carmel 8-port SATA Disks on Second Controller
0 = /dev/carmel/8 SATA disk 8 whole disk
1 = /dev/carmel/8p1 SATA disk 8 partition 1
...
31 = /dev/carmel/8p31 SATA disk 8 partition 31
32 = /dev/carmel/9 SATA disk 9 whole disk
64 = /dev/carmel/10 SATA disk 10 whole disk
...
224 = /dev/carmel/15 SATA disk 15 whole disk
Partitions are handled in the same way as for IDE
disks (see major number 3) except that the limit on
partitions is 31.
162 char Raw block device interface
0 = /dev/rawctl Raw I/O control device
1 = /dev/raw/raw1 First raw I/O device
...
...
drivers/block/Kconfig
View file @
4061c061
...
...
@@ -292,6 +292,15 @@ config BLK_DEV_NBD
If unsure, say N.
config BLK_DEV_CARMEL
tristate "Promise SATA SX8 (carmel) support"
depends on PCI
---help---
Saying Y or M here will enable support for the
Promise SATA SX8 ("carmel") controllers.
Use devices /dev/carmel/$N and /dev/carmel/$Np$M.
config BLK_DEV_RAM
tristate "RAM disk support"
---help---
...
...
drivers/block/Makefile
View file @
4061c061
...
...
@@ -40,3 +40,5 @@ obj-$(CONFIG_BLK_DEV_NBD) += nbd.o
obj-$(CONFIG_BLK_DEV_CRYPTOLOOP)
+=
cryptoloop.o
obj-$(CONFIG_VIODASD)
+=
viodasd.o
obj-$(CONFIG_BLK_DEV_CARMEL)
+=
carmel.o
drivers/block/carmel.c
0 → 100644
View file @
4061c061
This diff is collapsed.
Click to expand it.
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