I am curious to ask, why were these lines omitted from
the megaraid SAS driver with kernel version 2.6.15
onwards.
In my opinion these were blocking physical disks which
were part of a RAID set on the controller from being
visible to OS. Is this correct?
Thanks,
Rakesh
----------------
megaraid_sas.c
/*
989 * Don't export physical disk
devices to mid-layer.
990 */
991 if (!MEGASAS_IS_LOGICAL(cmd->scmd)
&&
992 (hdr->cmd_status ==
MFI_STAT_OK) &&
993 (cmd->scmd->cmnd[0] ==
INQUIRY)) {
994
995 if (((*(u8 *)
cmd->scmd->request_buffer) & 0x1F) ==
996 TYPE_DISK) {
997 cmd->scmd->result
= DID_BAD_TARGET << 16;
998 exception = 1;
999 }
1000 }
____________________________________________________________________________________
You rock. That's why Blockbuster's offering you one month of Blockbuster Total Access, No Cost.
http://tc.deals.yahoo.com/tc/blockbuster/text5.com
--
| Greg KH | [GIT PATCH] driver core patches against 2.6.24 |
| Tarkan Erimer | Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3 |
| Hiten Pandya | Re: up? (emacs docbook xml ide) |
| Martin Michlmayr | Network slowdown due to CFS |
git: | |
| Gerrit Renker | [PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side) |
| David Miller | [GIT]: Networking |
| Jarek Poplawski | [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| Natalie Protasevich | [BUG] New Kernel Bugs |
| Yaroslav Tarasenko | Re: PC-BSD |
| Ben Cadieux | DragonFly MBR |
| justin | Re: dragonfly pdf documentation |
| dark0s Optik | DragonFly over Sony Vaio |
