Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 155277
b: refs/heads/master
c: 2a13877
h: refs/heads/master
i:
  155275: af98000
v: v3
  • Loading branch information
Jeff Garzik authored and Boaz Harrosh committed Jun 24, 2009
1 parent d4554a1 commit 835dbc5
Show file tree
Hide file tree
Showing 4 changed files with 712 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 42c55aa838bbd274a7ad2be1fd81d423ca63da4e
refs/heads/master: 2a13877c5ef3207a2a5c56250742e60808677f90
16 changes: 16 additions & 0 deletions trunk/drivers/block/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,22 @@ config BLK_DEV_NBD

If unsure, say N.

config BLK_DEV_OSD
tristate "OSD object-as-blkdev support"
depends on SCSI_OSD_ULD
---help---
Saying Y or M here will allow the exporting of a single SCSI
OSD (object-based storage) object as a Linux block device.

For example, if you create a 2G object on an OSD device,
you can then use this module to present that 2G object as
a Linux block device.

To compile this driver as a module, choose M here: the
module will be called osdblk.

If unsure, say N.

config BLK_DEV_SX8
tristate "Promise SATA SX8 support"
depends on PCI
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/block/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ obj-$(CONFIG_XILINX_SYSACE) += xsysace.o
obj-$(CONFIG_CDROM_PKTCDVD) += pktcdvd.o
obj-$(CONFIG_MG_DISK) += mg_disk.o
obj-$(CONFIG_SUNVDC) += sunvdc.o
obj-$(CONFIG_BLK_DEV_OSD) += osdblk.o

obj-$(CONFIG_BLK_DEV_UMEM) += umem.o
obj-$(CONFIG_BLK_DEV_NBD) += nbd.o
Expand Down
Loading

0 comments on commit 835dbc5

Please sign in to comment.