sbp2.c 78 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690
  1. /*
  2. * sbp2.c - SBP-2 protocol driver for IEEE-1394
  3. *
  4. * Copyright (C) 2000 James Goodwin, Filanet Corporation (www.filanet.com)
  5. * jamesg@filanet.com (JSG)
  6. *
  7. * Copyright (C) 2003 Ben Collins <bcollins@debian.org>
  8. *
  9. * This program is free software; you can redistribute it and/or modify
  10. * it under the terms of the GNU General Public License as published by
  11. * the Free Software Foundation; either version 2 of the License, or
  12. * (at your option) any later version.
  13. *
  14. * This program is distributed in the hope that it will be useful,
  15. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  16. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  17. * GNU General Public License for more details.
  18. *
  19. * You should have received a copy of the GNU General Public License
  20. * along with this program; if not, write to the Free Software Foundation,
  21. * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  22. */
  23. /*
  24. * Brief Description:
  25. *
  26. * This driver implements the Serial Bus Protocol 2 (SBP-2) over IEEE-1394
  27. * under Linux. The SBP-2 driver is implemented as an IEEE-1394 high-level
  28. * driver. It also registers as a SCSI lower-level driver in order to accept
  29. * SCSI commands for transport using SBP-2.
  30. *
  31. * You may access any attached SBP-2 storage devices as if they were SCSI
  32. * devices (e.g. mount /dev/sda1, fdisk, mkfs, etc.).
  33. *
  34. * Current Issues:
  35. *
  36. * - Error Handling: SCSI aborts and bus reset requests are handled somewhat
  37. * but the code needs additional debugging.
  38. */
  39. #include <linux/config.h>
  40. #include <linux/kernel.h>
  41. #include <linux/list.h>
  42. #include <linux/string.h>
  43. #include <linux/stringify.h>
  44. #include <linux/slab.h>
  45. #include <linux/interrupt.h>
  46. #include <linux/fs.h>
  47. #include <linux/poll.h>
  48. #include <linux/module.h>
  49. #include <linux/moduleparam.h>
  50. #include <linux/types.h>
  51. #include <linux/delay.h>
  52. #include <linux/sched.h>
  53. #include <linux/blkdev.h>
  54. #include <linux/smp_lock.h>
  55. #include <linux/init.h>
  56. #include <linux/pci.h>
  57. #include <asm/current.h>
  58. #include <asm/uaccess.h>
  59. #include <asm/io.h>
  60. #include <asm/byteorder.h>
  61. #include <asm/atomic.h>
  62. #include <asm/system.h>
  63. #include <asm/scatterlist.h>
  64. #include <scsi/scsi.h>
  65. #include <scsi/scsi_cmnd.h>
  66. #include <scsi/scsi_dbg.h>
  67. #include <scsi/scsi_device.h>
  68. #include <scsi/scsi_host.h>
  69. #include "csr1212.h"
  70. #include "ieee1394.h"
  71. #include "ieee1394_types.h"
  72. #include "ieee1394_core.h"
  73. #include "nodemgr.h"
  74. #include "hosts.h"
  75. #include "highlevel.h"
  76. #include "ieee1394_transactions.h"
  77. #include "sbp2.h"
  78. /*
  79. * Module load parameter definitions
  80. */
  81. /*
  82. * Change max_speed on module load if you have a bad IEEE-1394
  83. * controller that has trouble running 2KB packets at 400mb.
  84. *
  85. * NOTE: On certain OHCI parts I have seen short packets on async transmit
  86. * (probably due to PCI latency/throughput issues with the part). You can
  87. * bump down the speed if you are running into problems.
  88. */
  89. static int max_speed = IEEE1394_SPEED_MAX;
  90. module_param(max_speed, int, 0644);
  91. MODULE_PARM_DESC(max_speed, "Force max speed (3 = 800mb, 2 = 400mb, 1 = 200mb, 0 = 100mb)");
  92. /*
  93. * Set serialize_io to 1 if you'd like only one scsi command sent
  94. * down to us at a time (debugging). This might be necessary for very
  95. * badly behaved sbp2 devices.
  96. *
  97. * TODO: Make this configurable per device.
  98. */
  99. static int serialize_io = 1;
  100. module_param(serialize_io, int, 0444);
  101. MODULE_PARM_DESC(serialize_io, "Serialize I/O coming from scsi drivers (default = 1, faster = 0)");
  102. /*
  103. * Bump up max_sectors if you'd like to support very large sized
  104. * transfers. Please note that some older sbp2 bridge chips are broken for
  105. * transfers greater or equal to 128KB. Default is a value of 255
  106. * sectors, or just under 128KB (at 512 byte sector size). I can note that
  107. * the Oxsemi sbp2 chipsets have no problems supporting very large
  108. * transfer sizes.
  109. */
  110. static int max_sectors = SBP2_MAX_SECTORS;
  111. module_param(max_sectors, int, 0444);
  112. MODULE_PARM_DESC(max_sectors, "Change max sectors per I/O supported (default = "
  113. __stringify(SBP2_MAX_SECTORS) ")");
  114. /*
  115. * Exclusive login to sbp2 device? In most cases, the sbp2 driver should
  116. * do an exclusive login, as it's generally unsafe to have two hosts
  117. * talking to a single sbp2 device at the same time (filesystem coherency,
  118. * etc.). If you're running an sbp2 device that supports multiple logins,
  119. * and you're either running read-only filesystems or some sort of special
  120. * filesystem supporting multiple hosts, e.g. OpenGFS, Oracle Cluster
  121. * File System, or Lustre, then set exclusive_login to zero.
  122. *
  123. * So far only bridges from Oxford Semiconductor are known to support
  124. * concurrent logins. Depending on firmware, four or two concurrent logins
  125. * are possible on OXFW911 and newer Oxsemi bridges.
  126. */
  127. static int exclusive_login = 1;
  128. module_param(exclusive_login, int, 0644);
  129. MODULE_PARM_DESC(exclusive_login, "Exclusive login to sbp2 device (default = 1)");
  130. /*
  131. * If any of the following workarounds is required for your device to work,
  132. * please submit the kernel messages logged by sbp2 to the linux1394-devel
  133. * mailing list.
  134. *
  135. * - 128kB max transfer
  136. * Limit transfer size. Necessary for some old bridges.
  137. *
  138. * - 36 byte inquiry
  139. * When scsi_mod probes the device, let the inquiry command look like that
  140. * from MS Windows.
  141. *
  142. * - skip mode page 8
  143. * Suppress sending of mode_sense for mode page 8 if the device pretends to
  144. * support the SCSI Primary Block commands instead of Reduced Block Commands.
  145. *
  146. * - fix capacity
  147. * Tell sd_mod to correct the last sector number reported by read_capacity.
  148. * Avoids access beyond actual disk limits on devices with an off-by-one bug.
  149. * Don't use this with devices which don't have this bug.
  150. *
  151. * - override internal blacklist
  152. * Instead of adding to the built-in blacklist, use only the workarounds
  153. * specified in the module load parameter.
  154. * Useful if a blacklist entry interfered with a non-broken device.
  155. */
  156. static int sbp2_default_workarounds;
  157. module_param_named(workarounds, sbp2_default_workarounds, int, 0644);
  158. MODULE_PARM_DESC(workarounds, "Work around device bugs (default = 0"
  159. ", 128kB max transfer = " __stringify(SBP2_WORKAROUND_128K_MAX_TRANS)
  160. ", 36 byte inquiry = " __stringify(SBP2_WORKAROUND_INQUIRY_36)
  161. ", skip mode page 8 = " __stringify(SBP2_WORKAROUND_MODE_SENSE_8)
  162. ", fix capacity = " __stringify(SBP2_WORKAROUND_FIX_CAPACITY)
  163. ", override internal blacklist = " __stringify(SBP2_WORKAROUND_OVERRIDE)
  164. ", or a combination)");
  165. /* legacy parameter */
  166. static int force_inquiry_hack;
  167. module_param(force_inquiry_hack, int, 0644);
  168. MODULE_PARM_DESC(force_inquiry_hack, "Deprecated, use 'workarounds'");
  169. /*
  170. * Export information about protocols/devices supported by this driver.
  171. */
  172. static struct ieee1394_device_id sbp2_id_table[] = {
  173. {
  174. .match_flags = IEEE1394_MATCH_SPECIFIER_ID | IEEE1394_MATCH_VERSION,
  175. .specifier_id = SBP2_UNIT_SPEC_ID_ENTRY & 0xffffff,
  176. .version = SBP2_SW_VERSION_ENTRY & 0xffffff},
  177. {}
  178. };
  179. MODULE_DEVICE_TABLE(ieee1394, sbp2_id_table);
  180. /*
  181. * Debug levels, configured via kernel config, or enable here.
  182. */
  183. #define CONFIG_IEEE1394_SBP2_DEBUG 0
  184. /* #define CONFIG_IEEE1394_SBP2_DEBUG_ORBS */
  185. /* #define CONFIG_IEEE1394_SBP2_DEBUG_DMA */
  186. /* #define CONFIG_IEEE1394_SBP2_DEBUG 1 */
  187. /* #define CONFIG_IEEE1394_SBP2_DEBUG 2 */
  188. /* #define CONFIG_IEEE1394_SBP2_PACKET_DUMP */
  189. #ifdef CONFIG_IEEE1394_SBP2_DEBUG_ORBS
  190. #define SBP2_ORB_DEBUG(fmt, args...) HPSB_ERR("sbp2(%s): "fmt, __FUNCTION__, ## args)
  191. static u32 global_outstanding_command_orbs = 0;
  192. #define outstanding_orb_incr global_outstanding_command_orbs++
  193. #define outstanding_orb_decr global_outstanding_command_orbs--
  194. #else
  195. #define SBP2_ORB_DEBUG(fmt, args...)
  196. #define outstanding_orb_incr
  197. #define outstanding_orb_decr
  198. #endif
  199. #ifdef CONFIG_IEEE1394_SBP2_DEBUG_DMA
  200. #define SBP2_DMA_ALLOC(fmt, args...) \
  201. HPSB_ERR("sbp2(%s)alloc(%d): "fmt, __FUNCTION__, \
  202. ++global_outstanding_dmas, ## args)
  203. #define SBP2_DMA_FREE(fmt, args...) \
  204. HPSB_ERR("sbp2(%s)free(%d): "fmt, __FUNCTION__, \
  205. --global_outstanding_dmas, ## args)
  206. static u32 global_outstanding_dmas = 0;
  207. #else
  208. #define SBP2_DMA_ALLOC(fmt, args...)
  209. #define SBP2_DMA_FREE(fmt, args...)
  210. #endif
  211. #if CONFIG_IEEE1394_SBP2_DEBUG >= 2
  212. #define SBP2_DEBUG(fmt, args...) HPSB_ERR("sbp2: "fmt, ## args)
  213. #define SBP2_INFO(fmt, args...) HPSB_ERR("sbp2: "fmt, ## args)
  214. #define SBP2_NOTICE(fmt, args...) HPSB_ERR("sbp2: "fmt, ## args)
  215. #define SBP2_WARN(fmt, args...) HPSB_ERR("sbp2: "fmt, ## args)
  216. #elif CONFIG_IEEE1394_SBP2_DEBUG == 1
  217. #define SBP2_DEBUG(fmt, args...) HPSB_DEBUG("sbp2: "fmt, ## args)
  218. #define SBP2_INFO(fmt, args...) HPSB_INFO("sbp2: "fmt, ## args)
  219. #define SBP2_NOTICE(fmt, args...) HPSB_NOTICE("sbp2: "fmt, ## args)
  220. #define SBP2_WARN(fmt, args...) HPSB_WARN("sbp2: "fmt, ## args)
  221. #else
  222. #define SBP2_DEBUG(fmt, args...)
  223. #define SBP2_INFO(fmt, args...) HPSB_INFO("sbp2: "fmt, ## args)
  224. #define SBP2_NOTICE(fmt, args...) HPSB_NOTICE("sbp2: "fmt, ## args)
  225. #define SBP2_WARN(fmt, args...) HPSB_WARN("sbp2: "fmt, ## args)
  226. #endif
  227. #define SBP2_ERR(fmt, args...) HPSB_ERR("sbp2: "fmt, ## args)
  228. #define SBP2_DEBUG_ENTER() SBP2_DEBUG("%s", __FUNCTION__)
  229. /*
  230. * Globals
  231. */
  232. static void sbp2scsi_complete_all_commands(struct scsi_id_instance_data *scsi_id,
  233. u32 status);
  234. static void sbp2scsi_complete_command(struct scsi_id_instance_data *scsi_id,
  235. u32 scsi_status, struct scsi_cmnd *SCpnt,
  236. void (*done)(struct scsi_cmnd *));
  237. static struct scsi_host_template scsi_driver_template;
  238. static const u8 sbp2_speedto_max_payload[] = { 0x7, 0x8, 0x9, 0xA, 0xB, 0xC };
  239. static void sbp2_host_reset(struct hpsb_host *host);
  240. static int sbp2_probe(struct device *dev);
  241. static int sbp2_remove(struct device *dev);
  242. static int sbp2_update(struct unit_directory *ud);
  243. static struct hpsb_highlevel sbp2_highlevel = {
  244. .name = SBP2_DEVICE_NAME,
  245. .host_reset = sbp2_host_reset,
  246. };
  247. static struct hpsb_address_ops sbp2_ops = {
  248. .write = sbp2_handle_status_write
  249. };
  250. #ifdef CONFIG_IEEE1394_SBP2_PHYS_DMA
  251. static struct hpsb_address_ops sbp2_physdma_ops = {
  252. .read = sbp2_handle_physdma_read,
  253. .write = sbp2_handle_physdma_write,
  254. };
  255. #endif
  256. static struct hpsb_protocol_driver sbp2_driver = {
  257. .name = "SBP2 Driver",
  258. .id_table = sbp2_id_table,
  259. .update = sbp2_update,
  260. .driver = {
  261. .name = SBP2_DEVICE_NAME,
  262. .bus = &ieee1394_bus_type,
  263. .probe = sbp2_probe,
  264. .remove = sbp2_remove,
  265. },
  266. };
  267. /*
  268. * List of devices with known bugs.
  269. *
  270. * The firmware_revision field, masked with 0xffff00, is the best indicator
  271. * for the type of bridge chip of a device. It yields a few false positives
  272. * but this did not break correctly behaving devices so far.
  273. */
  274. static const struct {
  275. u32 firmware_revision;
  276. u32 model_id;
  277. unsigned workarounds;
  278. } sbp2_workarounds_table[] = {
  279. /* DViCO Momobay CX-1 with TSB42AA9 bridge */ {
  280. .firmware_revision = 0x002800,
  281. .model_id = 0x001010,
  282. .workarounds = SBP2_WORKAROUND_INQUIRY_36 |
  283. SBP2_WORKAROUND_MODE_SENSE_8,
  284. },
  285. /* Initio bridges, actually only needed for some older ones */ {
  286. .firmware_revision = 0x000200,
  287. .workarounds = SBP2_WORKAROUND_INQUIRY_36,
  288. },
  289. /* Symbios bridge */ {
  290. .firmware_revision = 0xa0b800,
  291. .workarounds = SBP2_WORKAROUND_128K_MAX_TRANS,
  292. },
  293. /*
  294. * Note about the following Apple iPod blacklist entries:
  295. *
  296. * There are iPods (2nd gen, 3rd gen) with model_id==0. Since our
  297. * matching logic treats 0 as a wildcard, we cannot match this ID
  298. * without rewriting the matching routine. Fortunately these iPods
  299. * do not feature the read_capacity bug according to one report.
  300. * Read_capacity behaviour as well as model_id could change due to
  301. * Apple-supplied firmware updates though.
  302. */
  303. /* iPod 4th generation */ {
  304. .firmware_revision = 0x0a2700,
  305. .model_id = 0x000021,
  306. .workarounds = SBP2_WORKAROUND_FIX_CAPACITY,
  307. },
  308. /* iPod mini */ {
  309. .firmware_revision = 0x0a2700,
  310. .model_id = 0x000023,
  311. .workarounds = SBP2_WORKAROUND_FIX_CAPACITY,
  312. },
  313. /* iPod Photo */ {
  314. .firmware_revision = 0x0a2700,
  315. .model_id = 0x00007e,
  316. .workarounds = SBP2_WORKAROUND_FIX_CAPACITY,
  317. }
  318. };
  319. /**************************************
  320. * General utility functions
  321. **************************************/
  322. #ifndef __BIG_ENDIAN
  323. /*
  324. * Converts a buffer from be32 to cpu byte ordering. Length is in bytes.
  325. */
  326. static __inline__ void sbp2util_be32_to_cpu_buffer(void *buffer, int length)
  327. {
  328. u32 *temp = buffer;
  329. for (length = (length >> 2); length--; )
  330. temp[length] = be32_to_cpu(temp[length]);
  331. return;
  332. }
  333. /*
  334. * Converts a buffer from cpu to be32 byte ordering. Length is in bytes.
  335. */
  336. static __inline__ void sbp2util_cpu_to_be32_buffer(void *buffer, int length)
  337. {
  338. u32 *temp = buffer;
  339. for (length = (length >> 2); length--; )
  340. temp[length] = cpu_to_be32(temp[length]);
  341. return;
  342. }
  343. #else /* BIG_ENDIAN */
  344. /* Why waste the cpu cycles? */
  345. #define sbp2util_be32_to_cpu_buffer(x,y)
  346. #define sbp2util_cpu_to_be32_buffer(x,y)
  347. #endif
  348. #ifdef CONFIG_IEEE1394_SBP2_PACKET_DUMP
  349. /*
  350. * Debug packet dump routine. Length is in bytes.
  351. */
  352. static void sbp2util_packet_dump(void *buffer, int length, char *dump_name,
  353. u32 dump_phys_addr)
  354. {
  355. int i;
  356. unsigned char *dump = buffer;
  357. if (!dump || !length || !dump_name)
  358. return;
  359. if (dump_phys_addr)
  360. printk("[%s, 0x%x]", dump_name, dump_phys_addr);
  361. else
  362. printk("[%s]", dump_name);
  363. for (i = 0; i < length; i++) {
  364. if (i > 0x3f) {
  365. printk("\n ...");
  366. break;
  367. }
  368. if ((i & 0x3) == 0)
  369. printk(" ");
  370. if ((i & 0xf) == 0)
  371. printk("\n ");
  372. printk("%02x ", (int)dump[i]);
  373. }
  374. printk("\n");
  375. return;
  376. }
  377. #else
  378. #define sbp2util_packet_dump(w,x,y,z)
  379. #endif
  380. /*
  381. * Goofy routine that basically does a down_timeout function.
  382. */
  383. static int sbp2util_down_timeout(atomic_t *done, int timeout)
  384. {
  385. int i;
  386. for (i = timeout; (i > 0 && atomic_read(done) == 0); i-= HZ/10) {
  387. if (msleep_interruptible(100)) /* 100ms */
  388. return 1;
  389. }
  390. return (i > 0) ? 0 : 1;
  391. }
  392. /* Free's an allocated packet */
  393. static void sbp2_free_packet(struct hpsb_packet *packet)
  394. {
  395. hpsb_free_tlabel(packet);
  396. hpsb_free_packet(packet);
  397. }
  398. /* This is much like hpsb_node_write(), except it ignores the response
  399. * subaction and returns immediately. Can be used from interrupts.
  400. */
  401. static int sbp2util_node_write_no_wait(struct node_entry *ne, u64 addr,
  402. quadlet_t *buffer, size_t length)
  403. {
  404. struct hpsb_packet *packet;
  405. packet = hpsb_make_writepacket(ne->host, ne->nodeid,
  406. addr, buffer, length);
  407. if (!packet)
  408. return -ENOMEM;
  409. hpsb_set_packet_complete_task(packet,
  410. (void (*)(void *))sbp2_free_packet,
  411. packet);
  412. hpsb_node_fill_packet(ne, packet);
  413. if (hpsb_send_packet(packet) < 0) {
  414. sbp2_free_packet(packet);
  415. return -EIO;
  416. }
  417. return 0;
  418. }
  419. /*
  420. * This function is called to create a pool of command orbs used for
  421. * command processing. It is called when a new sbp2 device is detected.
  422. */
  423. static int sbp2util_create_command_orb_pool(struct scsi_id_instance_data *scsi_id)
  424. {
  425. struct sbp2scsi_host_info *hi = scsi_id->hi;
  426. int i;
  427. unsigned long flags, orbs;
  428. struct sbp2_command_info *command;
  429. orbs = serialize_io ? 2 : SBP2_MAX_CMDS;
  430. spin_lock_irqsave(&scsi_id->sbp2_command_orb_lock, flags);
  431. for (i = 0; i < orbs; i++) {
  432. command = kzalloc(sizeof(*command), GFP_ATOMIC);
  433. if (!command) {
  434. spin_unlock_irqrestore(&scsi_id->sbp2_command_orb_lock,
  435. flags);
  436. return -ENOMEM;
  437. }
  438. command->command_orb_dma =
  439. pci_map_single(hi->host->pdev, &command->command_orb,
  440. sizeof(struct sbp2_command_orb),
  441. PCI_DMA_BIDIRECTIONAL);
  442. SBP2_DMA_ALLOC("single command orb DMA");
  443. command->sge_dma =
  444. pci_map_single(hi->host->pdev,
  445. &command->scatter_gather_element,
  446. sizeof(command->scatter_gather_element),
  447. PCI_DMA_BIDIRECTIONAL);
  448. SBP2_DMA_ALLOC("scatter_gather_element");
  449. INIT_LIST_HEAD(&command->list);
  450. list_add_tail(&command->list, &scsi_id->sbp2_command_orb_completed);
  451. }
  452. spin_unlock_irqrestore(&scsi_id->sbp2_command_orb_lock, flags);
  453. return 0;
  454. }
  455. /*
  456. * This function is called to delete a pool of command orbs.
  457. */
  458. static void sbp2util_remove_command_orb_pool(struct scsi_id_instance_data *scsi_id)
  459. {
  460. struct hpsb_host *host = scsi_id->hi->host;
  461. struct list_head *lh, *next;
  462. struct sbp2_command_info *command;
  463. unsigned long flags;
  464. spin_lock_irqsave(&scsi_id->sbp2_command_orb_lock, flags);
  465. if (!list_empty(&scsi_id->sbp2_command_orb_completed)) {
  466. list_for_each_safe(lh, next, &scsi_id->sbp2_command_orb_completed) {
  467. command = list_entry(lh, struct sbp2_command_info, list);
  468. /* Release our generic DMA's */
  469. pci_unmap_single(host->pdev, command->command_orb_dma,
  470. sizeof(struct sbp2_command_orb),
  471. PCI_DMA_BIDIRECTIONAL);
  472. SBP2_DMA_FREE("single command orb DMA");
  473. pci_unmap_single(host->pdev, command->sge_dma,
  474. sizeof(command->scatter_gather_element),
  475. PCI_DMA_BIDIRECTIONAL);
  476. SBP2_DMA_FREE("scatter_gather_element");
  477. kfree(command);
  478. }
  479. }
  480. spin_unlock_irqrestore(&scsi_id->sbp2_command_orb_lock, flags);
  481. return;
  482. }
  483. /*
  484. * This function finds the sbp2_command for a given outstanding command
  485. * orb.Only looks at the inuse list.
  486. */
  487. static struct sbp2_command_info *sbp2util_find_command_for_orb(
  488. struct scsi_id_instance_data *scsi_id, dma_addr_t orb)
  489. {
  490. struct sbp2_command_info *command;
  491. unsigned long flags;
  492. spin_lock_irqsave(&scsi_id->sbp2_command_orb_lock, flags);
  493. if (!list_empty(&scsi_id->sbp2_command_orb_inuse)) {
  494. list_for_each_entry(command, &scsi_id->sbp2_command_orb_inuse, list) {
  495. if (command->command_orb_dma == orb) {
  496. spin_unlock_irqrestore(&scsi_id->sbp2_command_orb_lock, flags);
  497. return command;
  498. }
  499. }
  500. }
  501. spin_unlock_irqrestore(&scsi_id->sbp2_command_orb_lock, flags);
  502. SBP2_ORB_DEBUG("could not match command orb %x", (unsigned int)orb);
  503. return NULL;
  504. }
  505. /*
  506. * This function finds the sbp2_command for a given outstanding SCpnt.
  507. * Only looks at the inuse list.
  508. * Must be called with scsi_id->sbp2_command_orb_lock held.
  509. */
  510. static struct sbp2_command_info *sbp2util_find_command_for_SCpnt(
  511. struct scsi_id_instance_data *scsi_id, void *SCpnt)
  512. {
  513. struct sbp2_command_info *command;
  514. if (!list_empty(&scsi_id->sbp2_command_orb_inuse))
  515. list_for_each_entry(command, &scsi_id->sbp2_command_orb_inuse, list)
  516. if (command->Current_SCpnt == SCpnt)
  517. return command;
  518. return NULL;
  519. }
  520. /*
  521. * This function allocates a command orb used to send a scsi command.
  522. */
  523. static struct sbp2_command_info *sbp2util_allocate_command_orb(
  524. struct scsi_id_instance_data *scsi_id,
  525. struct scsi_cmnd *Current_SCpnt,
  526. void (*Current_done)(struct scsi_cmnd *))
  527. {
  528. struct list_head *lh;
  529. struct sbp2_command_info *command = NULL;
  530. unsigned long flags;
  531. spin_lock_irqsave(&scsi_id->sbp2_command_orb_lock, flags);
  532. if (!list_empty(&scsi_id->sbp2_command_orb_completed)) {
  533. lh = scsi_id->sbp2_command_orb_completed.next;
  534. list_del(lh);
  535. command = list_entry(lh, struct sbp2_command_info, list);
  536. command->Current_done = Current_done;
  537. command->Current_SCpnt = Current_SCpnt;
  538. list_add_tail(&command->list, &scsi_id->sbp2_command_orb_inuse);
  539. } else {
  540. SBP2_ERR("%s: no orbs available", __FUNCTION__);
  541. }
  542. spin_unlock_irqrestore(&scsi_id->sbp2_command_orb_lock, flags);
  543. return command;
  544. }
  545. /* Free our DMA's */
  546. static void sbp2util_free_command_dma(struct sbp2_command_info *command)
  547. {
  548. struct scsi_id_instance_data *scsi_id =
  549. (struct scsi_id_instance_data *)command->Current_SCpnt->device->host->hostdata[0];
  550. struct hpsb_host *host;
  551. if (!scsi_id) {
  552. SBP2_ERR("%s: scsi_id == NULL", __FUNCTION__);
  553. return;
  554. }
  555. host = scsi_id->ud->ne->host;
  556. if (command->cmd_dma) {
  557. if (command->dma_type == CMD_DMA_SINGLE) {
  558. pci_unmap_single(host->pdev, command->cmd_dma,
  559. command->dma_size, command->dma_dir);
  560. SBP2_DMA_FREE("single bulk");
  561. } else if (command->dma_type == CMD_DMA_PAGE) {
  562. pci_unmap_page(host->pdev, command->cmd_dma,
  563. command->dma_size, command->dma_dir);
  564. SBP2_DMA_FREE("single page");
  565. } /* XXX: Check for CMD_DMA_NONE bug */
  566. command->dma_type = CMD_DMA_NONE;
  567. command->cmd_dma = 0;
  568. }
  569. if (command->sge_buffer) {
  570. pci_unmap_sg(host->pdev, command->sge_buffer,
  571. command->dma_size, command->dma_dir);
  572. SBP2_DMA_FREE("scatter list");
  573. command->sge_buffer = NULL;
  574. }
  575. }
  576. /*
  577. * This function moves a command to the completed orb list.
  578. * Must be called with scsi_id->sbp2_command_orb_lock held.
  579. */
  580. static void sbp2util_mark_command_completed(
  581. struct scsi_id_instance_data *scsi_id,
  582. struct sbp2_command_info *command)
  583. {
  584. list_del(&command->list);
  585. sbp2util_free_command_dma(command);
  586. list_add_tail(&command->list, &scsi_id->sbp2_command_orb_completed);
  587. }
  588. /*
  589. * Is scsi_id valid? Is the 1394 node still present?
  590. */
  591. static inline int sbp2util_node_is_available(struct scsi_id_instance_data *scsi_id)
  592. {
  593. return scsi_id && scsi_id->ne && !scsi_id->ne->in_limbo;
  594. }
  595. /*********************************************
  596. * IEEE-1394 core driver stack related section
  597. *********************************************/
  598. static struct scsi_id_instance_data *sbp2_alloc_device(struct unit_directory *ud);
  599. static int sbp2_probe(struct device *dev)
  600. {
  601. struct unit_directory *ud;
  602. struct scsi_id_instance_data *scsi_id;
  603. SBP2_DEBUG_ENTER();
  604. ud = container_of(dev, struct unit_directory, device);
  605. /* Don't probe UD's that have the LUN flag. We'll probe the LUN(s)
  606. * instead. */
  607. if (ud->flags & UNIT_DIRECTORY_HAS_LUN_DIRECTORY)
  608. return -ENODEV;
  609. scsi_id = sbp2_alloc_device(ud);
  610. if (!scsi_id)
  611. return -ENOMEM;
  612. sbp2_parse_unit_directory(scsi_id, ud);
  613. return sbp2_start_device(scsi_id);
  614. }
  615. static int sbp2_remove(struct device *dev)
  616. {
  617. struct unit_directory *ud;
  618. struct scsi_id_instance_data *scsi_id;
  619. struct scsi_device *sdev;
  620. SBP2_DEBUG_ENTER();
  621. ud = container_of(dev, struct unit_directory, device);
  622. scsi_id = ud->device.driver_data;
  623. if (!scsi_id)
  624. return 0;
  625. if (scsi_id->scsi_host) {
  626. /* Get rid of enqueued commands if there is no chance to
  627. * send them. */
  628. if (!sbp2util_node_is_available(scsi_id))
  629. sbp2scsi_complete_all_commands(scsi_id, DID_NO_CONNECT);
  630. /* scsi_remove_device() will trigger shutdown functions of SCSI
  631. * highlevel drivers which would deadlock if blocked. */
  632. scsi_unblock_requests(scsi_id->scsi_host);
  633. }
  634. sdev = scsi_id->sdev;
  635. if (sdev) {
  636. scsi_id->sdev = NULL;
  637. scsi_remove_device(sdev);
  638. }
  639. sbp2_logout_device(scsi_id);
  640. sbp2_remove_device(scsi_id);
  641. return 0;
  642. }
  643. static int sbp2_update(struct unit_directory *ud)
  644. {
  645. struct scsi_id_instance_data *scsi_id = ud->device.driver_data;
  646. SBP2_DEBUG_ENTER();
  647. if (sbp2_reconnect_device(scsi_id)) {
  648. /*
  649. * Ok, reconnect has failed. Perhaps we didn't
  650. * reconnect fast enough. Try doing a regular login, but
  651. * first do a logout just in case of any weirdness.
  652. */
  653. sbp2_logout_device(scsi_id);
  654. if (sbp2_login_device(scsi_id)) {
  655. /* Login failed too, just fail, and the backend
  656. * will call our sbp2_remove for us */
  657. SBP2_ERR("Failed to reconnect to sbp2 device!");
  658. return -EBUSY;
  659. }
  660. }
  661. /* Set max retries to something large on the device. */
  662. sbp2_set_busy_timeout(scsi_id);
  663. /* Do a SBP-2 fetch agent reset. */
  664. sbp2_agent_reset(scsi_id, 1);
  665. /* Get the max speed and packet size that we can use. */
  666. sbp2_max_speed_and_size(scsi_id);
  667. /* Complete any pending commands with busy (so they get
  668. * retried) and remove them from our queue
  669. */
  670. sbp2scsi_complete_all_commands(scsi_id, DID_BUS_BUSY);
  671. /* Make sure we unblock requests (since this is likely after a bus
  672. * reset). */
  673. scsi_unblock_requests(scsi_id->scsi_host);
  674. return 0;
  675. }
  676. /* This functions is called by the sbp2_probe, for each new device. We now
  677. * allocate one scsi host for each scsi_id (unit directory). */
  678. static struct scsi_id_instance_data *sbp2_alloc_device(struct unit_directory *ud)
  679. {
  680. struct sbp2scsi_host_info *hi;
  681. struct Scsi_Host *scsi_host = NULL;
  682. struct scsi_id_instance_data *scsi_id = NULL;
  683. SBP2_DEBUG_ENTER();
  684. scsi_id = kzalloc(sizeof(*scsi_id), GFP_KERNEL);
  685. if (!scsi_id) {
  686. SBP2_ERR("failed to create scsi_id");
  687. goto failed_alloc;
  688. }
  689. scsi_id->ne = ud->ne;
  690. scsi_id->ud = ud;
  691. scsi_id->speed_code = IEEE1394_SPEED_100;
  692. scsi_id->max_payload_size = sbp2_speedto_max_payload[IEEE1394_SPEED_100];
  693. scsi_id->status_fifo_addr = ~0ULL;
  694. atomic_set(&scsi_id->sbp2_login_complete, 0);
  695. INIT_LIST_HEAD(&scsi_id->sbp2_command_orb_inuse);
  696. INIT_LIST_HEAD(&scsi_id->sbp2_command_orb_completed);
  697. INIT_LIST_HEAD(&scsi_id->scsi_list);
  698. spin_lock_init(&scsi_id->sbp2_command_orb_lock);
  699. ud->device.driver_data = scsi_id;
  700. hi = hpsb_get_hostinfo(&sbp2_highlevel, ud->ne->host);
  701. if (!hi) {
  702. hi = hpsb_create_hostinfo(&sbp2_highlevel, ud->ne->host, sizeof(*hi));
  703. if (!hi) {
  704. SBP2_ERR("failed to allocate hostinfo");
  705. goto failed_alloc;
  706. }
  707. SBP2_DEBUG("sbp2_alloc_device: allocated hostinfo");
  708. hi->host = ud->ne->host;
  709. INIT_LIST_HEAD(&hi->scsi_ids);
  710. #ifdef CONFIG_IEEE1394_SBP2_PHYS_DMA
  711. /* Handle data movement if physical dma is not
  712. * enabled or not supported on host controller */
  713. if (!hpsb_register_addrspace(&sbp2_highlevel, ud->ne->host,
  714. &sbp2_physdma_ops,
  715. 0x0ULL, 0xfffffffcULL)) {
  716. SBP2_ERR("failed to register lower 4GB address range");
  717. goto failed_alloc;
  718. }
  719. #endif
  720. }
  721. /* Prevent unloading of the 1394 host */
  722. if (!try_module_get(hi->host->driver->owner)) {
  723. SBP2_ERR("failed to get a reference on 1394 host driver");
  724. goto failed_alloc;
  725. }
  726. scsi_id->hi = hi;
  727. list_add_tail(&scsi_id->scsi_list, &hi->scsi_ids);
  728. /* Register the status FIFO address range. We could use the same FIFO
  729. * for targets at different nodes. However we need different FIFOs per
  730. * target in order to support multi-unit devices.
  731. * The FIFO is located out of the local host controller's physical range
  732. * but, if possible, within the posted write area. Status writes will
  733. * then be performed as unified transactions. This slightly reduces
  734. * bandwidth usage, and some Prolific based devices seem to require it.
  735. */
  736. scsi_id->status_fifo_addr = hpsb_allocate_and_register_addrspace(
  737. &sbp2_highlevel, ud->ne->host, &sbp2_ops,
  738. sizeof(struct sbp2_status_block), sizeof(quadlet_t),
  739. ud->ne->host->low_addr_space, CSR1212_ALL_SPACE_END);
  740. if (scsi_id->status_fifo_addr == ~0ULL) {
  741. SBP2_ERR("failed to allocate status FIFO address range");
  742. goto failed_alloc;
  743. }
  744. /* Register our host with the SCSI stack. */
  745. scsi_host = scsi_host_alloc(&scsi_driver_template,
  746. sizeof(unsigned long));
  747. if (!scsi_host) {
  748. SBP2_ERR("failed to register scsi host");
  749. goto failed_alloc;
  750. }
  751. scsi_host->hostdata[0] = (unsigned long)scsi_id;
  752. if (!scsi_add_host(scsi_host, &ud->device)) {
  753. scsi_id->scsi_host = scsi_host;
  754. return scsi_id;
  755. }
  756. SBP2_ERR("failed to add scsi host");
  757. scsi_host_put(scsi_host);
  758. failed_alloc:
  759. sbp2_remove_device(scsi_id);
  760. return NULL;
  761. }
  762. static void sbp2_host_reset(struct hpsb_host *host)
  763. {
  764. struct sbp2scsi_host_info *hi;
  765. struct scsi_id_instance_data *scsi_id;
  766. hi = hpsb_get_hostinfo(&sbp2_highlevel, host);
  767. if (hi) {
  768. list_for_each_entry(scsi_id, &hi->scsi_ids, scsi_list)
  769. scsi_block_requests(scsi_id->scsi_host);
  770. }
  771. }
  772. /*
  773. * This function is where we first pull the node unique ids, and then
  774. * allocate memory and register a SBP-2 device.
  775. */
  776. static int sbp2_start_device(struct scsi_id_instance_data *scsi_id)
  777. {
  778. struct sbp2scsi_host_info *hi = scsi_id->hi;
  779. int error;
  780. SBP2_DEBUG_ENTER();
  781. /* Login FIFO DMA */
  782. scsi_id->login_response =
  783. pci_alloc_consistent(hi->host->pdev,
  784. sizeof(struct sbp2_login_response),
  785. &scsi_id->login_response_dma);
  786. if (!scsi_id->login_response)
  787. goto alloc_fail;
  788. SBP2_DMA_ALLOC("consistent DMA region for login FIFO");
  789. /* Query logins ORB DMA */
  790. scsi_id->query_logins_orb =
  791. pci_alloc_consistent(hi->host->pdev,
  792. sizeof(struct sbp2_query_logins_orb),
  793. &scsi_id->query_logins_orb_dma);
  794. if (!scsi_id->query_logins_orb)
  795. goto alloc_fail;
  796. SBP2_DMA_ALLOC("consistent DMA region for query logins ORB");
  797. /* Query logins response DMA */
  798. scsi_id->query_logins_response =
  799. pci_alloc_consistent(hi->host->pdev,
  800. sizeof(struct sbp2_query_logins_response),
  801. &scsi_id->query_logins_response_dma);
  802. if (!scsi_id->query_logins_response)
  803. goto alloc_fail;
  804. SBP2_DMA_ALLOC("consistent DMA region for query logins response");
  805. /* Reconnect ORB DMA */
  806. scsi_id->reconnect_orb =
  807. pci_alloc_consistent(hi->host->pdev,
  808. sizeof(struct sbp2_reconnect_orb),
  809. &scsi_id->reconnect_orb_dma);
  810. if (!scsi_id->reconnect_orb)
  811. goto alloc_fail;
  812. SBP2_DMA_ALLOC("consistent DMA region for reconnect ORB");
  813. /* Logout ORB DMA */
  814. scsi_id->logout_orb =
  815. pci_alloc_consistent(hi->host->pdev,
  816. sizeof(struct sbp2_logout_orb),
  817. &scsi_id->logout_orb_dma);
  818. if (!scsi_id->logout_orb)
  819. goto alloc_fail;
  820. SBP2_DMA_ALLOC("consistent DMA region for logout ORB");
  821. /* Login ORB DMA */
  822. scsi_id->login_orb =
  823. pci_alloc_consistent(hi->host->pdev,
  824. sizeof(struct sbp2_login_orb),
  825. &scsi_id->login_orb_dma);
  826. if (!scsi_id->login_orb)
  827. goto alloc_fail;
  828. SBP2_DMA_ALLOC("consistent DMA region for login ORB");
  829. SBP2_DEBUG("New SBP-2 device inserted, SCSI ID = %x", scsi_id->ud->id);
  830. /*
  831. * Create our command orb pool
  832. */
  833. if (sbp2util_create_command_orb_pool(scsi_id)) {
  834. SBP2_ERR("sbp2util_create_command_orb_pool failed!");
  835. sbp2_remove_device(scsi_id);
  836. return -ENOMEM;
  837. }
  838. /* Schedule a timeout here. The reason is that we may be so close
  839. * to a bus reset, that the device is not available for logins.
  840. * This can happen when the bus reset is caused by the host
  841. * connected to the sbp2 device being removed. That host would
  842. * have a certain amount of time to relogin before the sbp2 device
  843. * allows someone else to login instead. One second makes sense. */
  844. msleep_interruptible(1000);
  845. if (signal_pending(current)) {
  846. sbp2_remove_device(scsi_id);
  847. return -EINTR;
  848. }
  849. /*
  850. * Login to the sbp-2 device
  851. */
  852. if (sbp2_login_device(scsi_id)) {
  853. /* Login failed, just remove the device. */
  854. sbp2_remove_device(scsi_id);
  855. return -EBUSY;
  856. }
  857. /*
  858. * Set max retries to something large on the device
  859. */
  860. sbp2_set_busy_timeout(scsi_id);
  861. /*
  862. * Do a SBP-2 fetch agent reset
  863. */
  864. sbp2_agent_reset(scsi_id, 1);
  865. /*
  866. * Get the max speed and packet size that we can use
  867. */
  868. sbp2_max_speed_and_size(scsi_id);
  869. /* Add this device to the scsi layer now */
  870. error = scsi_add_device(scsi_id->scsi_host, 0, scsi_id->ud->id, 0);
  871. if (error) {
  872. SBP2_ERR("scsi_add_device failed");
  873. sbp2_logout_device(scsi_id);
  874. sbp2_remove_device(scsi_id);
  875. return error;
  876. }
  877. return 0;
  878. alloc_fail:
  879. SBP2_ERR("Could not allocate memory for scsi_id");
  880. sbp2_remove_device(scsi_id);
  881. return -ENOMEM;
  882. }
  883. /*
  884. * This function removes an sbp2 device from the sbp2scsi_host_info struct.
  885. */
  886. static void sbp2_remove_device(struct scsi_id_instance_data *scsi_id)
  887. {
  888. struct sbp2scsi_host_info *hi;
  889. SBP2_DEBUG_ENTER();
  890. if (!scsi_id)
  891. return;
  892. hi = scsi_id->hi;
  893. /* This will remove our scsi device aswell */
  894. if (scsi_id->scsi_host) {
  895. scsi_remove_host(scsi_id->scsi_host);
  896. scsi_host_put(scsi_id->scsi_host);
  897. }
  898. sbp2util_remove_command_orb_pool(scsi_id);
  899. list_del(&scsi_id->scsi_list);
  900. if (scsi_id->login_response) {
  901. pci_free_consistent(hi->host->pdev,
  902. sizeof(struct sbp2_login_response),
  903. scsi_id->login_response,
  904. scsi_id->login_response_dma);
  905. SBP2_DMA_FREE("single login FIFO");
  906. }
  907. if (scsi_id->login_orb) {
  908. pci_free_consistent(hi->host->pdev,
  909. sizeof(struct sbp2_login_orb),
  910. scsi_id->login_orb,
  911. scsi_id->login_orb_dma);
  912. SBP2_DMA_FREE("single login ORB");
  913. }
  914. if (scsi_id->reconnect_orb) {
  915. pci_free_consistent(hi->host->pdev,
  916. sizeof(struct sbp2_reconnect_orb),
  917. scsi_id->reconnect_orb,
  918. scsi_id->reconnect_orb_dma);
  919. SBP2_DMA_FREE("single reconnect orb");
  920. }
  921. if (scsi_id->logout_orb) {
  922. pci_free_consistent(hi->host->pdev,
  923. sizeof(struct sbp2_logout_orb),
  924. scsi_id->logout_orb,
  925. scsi_id->logout_orb_dma);
  926. SBP2_DMA_FREE("single logout orb");
  927. }
  928. if (scsi_id->query_logins_orb) {
  929. pci_free_consistent(hi->host->pdev,
  930. sizeof(struct sbp2_query_logins_orb),
  931. scsi_id->query_logins_orb,
  932. scsi_id->query_logins_orb_dma);
  933. SBP2_DMA_FREE("single query logins orb");
  934. }
  935. if (scsi_id->query_logins_response) {
  936. pci_free_consistent(hi->host->pdev,
  937. sizeof(struct sbp2_query_logins_response),
  938. scsi_id->query_logins_response,
  939. scsi_id->query_logins_response_dma);
  940. SBP2_DMA_FREE("single query logins data");
  941. }
  942. if (scsi_id->status_fifo_addr != ~0ULL)
  943. hpsb_unregister_addrspace(&sbp2_highlevel, hi->host,
  944. scsi_id->status_fifo_addr);
  945. scsi_id->ud->device.driver_data = NULL;
  946. if (hi)
  947. module_put(hi->host->driver->owner);
  948. SBP2_DEBUG("SBP-2 device removed, SCSI ID = %d", scsi_id->ud->id);
  949. kfree(scsi_id);
  950. }
  951. #ifdef CONFIG_IEEE1394_SBP2_PHYS_DMA
  952. /*
  953. * This function deals with physical dma write requests (for adapters that do not support
  954. * physical dma in hardware). Mostly just here for debugging...
  955. */
  956. static int sbp2_handle_physdma_write(struct hpsb_host *host, int nodeid,
  957. int destid, quadlet_t *data, u64 addr,
  958. size_t length, u16 flags)
  959. {
  960. /*
  961. * Manually put the data in the right place.
  962. */
  963. memcpy(bus_to_virt((u32) addr), data, length);
  964. sbp2util_packet_dump(data, length, "sbp2 phys dma write by device",
  965. (u32) addr);
  966. return RCODE_COMPLETE;
  967. }
  968. /*
  969. * This function deals with physical dma read requests (for adapters that do not support
  970. * physical dma in hardware). Mostly just here for debugging...
  971. */
  972. static int sbp2_handle_physdma_read(struct hpsb_host *host, int nodeid,
  973. quadlet_t *data, u64 addr, size_t length,
  974. u16 flags)
  975. {
  976. /*
  977. * Grab data from memory and send a read response.
  978. */
  979. memcpy(data, bus_to_virt((u32) addr), length);
  980. sbp2util_packet_dump(data, length, "sbp2 phys dma read by device",
  981. (u32) addr);
  982. return RCODE_COMPLETE;
  983. }
  984. #endif
  985. /**************************************
  986. * SBP-2 protocol related section
  987. **************************************/
  988. /*
  989. * This function queries the device for the maximum concurrent logins it
  990. * supports.
  991. */
  992. static int sbp2_query_logins(struct scsi_id_instance_data *scsi_id)
  993. {
  994. struct sbp2scsi_host_info *hi = scsi_id->hi;
  995. quadlet_t data[2];
  996. int max_logins;
  997. int active_logins;
  998. SBP2_DEBUG_ENTER();
  999. scsi_id->query_logins_orb->reserved1 = 0x0;
  1000. scsi_id->query_logins_orb->reserved2 = 0x0;
  1001. scsi_id->query_logins_orb->query_response_lo = scsi_id->query_logins_response_dma;
  1002. scsi_id->query_logins_orb->query_response_hi = ORB_SET_NODE_ID(hi->host->node_id);
  1003. scsi_id->query_logins_orb->lun_misc = ORB_SET_FUNCTION(SBP2_QUERY_LOGINS_REQUEST);
  1004. scsi_id->query_logins_orb->lun_misc |= ORB_SET_NOTIFY(1);
  1005. scsi_id->query_logins_orb->lun_misc |= ORB_SET_LUN(scsi_id->sbp2_lun);
  1006. scsi_id->query_logins_orb->reserved_resp_length =
  1007. ORB_SET_QUERY_LOGINS_RESP_LENGTH(sizeof(struct sbp2_query_logins_response));
  1008. scsi_id->query_logins_orb->status_fifo_hi =
  1009. ORB_SET_STATUS_FIFO_HI(scsi_id->status_fifo_addr, hi->host->node_id);
  1010. scsi_id->query_logins_orb->status_fifo_lo =
  1011. ORB_SET_STATUS_FIFO_LO(scsi_id->status_fifo_addr);
  1012. sbp2util_cpu_to_be32_buffer(scsi_id->query_logins_orb, sizeof(struct sbp2_query_logins_orb));
  1013. sbp2util_packet_dump(scsi_id->query_logins_orb, sizeof(struct sbp2_query_logins_orb),
  1014. "sbp2 query logins orb", scsi_id->query_logins_orb_dma);
  1015. memset(scsi_id->query_logins_response, 0, sizeof(struct sbp2_query_logins_response));
  1016. memset(&scsi_id->status_block, 0, sizeof(struct sbp2_status_block));
  1017. data[0] = ORB_SET_NODE_ID(hi->host->node_id);
  1018. data[1] = scsi_id->query_logins_orb_dma;
  1019. sbp2util_cpu_to_be32_buffer(data, 8);
  1020. atomic_set(&scsi_id->sbp2_login_complete, 0);
  1021. hpsb_node_write(scsi_id->ne, scsi_id->sbp2_management_agent_addr, data, 8);
  1022. if (sbp2util_down_timeout(&scsi_id->sbp2_login_complete, 2*HZ)) {
  1023. SBP2_INFO("Error querying logins to SBP-2 device - timed out");
  1024. return -EIO;
  1025. }
  1026. if (scsi_id->status_block.ORB_offset_lo != scsi_id->query_logins_orb_dma) {
  1027. SBP2_INFO("Error querying logins to SBP-2 device - timed out");
  1028. return -EIO;
  1029. }
  1030. if (STATUS_GET_RESP(scsi_id->status_block.ORB_offset_hi_misc) ||
  1031. STATUS_GET_DEAD_BIT(scsi_id->status_block.ORB_offset_hi_misc) ||
  1032. STATUS_GET_SBP_STATUS(scsi_id->status_block.ORB_offset_hi_misc)) {
  1033. SBP2_INFO("Error querying logins to SBP-2 device - timed out");
  1034. return -EIO;
  1035. }
  1036. sbp2util_cpu_to_be32_buffer(scsi_id->query_logins_response, sizeof(struct sbp2_query_logins_response));
  1037. SBP2_DEBUG("length_max_logins = %x",
  1038. (unsigned int)scsi_id->query_logins_response->length_max_logins);
  1039. max_logins = RESPONSE_GET_MAX_LOGINS(scsi_id->query_logins_response->length_max_logins);
  1040. SBP2_INFO("Maximum concurrent logins supported: %d", max_logins);
  1041. active_logins = RESPONSE_GET_ACTIVE_LOGINS(scsi_id->query_logins_response->length_max_logins);
  1042. SBP2_INFO("Number of active logins: %d", active_logins);
  1043. if (active_logins >= max_logins) {
  1044. return -EIO;
  1045. }
  1046. return 0;
  1047. }
  1048. /*
  1049. * This function is called in order to login to a particular SBP-2 device,
  1050. * after a bus reset.
  1051. */
  1052. static int sbp2_login_device(struct scsi_id_instance_data *scsi_id)
  1053. {
  1054. struct sbp2scsi_host_info *hi = scsi_id->hi;
  1055. quadlet_t data[2];
  1056. SBP2_DEBUG_ENTER();
  1057. if (!scsi_id->login_orb) {
  1058. SBP2_DEBUG("%s: login_orb not alloc'd!", __FUNCTION__);
  1059. return -EIO;
  1060. }
  1061. if (!exclusive_login) {
  1062. if (sbp2_query_logins(scsi_id)) {
  1063. SBP2_INFO("Device does not support any more concurrent logins");
  1064. return -EIO;
  1065. }
  1066. }
  1067. /* Set-up login ORB, assume no password */
  1068. scsi_id->login_orb->password_hi = 0;
  1069. scsi_id->login_orb->password_lo = 0;
  1070. scsi_id->login_orb->login_response_lo = scsi_id->login_response_dma;
  1071. scsi_id->login_orb->login_response_hi = ORB_SET_NODE_ID(hi->host->node_id);
  1072. scsi_id->login_orb->lun_misc = ORB_SET_FUNCTION(SBP2_LOGIN_REQUEST);
  1073. scsi_id->login_orb->lun_misc |= ORB_SET_RECONNECT(0); /* One second reconnect time */
  1074. scsi_id->login_orb->lun_misc |= ORB_SET_EXCLUSIVE(exclusive_login); /* Exclusive access to device */
  1075. scsi_id->login_orb->lun_misc |= ORB_SET_NOTIFY(1); /* Notify us of login complete */
  1076. scsi_id->login_orb->lun_misc |= ORB_SET_LUN(scsi_id->sbp2_lun);
  1077. scsi_id->login_orb->passwd_resp_lengths =
  1078. ORB_SET_LOGIN_RESP_LENGTH(sizeof(struct sbp2_login_response));
  1079. scsi_id->login_orb->status_fifo_hi =
  1080. ORB_SET_STATUS_FIFO_HI(scsi_id->status_fifo_addr, hi->host->node_id);
  1081. scsi_id->login_orb->status_fifo_lo =
  1082. ORB_SET_STATUS_FIFO_LO(scsi_id->status_fifo_addr);
  1083. sbp2util_cpu_to_be32_buffer(scsi_id->login_orb, sizeof(struct sbp2_login_orb));
  1084. sbp2util_packet_dump(scsi_id->login_orb, sizeof(struct sbp2_login_orb),
  1085. "sbp2 login orb", scsi_id->login_orb_dma);
  1086. memset(scsi_id->login_response, 0, sizeof(struct sbp2_login_response));
  1087. memset(&scsi_id->status_block, 0, sizeof(struct sbp2_status_block));
  1088. data[0] = ORB_SET_NODE_ID(hi->host->node_id);
  1089. data[1] = scsi_id->login_orb_dma;
  1090. sbp2util_cpu_to_be32_buffer(data, 8);
  1091. atomic_set(&scsi_id->sbp2_login_complete, 0);
  1092. hpsb_node_write(scsi_id->ne, scsi_id->sbp2_management_agent_addr, data, 8);
  1093. /*
  1094. * Wait for login status (up to 20 seconds)...
  1095. */
  1096. if (sbp2util_down_timeout(&scsi_id->sbp2_login_complete, 20*HZ)) {
  1097. SBP2_ERR("Error logging into SBP-2 device - login timed-out");
  1098. return -EIO;
  1099. }
  1100. /*
  1101. * Sanity. Make sure status returned matches login orb.
  1102. */
  1103. if (scsi_id->status_block.ORB_offset_lo != scsi_id->login_orb_dma) {
  1104. SBP2_ERR("Error logging into SBP-2 device - login timed-out");
  1105. return -EIO;
  1106. }
  1107. /*
  1108. * Check status
  1109. */
  1110. if (STATUS_GET_RESP(scsi_id->status_block.ORB_offset_hi_misc) ||
  1111. STATUS_GET_DEAD_BIT(scsi_id->status_block.ORB_offset_hi_misc) ||
  1112. STATUS_GET_SBP_STATUS(scsi_id->status_block.ORB_offset_hi_misc)) {
  1113. SBP2_ERR("Error logging into SBP-2 device - login failed");
  1114. return -EIO;
  1115. }
  1116. /*
  1117. * Byte swap the login response, for use when reconnecting or
  1118. * logging out.
  1119. */
  1120. sbp2util_cpu_to_be32_buffer(scsi_id->login_response, sizeof(struct sbp2_login_response));
  1121. /*
  1122. * Grab our command block agent address from the login response.
  1123. */
  1124. SBP2_DEBUG("command_block_agent_hi = %x",
  1125. (unsigned int)scsi_id->login_response->command_block_agent_hi);
  1126. SBP2_DEBUG("command_block_agent_lo = %x",
  1127. (unsigned int)scsi_id->login_response->command_block_agent_lo);
  1128. scsi_id->sbp2_command_block_agent_addr =
  1129. ((u64)scsi_id->login_response->command_block_agent_hi) << 32;
  1130. scsi_id->sbp2_command_block_agent_addr |= ((u64)scsi_id->login_response->command_block_agent_lo);
  1131. scsi_id->sbp2_command_block_agent_addr &= 0x0000ffffffffffffULL;
  1132. SBP2_INFO("Logged into SBP-2 device");
  1133. return 0;
  1134. }
  1135. /*
  1136. * This function is called in order to logout from a particular SBP-2
  1137. * device, usually called during driver unload.
  1138. */
  1139. static int sbp2_logout_device(struct scsi_id_instance_data *scsi_id)
  1140. {
  1141. struct sbp2scsi_host_info *hi = scsi_id->hi;
  1142. quadlet_t data[2];
  1143. int error;
  1144. SBP2_DEBUG_ENTER();
  1145. /*
  1146. * Set-up logout ORB
  1147. */
  1148. scsi_id->logout_orb->reserved1 = 0x0;
  1149. scsi_id->logout_orb->reserved2 = 0x0;
  1150. scsi_id->logout_orb->reserved3 = 0x0;
  1151. scsi_id->logout_orb->reserved4 = 0x0;
  1152. scsi_id->logout_orb->login_ID_misc = ORB_SET_FUNCTION(SBP2_LOGOUT_REQUEST);
  1153. scsi_id->logout_orb->login_ID_misc |= ORB_SET_LOGIN_ID(scsi_id->login_response->length_login_ID);
  1154. /* Notify us when complete */
  1155. scsi_id->logout_orb->login_ID_misc |= ORB_SET_NOTIFY(1);
  1156. scsi_id->logout_orb->reserved5 = 0x0;
  1157. scsi_id->logout_orb->status_fifo_hi =
  1158. ORB_SET_STATUS_FIFO_HI(scsi_id->status_fifo_addr, hi->host->node_id);
  1159. scsi_id->logout_orb->status_fifo_lo =
  1160. ORB_SET_STATUS_FIFO_LO(scsi_id->status_fifo_addr);
  1161. /*
  1162. * Byte swap ORB if necessary
  1163. */
  1164. sbp2util_cpu_to_be32_buffer(scsi_id->logout_orb, sizeof(struct sbp2_logout_orb));
  1165. sbp2util_packet_dump(scsi_id->logout_orb, sizeof(struct sbp2_logout_orb),
  1166. "sbp2 logout orb", scsi_id->logout_orb_dma);
  1167. /*
  1168. * Ok, let's write to the target's management agent register
  1169. */
  1170. data[0] = ORB_SET_NODE_ID(hi->host->node_id);
  1171. data[1] = scsi_id->logout_orb_dma;
  1172. sbp2util_cpu_to_be32_buffer(data, 8);
  1173. atomic_set(&scsi_id->sbp2_login_complete, 0);
  1174. error = hpsb_node_write(scsi_id->ne,
  1175. scsi_id->sbp2_management_agent_addr, data, 8);
  1176. if (error)
  1177. return error;
  1178. /* Wait for device to logout...1 second. */
  1179. if (sbp2util_down_timeout(&scsi_id->sbp2_login_complete, HZ))
  1180. return -EIO;
  1181. SBP2_INFO("Logged out of SBP-2 device");
  1182. return 0;
  1183. }
  1184. /*
  1185. * This function is called in order to reconnect to a particular SBP-2
  1186. * device, after a bus reset.
  1187. */
  1188. static int sbp2_reconnect_device(struct scsi_id_instance_data *scsi_id)
  1189. {
  1190. struct sbp2scsi_host_info *hi = scsi_id->hi;
  1191. quadlet_t data[2];
  1192. int error;
  1193. SBP2_DEBUG_ENTER();
  1194. /*
  1195. * Set-up reconnect ORB
  1196. */
  1197. scsi_id->reconnect_orb->reserved1 = 0x0;
  1198. scsi_id->reconnect_orb->reserved2 = 0x0;
  1199. scsi_id->reconnect_orb->reserved3 = 0x0;
  1200. scsi_id->reconnect_orb->reserved4 = 0x0;
  1201. scsi_id->reconnect_orb->login_ID_misc = ORB_SET_FUNCTION(SBP2_RECONNECT_REQUEST);
  1202. scsi_id->reconnect_orb->login_ID_misc |=
  1203. ORB_SET_LOGIN_ID(scsi_id->login_response->length_login_ID);
  1204. /* Notify us when complete */
  1205. scsi_id->reconnect_orb->login_ID_misc |= ORB_SET_NOTIFY(1);
  1206. scsi_id->reconnect_orb->reserved5 = 0x0;
  1207. scsi_id->reconnect_orb->status_fifo_hi =
  1208. ORB_SET_STATUS_FIFO_HI(scsi_id->status_fifo_addr, hi->host->node_id);
  1209. scsi_id->reconnect_orb->status_fifo_lo =
  1210. ORB_SET_STATUS_FIFO_LO(scsi_id->status_fifo_addr);
  1211. /*
  1212. * Byte swap ORB if necessary
  1213. */
  1214. sbp2util_cpu_to_be32_buffer(scsi_id->reconnect_orb, sizeof(struct sbp2_reconnect_orb));
  1215. sbp2util_packet_dump(scsi_id->reconnect_orb, sizeof(struct sbp2_reconnect_orb),
  1216. "sbp2 reconnect orb", scsi_id->reconnect_orb_dma);
  1217. /*
  1218. * Initialize status fifo
  1219. */
  1220. memset(&scsi_id->status_block, 0, sizeof(struct sbp2_status_block));
  1221. /*
  1222. * Ok, let's write to the target's management agent register
  1223. */
  1224. data[0] = ORB_SET_NODE_ID(hi->host->node_id);
  1225. data[1] = scsi_id->reconnect_orb_dma;
  1226. sbp2util_cpu_to_be32_buffer(data, 8);
  1227. atomic_set(&scsi_id->sbp2_login_complete, 0);
  1228. error = hpsb_node_write(scsi_id->ne,
  1229. scsi_id->sbp2_management_agent_addr, data, 8);
  1230. if (error)
  1231. return error;
  1232. /*
  1233. * Wait for reconnect status (up to 1 second)...
  1234. */
  1235. if (sbp2util_down_timeout(&scsi_id->sbp2_login_complete, HZ)) {
  1236. SBP2_ERR("Error reconnecting to SBP-2 device - reconnect timed-out");
  1237. return -EIO;
  1238. }
  1239. /*
  1240. * Sanity. Make sure status returned matches reconnect orb.
  1241. */
  1242. if (scsi_id->status_block.ORB_offset_lo != scsi_id->reconnect_orb_dma) {
  1243. SBP2_ERR("Error reconnecting to SBP-2 device - reconnect timed-out");
  1244. return -EIO;
  1245. }
  1246. /*
  1247. * Check status
  1248. */
  1249. if (STATUS_GET_RESP(scsi_id->status_block.ORB_offset_hi_misc) ||
  1250. STATUS_GET_DEAD_BIT(scsi_id->status_block.ORB_offset_hi_misc) ||
  1251. STATUS_GET_SBP_STATUS(scsi_id->status_block.ORB_offset_hi_misc)) {
  1252. SBP2_ERR("Error reconnecting to SBP-2 device - reconnect failed");
  1253. return -EIO;
  1254. }
  1255. HPSB_DEBUG("Reconnected to SBP-2 device");
  1256. return 0;
  1257. }
  1258. /*
  1259. * This function is called in order to set the busy timeout (number of
  1260. * retries to attempt) on the sbp2 device.
  1261. */
  1262. static int sbp2_set_busy_timeout(struct scsi_id_instance_data *scsi_id)
  1263. {
  1264. quadlet_t data;
  1265. SBP2_DEBUG_ENTER();
  1266. data = cpu_to_be32(SBP2_BUSY_TIMEOUT_VALUE);
  1267. if (hpsb_node_write(scsi_id->ne, SBP2_BUSY_TIMEOUT_ADDRESS, &data, 4))
  1268. SBP2_ERR("%s error", __FUNCTION__);
  1269. return 0;
  1270. }
  1271. /*
  1272. * This function is called to parse sbp2 device's config rom unit
  1273. * directory. Used to determine things like sbp2 management agent offset,
  1274. * and command set used (SCSI or RBC).
  1275. */
  1276. static void sbp2_parse_unit_directory(struct scsi_id_instance_data *scsi_id,
  1277. struct unit_directory *ud)
  1278. {
  1279. struct csr1212_keyval *kv;
  1280. struct csr1212_dentry *dentry;
  1281. u64 management_agent_addr;
  1282. u32 command_set_spec_id, command_set, unit_characteristics,
  1283. firmware_revision;
  1284. unsigned workarounds;
  1285. int i;
  1286. SBP2_DEBUG_ENTER();
  1287. management_agent_addr = 0x0;
  1288. command_set_spec_id = 0x0;
  1289. command_set = 0x0;
  1290. unit_characteristics = 0x0;
  1291. firmware_revision = 0x0;
  1292. /* Handle different fields in the unit directory, based on keys */
  1293. csr1212_for_each_dir_entry(ud->ne->csr, kv, ud->ud_kv, dentry) {
  1294. switch (kv->key.id) {
  1295. case CSR1212_KV_ID_DEPENDENT_INFO:
  1296. if (kv->key.type == CSR1212_KV_TYPE_CSR_OFFSET) {
  1297. /* Save off the management agent address */
  1298. management_agent_addr =
  1299. CSR1212_REGISTER_SPACE_BASE +
  1300. (kv->value.csr_offset << 2);
  1301. SBP2_DEBUG("sbp2_management_agent_addr = %x",
  1302. (unsigned int)management_agent_addr);
  1303. } else if (kv->key.type == CSR1212_KV_TYPE_IMMEDIATE) {
  1304. scsi_id->sbp2_lun =
  1305. ORB_SET_LUN(kv->value.immediate);
  1306. }
  1307. break;
  1308. case SBP2_COMMAND_SET_SPEC_ID_KEY:
  1309. /* Command spec organization */
  1310. command_set_spec_id = kv->value.immediate;
  1311. SBP2_DEBUG("sbp2_command_set_spec_id = %x",
  1312. (unsigned int)command_set_spec_id);
  1313. break;
  1314. case SBP2_COMMAND_SET_KEY:
  1315. /* Command set used by sbp2 device */
  1316. command_set = kv->value.immediate;
  1317. SBP2_DEBUG("sbp2_command_set = %x",
  1318. (unsigned int)command_set);
  1319. break;
  1320. case SBP2_UNIT_CHARACTERISTICS_KEY:
  1321. /*
  1322. * Unit characterisitcs (orb related stuff
  1323. * that I'm not yet paying attention to)
  1324. */
  1325. unit_characteristics = kv->value.immediate;
  1326. SBP2_DEBUG("sbp2_unit_characteristics = %x",
  1327. (unsigned int)unit_characteristics);
  1328. break;
  1329. case SBP2_FIRMWARE_REVISION_KEY:
  1330. /* Firmware revision */
  1331. firmware_revision = kv->value.immediate;
  1332. SBP2_DEBUG("sbp2_firmware_revision = %x",
  1333. (unsigned int)firmware_revision);
  1334. break;
  1335. default:
  1336. break;
  1337. }
  1338. }
  1339. workarounds = sbp2_default_workarounds;
  1340. if (force_inquiry_hack) {
  1341. SBP2_WARN("force_inquiry_hack is deprecated. "
  1342. "Use parameter 'workarounds' instead.");
  1343. workarounds |= SBP2_WORKAROUND_INQUIRY_36;
  1344. }
  1345. if (!(workarounds & SBP2_WORKAROUND_OVERRIDE))
  1346. for (i = 0; i < ARRAY_SIZE(sbp2_workarounds_table); i++) {
  1347. if (sbp2_workarounds_table[i].firmware_revision &&
  1348. sbp2_workarounds_table[i].firmware_revision !=
  1349. (firmware_revision & 0xffff00))
  1350. continue;
  1351. if (sbp2_workarounds_table[i].model_id &&
  1352. sbp2_workarounds_table[i].model_id != ud->model_id)
  1353. continue;
  1354. workarounds |= sbp2_workarounds_table[i].workarounds;
  1355. break;
  1356. }
  1357. if (workarounds)
  1358. SBP2_INFO("Workarounds for node " NODE_BUS_FMT ": 0x%x "
  1359. "(firmware_revision 0x%06x, vendor_id 0x%06x,"
  1360. " model_id 0x%06x)",
  1361. NODE_BUS_ARGS(ud->ne->host, ud->ne->nodeid),
  1362. workarounds, firmware_revision,
  1363. ud->vendor_id ? ud->vendor_id : ud->ne->vendor_id,
  1364. ud->model_id);
  1365. /* We would need one SCSI host template for each target to adjust
  1366. * max_sectors on the fly, therefore warn only. */
  1367. if (workarounds & SBP2_WORKAROUND_128K_MAX_TRANS &&
  1368. (max_sectors * 512) > (128 * 1024))
  1369. SBP2_WARN("Node " NODE_BUS_FMT ": Bridge only supports 128KB "
  1370. "max transfer size. WARNING: Current max_sectors "
  1371. "setting is larger than 128KB (%d sectors)",
  1372. NODE_BUS_ARGS(ud->ne->host, ud->ne->nodeid),
  1373. max_sectors);
  1374. /* If this is a logical unit directory entry, process the parent
  1375. * to get the values. */
  1376. if (ud->flags & UNIT_DIRECTORY_LUN_DIRECTORY) {
  1377. struct unit_directory *parent_ud =
  1378. container_of(ud->device.parent, struct unit_directory, device);
  1379. sbp2_parse_unit_directory(scsi_id, parent_ud);
  1380. } else {
  1381. scsi_id->sbp2_management_agent_addr = management_agent_addr;
  1382. scsi_id->sbp2_command_set_spec_id = command_set_spec_id;
  1383. scsi_id->sbp2_command_set = command_set;
  1384. scsi_id->sbp2_unit_characteristics = unit_characteristics;
  1385. scsi_id->sbp2_firmware_revision = firmware_revision;
  1386. scsi_id->workarounds = workarounds;
  1387. if (ud->flags & UNIT_DIRECTORY_HAS_LUN)
  1388. scsi_id->sbp2_lun = ORB_SET_LUN(ud->lun);
  1389. }
  1390. }
  1391. #define SBP2_PAYLOAD_TO_BYTES(p) (1 << ((p) + 2))
  1392. /*
  1393. * This function is called in order to determine the max speed and packet
  1394. * size we can use in our ORBs. Note, that we (the driver and host) only
  1395. * initiate the transaction. The SBP-2 device actually transfers the data
  1396. * (by reading from the DMA area we tell it). This means that the SBP-2
  1397. * device decides the actual maximum data it can transfer. We just tell it
  1398. * the speed that it needs to use, and the max_rec the host supports, and
  1399. * it takes care of the rest.
  1400. */
  1401. static int sbp2_max_speed_and_size(struct scsi_id_instance_data *scsi_id)
  1402. {
  1403. struct sbp2scsi_host_info *hi = scsi_id->hi;
  1404. u8 payload;
  1405. SBP2_DEBUG_ENTER();
  1406. scsi_id->speed_code =
  1407. hi->host->speed[NODEID_TO_NODE(scsi_id->ne->nodeid)];
  1408. /* Bump down our speed if the user requested it */
  1409. if (scsi_id->speed_code > max_speed) {
  1410. scsi_id->speed_code = max_speed;
  1411. SBP2_ERR("Forcing SBP-2 max speed down to %s",
  1412. hpsb_speedto_str[scsi_id->speed_code]);
  1413. }
  1414. /* Payload size is the lesser of what our speed supports and what
  1415. * our host supports. */
  1416. payload = min(sbp2_speedto_max_payload[scsi_id->speed_code],
  1417. (u8) (hi->host->csr.max_rec - 1));
  1418. /* If physical DMA is off, work around limitation in ohci1394:
  1419. * packet size must not exceed PAGE_SIZE */
  1420. if (scsi_id->ne->host->low_addr_space < (1ULL << 32))
  1421. while (SBP2_PAYLOAD_TO_BYTES(payload) + 24 > PAGE_SIZE &&
  1422. payload)
  1423. payload--;
  1424. HPSB_DEBUG("Node " NODE_BUS_FMT ": Max speed [%s] - Max payload [%u]",
  1425. NODE_BUS_ARGS(hi->host, scsi_id->ne->nodeid),
  1426. hpsb_speedto_str[scsi_id->speed_code],
  1427. SBP2_PAYLOAD_TO_BYTES(payload));
  1428. scsi_id->max_payload_size = payload;
  1429. return 0;
  1430. }
  1431. /*
  1432. * This function is called in order to perform a SBP-2 agent reset.
  1433. */
  1434. static int sbp2_agent_reset(struct scsi_id_instance_data *scsi_id, int wait)
  1435. {
  1436. quadlet_t data;
  1437. u64 addr;
  1438. int retval;
  1439. SBP2_DEBUG_ENTER();
  1440. data = ntohl(SBP2_AGENT_RESET_DATA);
  1441. addr = scsi_id->sbp2_command_block_agent_addr + SBP2_AGENT_RESET_OFFSET;
  1442. if (wait)
  1443. retval = hpsb_node_write(scsi_id->ne, addr, &data, 4);
  1444. else
  1445. retval = sbp2util_node_write_no_wait(scsi_id->ne, addr, &data, 4);
  1446. if (retval < 0) {
  1447. SBP2_ERR("hpsb_node_write failed.\n");
  1448. return -EIO;
  1449. }
  1450. /*
  1451. * Need to make sure orb pointer is written on next command
  1452. */
  1453. scsi_id->last_orb = NULL;
  1454. return 0;
  1455. }
  1456. static void sbp2_prep_command_orb_sg(struct sbp2_command_orb *orb,
  1457. struct sbp2scsi_host_info *hi,
  1458. struct sbp2_command_info *command,
  1459. unsigned int scsi_use_sg,
  1460. struct scatterlist *sgpnt,
  1461. u32 orb_direction,
  1462. enum dma_data_direction dma_dir)
  1463. {
  1464. command->dma_dir = dma_dir;
  1465. orb->data_descriptor_hi = ORB_SET_NODE_ID(hi->host->node_id);
  1466. orb->misc |= ORB_SET_DIRECTION(orb_direction);
  1467. /* Special case if only one element (and less than 64KB in size) */
  1468. if ((scsi_use_sg == 1) &&
  1469. (sgpnt[0].length <= SBP2_MAX_SG_ELEMENT_LENGTH)) {
  1470. SBP2_DEBUG("Only one s/g element");
  1471. command->dma_size = sgpnt[0].length;
  1472. command->dma_type = CMD_DMA_PAGE;
  1473. command->cmd_dma = pci_map_page(hi->host->pdev,
  1474. sgpnt[0].page,
  1475. sgpnt[0].offset,
  1476. command->dma_size,
  1477. command->dma_dir);
  1478. SBP2_DMA_ALLOC("single page scatter element");
  1479. orb->data_descriptor_lo = command->cmd_dma;
  1480. orb->misc |= ORB_SET_DATA_SIZE(command->dma_size);
  1481. } else {
  1482. struct sbp2_unrestricted_page_table *sg_element =
  1483. &command->scatter_gather_element[0];
  1484. u32 sg_count, sg_len;
  1485. dma_addr_t sg_addr;
  1486. int i, count = pci_map_sg(hi->host->pdev, sgpnt, scsi_use_sg,
  1487. dma_dir);
  1488. SBP2_DMA_ALLOC("scatter list");
  1489. command->dma_size = scsi_use_sg;
  1490. command->sge_buffer = sgpnt;
  1491. /* use page tables (s/g) */
  1492. orb->misc |= ORB_SET_PAGE_TABLE_PRESENT(0x1);
  1493. orb->data_descriptor_lo = command->sge_dma;
  1494. /*
  1495. * Loop through and fill out our sbp-2 page tables
  1496. * (and split up anything too large)
  1497. */
  1498. for (i = 0, sg_count = 0 ; i < count; i++, sgpnt++) {
  1499. sg_len = sg_dma_len(sgpnt);
  1500. sg_addr = sg_dma_address(sgpnt);
  1501. while (sg_len) {
  1502. sg_element[sg_count].segment_base_lo = sg_addr;
  1503. if (sg_len > SBP2_MAX_SG_ELEMENT_LENGTH) {
  1504. sg_element[sg_count].length_segment_base_hi =
  1505. PAGE_TABLE_SET_SEGMENT_LENGTH(SBP2_MAX_SG_ELEMENT_LENGTH);
  1506. sg_addr += SBP2_MAX_SG_ELEMENT_LENGTH;
  1507. sg_len -= SBP2_MAX_SG_ELEMENT_LENGTH;
  1508. } else {
  1509. sg_element[sg_count].length_segment_base_hi =
  1510. PAGE_TABLE_SET_SEGMENT_LENGTH(sg_len);
  1511. sg_len = 0;
  1512. }
  1513. sg_count++;
  1514. }
  1515. }
  1516. /* Number of page table (s/g) elements */
  1517. orb->misc |= ORB_SET_DATA_SIZE(sg_count);
  1518. sbp2util_packet_dump(sg_element,
  1519. (sizeof(struct sbp2_unrestricted_page_table)) * sg_count,
  1520. "sbp2 s/g list", command->sge_dma);
  1521. /* Byte swap page tables if necessary */
  1522. sbp2util_cpu_to_be32_buffer(sg_element,
  1523. (sizeof(struct sbp2_unrestricted_page_table)) *
  1524. sg_count);
  1525. }
  1526. }
  1527. static void sbp2_prep_command_orb_no_sg(struct sbp2_command_orb *orb,
  1528. struct sbp2scsi_host_info *hi,
  1529. struct sbp2_command_info *command,
  1530. struct scatterlist *sgpnt,
  1531. u32 orb_direction,
  1532. unsigned int scsi_request_bufflen,
  1533. void *scsi_request_buffer,
  1534. enum dma_data_direction dma_dir)
  1535. {
  1536. command->dma_dir = dma_dir;
  1537. command->dma_size = scsi_request_bufflen;
  1538. command->dma_type = CMD_DMA_SINGLE;
  1539. command->cmd_dma = pci_map_single(hi->host->pdev, scsi_request_buffer,
  1540. command->dma_size, command->dma_dir);
  1541. orb->data_descriptor_hi = ORB_SET_NODE_ID(hi->host->node_id);
  1542. orb->misc |= ORB_SET_DIRECTION(orb_direction);
  1543. SBP2_DMA_ALLOC("single bulk");
  1544. /*
  1545. * Handle case where we get a command w/o s/g enabled (but
  1546. * check for transfers larger than 64K)
  1547. */
  1548. if (scsi_request_bufflen <= SBP2_MAX_SG_ELEMENT_LENGTH) {
  1549. orb->data_descriptor_lo = command->cmd_dma;
  1550. orb->misc |= ORB_SET_DATA_SIZE(scsi_request_bufflen);
  1551. } else {
  1552. struct sbp2_unrestricted_page_table *sg_element =
  1553. &command->scatter_gather_element[0];
  1554. u32 sg_count, sg_len;
  1555. dma_addr_t sg_addr;
  1556. /*
  1557. * Need to turn this into page tables, since the
  1558. * buffer is too large.
  1559. */
  1560. orb->data_descriptor_lo = command->sge_dma;
  1561. /* Use page tables (s/g) */
  1562. orb->misc |= ORB_SET_PAGE_TABLE_PRESENT(0x1);
  1563. /*
  1564. * fill out our sbp-2 page tables (and split up
  1565. * the large buffer)
  1566. */
  1567. sg_count = 0;
  1568. sg_len = scsi_request_bufflen;
  1569. sg_addr = command->cmd_dma;
  1570. while (sg_len) {
  1571. sg_element[sg_count].segment_base_lo = sg_addr;
  1572. if (sg_len > SBP2_MAX_SG_ELEMENT_LENGTH) {
  1573. sg_element[sg_count].length_segment_base_hi =
  1574. PAGE_TABLE_SET_SEGMENT_LENGTH(SBP2_MAX_SG_ELEMENT_LENGTH);
  1575. sg_addr += SBP2_MAX_SG_ELEMENT_LENGTH;
  1576. sg_len -= SBP2_MAX_SG_ELEMENT_LENGTH;
  1577. } else {
  1578. sg_element[sg_count].length_segment_base_hi =
  1579. PAGE_TABLE_SET_SEGMENT_LENGTH(sg_len);
  1580. sg_len = 0;
  1581. }
  1582. sg_count++;
  1583. }
  1584. /* Number of page table (s/g) elements */
  1585. orb->misc |= ORB_SET_DATA_SIZE(sg_count);
  1586. sbp2util_packet_dump(sg_element,
  1587. (sizeof(struct sbp2_unrestricted_page_table)) * sg_count,
  1588. "sbp2 s/g list", command->sge_dma);
  1589. /* Byte swap page tables if necessary */
  1590. sbp2util_cpu_to_be32_buffer(sg_element,
  1591. (sizeof(struct sbp2_unrestricted_page_table)) *
  1592. sg_count);
  1593. }
  1594. }
  1595. /*
  1596. * This function is called to create the actual command orb and s/g list
  1597. * out of the scsi command itself.
  1598. */
  1599. static void sbp2_create_command_orb(struct scsi_id_instance_data *scsi_id,
  1600. struct sbp2_command_info *command,
  1601. unchar *scsi_cmd,
  1602. unsigned int scsi_use_sg,
  1603. unsigned int scsi_request_bufflen,
  1604. void *scsi_request_buffer,
  1605. enum dma_data_direction dma_dir)
  1606. {
  1607. struct sbp2scsi_host_info *hi = scsi_id->hi;
  1608. struct scatterlist *sgpnt = (struct scatterlist *)scsi_request_buffer;
  1609. struct sbp2_command_orb *command_orb = &command->command_orb;
  1610. u32 orb_direction;
  1611. /*
  1612. * Set-up our command ORB..
  1613. *
  1614. * NOTE: We're doing unrestricted page tables (s/g), as this is
  1615. * best performance (at least with the devices I have). This means
  1616. * that data_size becomes the number of s/g elements, and
  1617. * page_size should be zero (for unrestricted).
  1618. */
  1619. command_orb->next_ORB_hi = ORB_SET_NULL_PTR(1);
  1620. command_orb->next_ORB_lo = 0x0;
  1621. command_orb->misc = ORB_SET_MAX_PAYLOAD(scsi_id->max_payload_size);
  1622. command_orb->misc |= ORB_SET_SPEED(scsi_id->speed_code);
  1623. command_orb->misc |= ORB_SET_NOTIFY(1); /* Notify us when complete */
  1624. if (dma_dir == DMA_NONE)
  1625. orb_direction = ORB_DIRECTION_NO_DATA_TRANSFER;
  1626. else if (dma_dir == DMA_TO_DEVICE && scsi_request_bufflen)
  1627. orb_direction = ORB_DIRECTION_WRITE_TO_MEDIA;
  1628. else if (dma_dir == DMA_FROM_DEVICE && scsi_request_bufflen)
  1629. orb_direction = ORB_DIRECTION_READ_FROM_MEDIA;
  1630. else {
  1631. SBP2_WARN("Falling back to DMA_NONE");
  1632. orb_direction = ORB_DIRECTION_NO_DATA_TRANSFER;
  1633. }
  1634. /* Set-up our pagetable stuff */
  1635. if (orb_direction == ORB_DIRECTION_NO_DATA_TRANSFER) {
  1636. SBP2_DEBUG("No data transfer");
  1637. command_orb->data_descriptor_hi = 0x0;
  1638. command_orb->data_descriptor_lo = 0x0;
  1639. command_orb->misc |= ORB_SET_DIRECTION(1);
  1640. } else if (scsi_use_sg) {
  1641. SBP2_DEBUG("Use scatter/gather");
  1642. sbp2_prep_command_orb_sg(command_orb, hi, command, scsi_use_sg,
  1643. sgpnt, orb_direction, dma_dir);
  1644. } else {
  1645. SBP2_DEBUG("No scatter/gather");
  1646. sbp2_prep_command_orb_no_sg(command_orb, hi, command, sgpnt,
  1647. orb_direction, scsi_request_bufflen,
  1648. scsi_request_buffer, dma_dir);
  1649. }
  1650. /* Byte swap command ORB if necessary */
  1651. sbp2util_cpu_to_be32_buffer(command_orb, sizeof(struct sbp2_command_orb));
  1652. /* Put our scsi command in the command ORB */
  1653. memset(command_orb->cdb, 0, 12);
  1654. memcpy(command_orb->cdb, scsi_cmd, COMMAND_SIZE(*scsi_cmd));
  1655. }
  1656. /*
  1657. * This function is called in order to begin a regular SBP-2 command.
  1658. */
  1659. static int sbp2_link_orb_command(struct scsi_id_instance_data *scsi_id,
  1660. struct sbp2_command_info *command)
  1661. {
  1662. struct sbp2scsi_host_info *hi = scsi_id->hi;
  1663. struct sbp2_command_orb *command_orb = &command->command_orb;
  1664. struct node_entry *ne = scsi_id->ne;
  1665. u64 addr;
  1666. outstanding_orb_incr;
  1667. SBP2_ORB_DEBUG("sending command orb %p, total orbs = %x",
  1668. command_orb, global_outstanding_command_orbs);
  1669. pci_dma_sync_single_for_device(hi->host->pdev, command->command_orb_dma,
  1670. sizeof(struct sbp2_command_orb),
  1671. PCI_DMA_BIDIRECTIONAL);
  1672. pci_dma_sync_single_for_device(hi->host->pdev, command->sge_dma,
  1673. sizeof(command->scatter_gather_element),
  1674. PCI_DMA_BIDIRECTIONAL);
  1675. /*
  1676. * Check to see if there are any previous orbs to use
  1677. */
  1678. if (scsi_id->last_orb == NULL) {
  1679. quadlet_t data[2];
  1680. /*
  1681. * Ok, let's write to the target's management agent register
  1682. */
  1683. addr = scsi_id->sbp2_command_block_agent_addr + SBP2_ORB_POINTER_OFFSET;
  1684. data[0] = ORB_SET_NODE_ID(hi->host->node_id);
  1685. data[1] = command->command_orb_dma;
  1686. sbp2util_cpu_to_be32_buffer(data, 8);
  1687. SBP2_ORB_DEBUG("write command agent, command orb %p", command_orb);
  1688. if (sbp2util_node_write_no_wait(ne, addr, data, 8) < 0) {
  1689. SBP2_ERR("sbp2util_node_write_no_wait failed.\n");
  1690. return -EIO;
  1691. }
  1692. SBP2_ORB_DEBUG("write command agent complete");
  1693. scsi_id->last_orb = command_orb;
  1694. scsi_id->last_orb_dma = command->command_orb_dma;
  1695. } else {
  1696. quadlet_t data;
  1697. /*
  1698. * We have an orb already sent (maybe or maybe not
  1699. * processed) that we can append this orb to. So do so,
  1700. * and ring the doorbell. Have to be very careful
  1701. * modifying these next orb pointers, as they are accessed
  1702. * both by the sbp2 device and us.
  1703. */
  1704. scsi_id->last_orb->next_ORB_lo =
  1705. cpu_to_be32(command->command_orb_dma);
  1706. /* Tells hardware that this pointer is valid */
  1707. scsi_id->last_orb->next_ORB_hi = 0x0;
  1708. pci_dma_sync_single_for_device(hi->host->pdev,
  1709. scsi_id->last_orb_dma,
  1710. sizeof(struct sbp2_command_orb),
  1711. PCI_DMA_BIDIRECTIONAL);
  1712. /*
  1713. * Ring the doorbell
  1714. */
  1715. data = cpu_to_be32(command->command_orb_dma);
  1716. addr = scsi_id->sbp2_command_block_agent_addr + SBP2_DOORBELL_OFFSET;
  1717. SBP2_ORB_DEBUG("ring doorbell, command orb %p", command_orb);
  1718. if (sbp2util_node_write_no_wait(ne, addr, &data, 4) < 0) {
  1719. SBP2_ERR("sbp2util_node_write_no_wait failed");
  1720. return -EIO;
  1721. }
  1722. scsi_id->last_orb = command_orb;
  1723. scsi_id->last_orb_dma = command->command_orb_dma;
  1724. }
  1725. return 0;
  1726. }
  1727. /*
  1728. * This function is called in order to begin a regular SBP-2 command.
  1729. */
  1730. static int sbp2_send_command(struct scsi_id_instance_data *scsi_id,
  1731. struct scsi_cmnd *SCpnt,
  1732. void (*done)(struct scsi_cmnd *))
  1733. {
  1734. unchar *cmd = (unchar *) SCpnt->cmnd;
  1735. unsigned int request_bufflen = SCpnt->request_bufflen;
  1736. struct sbp2_command_info *command;
  1737. SBP2_DEBUG_ENTER();
  1738. SBP2_DEBUG("SCSI transfer size = %x", request_bufflen);
  1739. SBP2_DEBUG("SCSI s/g elements = %x", (unsigned int)SCpnt->use_sg);
  1740. /*
  1741. * Allocate a command orb and s/g structure
  1742. */
  1743. command = sbp2util_allocate_command_orb(scsi_id, SCpnt, done);
  1744. if (!command) {
  1745. return -EIO;
  1746. }
  1747. /*
  1748. * Now actually fill in the comamnd orb and sbp2 s/g list
  1749. */
  1750. sbp2_create_command_orb(scsi_id, command, cmd, SCpnt->use_sg,
  1751. request_bufflen, SCpnt->request_buffer,
  1752. SCpnt->sc_data_direction);
  1753. sbp2util_packet_dump(&command->command_orb, sizeof(struct sbp2_command_orb),
  1754. "sbp2 command orb", command->command_orb_dma);
  1755. /*
  1756. * Initialize status fifo
  1757. */
  1758. memset(&scsi_id->status_block, 0, sizeof(struct sbp2_status_block));
  1759. /*
  1760. * Link up the orb, and ring the doorbell if needed
  1761. */
  1762. sbp2_link_orb_command(scsi_id, command);
  1763. return 0;
  1764. }
  1765. /*
  1766. * Translates SBP-2 status into SCSI sense data for check conditions
  1767. */
  1768. static unsigned int sbp2_status_to_sense_data(unchar *sbp2_status, unchar *sense_data)
  1769. {
  1770. SBP2_DEBUG_ENTER();
  1771. /*
  1772. * Ok, it's pretty ugly... ;-)
  1773. */
  1774. sense_data[0] = 0x70;
  1775. sense_data[1] = 0x0;
  1776. sense_data[2] = sbp2_status[9];
  1777. sense_data[3] = sbp2_status[12];
  1778. sense_data[4] = sbp2_status[13];
  1779. sense_data[5] = sbp2_status[14];
  1780. sense_data[6] = sbp2_status[15];
  1781. sense_data[7] = 10;
  1782. sense_data[8] = sbp2_status[16];
  1783. sense_data[9] = sbp2_status[17];
  1784. sense_data[10] = sbp2_status[18];
  1785. sense_data[11] = sbp2_status[19];
  1786. sense_data[12] = sbp2_status[10];
  1787. sense_data[13] = sbp2_status[11];
  1788. sense_data[14] = sbp2_status[20];
  1789. sense_data[15] = sbp2_status[21];
  1790. return sbp2_status[8] & 0x3f; /* return scsi status */
  1791. }
  1792. /*
  1793. * This function deals with status writes from the SBP-2 device
  1794. */
  1795. static int sbp2_handle_status_write(struct hpsb_host *host, int nodeid, int destid,
  1796. quadlet_t *data, u64 addr, size_t length, u16 fl)
  1797. {
  1798. struct sbp2scsi_host_info *hi;
  1799. struct scsi_id_instance_data *scsi_id = NULL, *scsi_id_tmp;
  1800. struct scsi_cmnd *SCpnt = NULL;
  1801. u32 scsi_status = SBP2_SCSI_STATUS_GOOD;
  1802. struct sbp2_command_info *command;
  1803. unsigned long flags;
  1804. SBP2_DEBUG_ENTER();
  1805. sbp2util_packet_dump(data, length, "sbp2 status write by device", (u32)addr);
  1806. if (!host) {
  1807. SBP2_ERR("host is NULL - this is bad!");
  1808. return RCODE_ADDRESS_ERROR;
  1809. }
  1810. hi = hpsb_get_hostinfo(&sbp2_highlevel, host);
  1811. if (!hi) {
  1812. SBP2_ERR("host info is NULL - this is bad!");
  1813. return RCODE_ADDRESS_ERROR;
  1814. }
  1815. /*
  1816. * Find our scsi_id structure by looking at the status fifo address
  1817. * written to by the sbp2 device.
  1818. */
  1819. list_for_each_entry(scsi_id_tmp, &hi->scsi_ids, scsi_list) {
  1820. if (scsi_id_tmp->ne->nodeid == nodeid &&
  1821. scsi_id_tmp->status_fifo_addr == addr) {
  1822. scsi_id = scsi_id_tmp;
  1823. break;
  1824. }
  1825. }
  1826. if (!scsi_id) {
  1827. SBP2_ERR("scsi_id is NULL - device is gone?");
  1828. return RCODE_ADDRESS_ERROR;
  1829. }
  1830. /*
  1831. * Put response into scsi_id status fifo...
  1832. */
  1833. memcpy(&scsi_id->status_block, data, length);
  1834. /*
  1835. * Byte swap first two quadlets (8 bytes) of status for processing
  1836. */
  1837. sbp2util_be32_to_cpu_buffer(&scsi_id->status_block, 8);
  1838. /*
  1839. * Handle command ORB status here if necessary. First, need to match status with command.
  1840. */
  1841. command = sbp2util_find_command_for_orb(scsi_id, scsi_id->status_block.ORB_offset_lo);
  1842. if (command) {
  1843. SBP2_DEBUG("Found status for command ORB");
  1844. pci_dma_sync_single_for_cpu(hi->host->pdev, command->command_orb_dma,
  1845. sizeof(struct sbp2_command_orb),
  1846. PCI_DMA_BIDIRECTIONAL);
  1847. pci_dma_sync_single_for_cpu(hi->host->pdev, command->sge_dma,
  1848. sizeof(command->scatter_gather_element),
  1849. PCI_DMA_BIDIRECTIONAL);
  1850. SBP2_ORB_DEBUG("matched command orb %p", &command->command_orb);
  1851. outstanding_orb_decr;
  1852. /*
  1853. * Matched status with command, now grab scsi command pointers and check status
  1854. */
  1855. SCpnt = command->Current_SCpnt;
  1856. spin_lock_irqsave(&scsi_id->sbp2_command_orb_lock, flags);
  1857. sbp2util_mark_command_completed(scsi_id, command);
  1858. spin_unlock_irqrestore(&scsi_id->sbp2_command_orb_lock, flags);
  1859. if (SCpnt) {
  1860. /*
  1861. * See if the target stored any scsi status information
  1862. */
  1863. if (STATUS_GET_LENGTH(scsi_id->status_block.ORB_offset_hi_misc) > 1) {
  1864. /*
  1865. * Translate SBP-2 status to SCSI sense data
  1866. */
  1867. SBP2_DEBUG("CHECK CONDITION");
  1868. scsi_status = sbp2_status_to_sense_data((unchar *)&scsi_id->status_block, SCpnt->sense_buffer);
  1869. }
  1870. /*
  1871. * Check to see if the dead bit is set. If so, we'll have to initiate
  1872. * a fetch agent reset.
  1873. */
  1874. if (STATUS_GET_DEAD_BIT(scsi_id->status_block.ORB_offset_hi_misc)) {
  1875. /*
  1876. * Initiate a fetch agent reset.
  1877. */
  1878. SBP2_DEBUG("Dead bit set - initiating fetch agent reset");
  1879. sbp2_agent_reset(scsi_id, 0);
  1880. }
  1881. SBP2_ORB_DEBUG("completing command orb %p", &command->command_orb);
  1882. }
  1883. /*
  1884. * Check here to see if there are no commands in-use. If there are none, we can
  1885. * null out last orb so that next time around we write directly to the orb pointer...
  1886. * Quick start saves one 1394 bus transaction.
  1887. */
  1888. spin_lock_irqsave(&scsi_id->sbp2_command_orb_lock, flags);
  1889. if (list_empty(&scsi_id->sbp2_command_orb_inuse)) {
  1890. scsi_id->last_orb = NULL;
  1891. }
  1892. spin_unlock_irqrestore(&scsi_id->sbp2_command_orb_lock, flags);
  1893. } else {
  1894. /*
  1895. * It's probably a login/logout/reconnect status.
  1896. */
  1897. if ((scsi_id->login_orb_dma == scsi_id->status_block.ORB_offset_lo) ||
  1898. (scsi_id->query_logins_orb_dma == scsi_id->status_block.ORB_offset_lo) ||
  1899. (scsi_id->reconnect_orb_dma == scsi_id->status_block.ORB_offset_lo) ||
  1900. (scsi_id->logout_orb_dma == scsi_id->status_block.ORB_offset_lo)) {
  1901. atomic_set(&scsi_id->sbp2_login_complete, 1);
  1902. }
  1903. }
  1904. if (SCpnt) {
  1905. /* Complete the SCSI command. */
  1906. SBP2_DEBUG("Completing SCSI command");
  1907. sbp2scsi_complete_command(scsi_id, scsi_status, SCpnt,
  1908. command->Current_done);
  1909. SBP2_ORB_DEBUG("command orb completed");
  1910. }
  1911. return RCODE_COMPLETE;
  1912. }
  1913. /**************************************
  1914. * SCSI interface related section
  1915. **************************************/
  1916. /*
  1917. * This routine is the main request entry routine for doing I/O. It is
  1918. * called from the scsi stack directly.
  1919. */
  1920. static int sbp2scsi_queuecommand(struct scsi_cmnd *SCpnt,
  1921. void (*done)(struct scsi_cmnd *))
  1922. {
  1923. struct scsi_id_instance_data *scsi_id =
  1924. (struct scsi_id_instance_data *)SCpnt->device->host->hostdata[0];
  1925. struct sbp2scsi_host_info *hi;
  1926. int result = DID_NO_CONNECT << 16;
  1927. SBP2_DEBUG_ENTER();
  1928. #if (CONFIG_IEEE1394_SBP2_DEBUG >= 2) || defined(CONFIG_IEEE1394_SBP2_PACKET_DUMP)
  1929. scsi_print_command(SCpnt);
  1930. #endif
  1931. if (!sbp2util_node_is_available(scsi_id))
  1932. goto done;
  1933. hi = scsi_id->hi;
  1934. if (!hi) {
  1935. SBP2_ERR("sbp2scsi_host_info is NULL - this is bad!");
  1936. goto done;
  1937. }
  1938. /*
  1939. * Until we handle multiple luns, just return selection time-out
  1940. * to any IO directed at non-zero LUNs
  1941. */
  1942. if (SCpnt->device->lun)
  1943. goto done;
  1944. /*
  1945. * Check for request sense command, and handle it here
  1946. * (autorequest sense)
  1947. */
  1948. if (SCpnt->cmnd[0] == REQUEST_SENSE) {
  1949. SBP2_DEBUG("REQUEST_SENSE");
  1950. memcpy(SCpnt->request_buffer, SCpnt->sense_buffer, SCpnt->request_bufflen);
  1951. memset(SCpnt->sense_buffer, 0, sizeof(SCpnt->sense_buffer));
  1952. sbp2scsi_complete_command(scsi_id, SBP2_SCSI_STATUS_GOOD, SCpnt, done);
  1953. return 0;
  1954. }
  1955. /*
  1956. * Check to see if we are in the middle of a bus reset.
  1957. */
  1958. if (!hpsb_node_entry_valid(scsi_id->ne)) {
  1959. SBP2_ERR("Bus reset in progress - rejecting command");
  1960. result = DID_BUS_BUSY << 16;
  1961. goto done;
  1962. }
  1963. /*
  1964. * Bidirectional commands are not yet implemented,
  1965. * and unknown transfer direction not handled.
  1966. */
  1967. if (SCpnt->sc_data_direction == DMA_BIDIRECTIONAL) {
  1968. SBP2_ERR("Cannot handle DMA_BIDIRECTIONAL - rejecting command");
  1969. result = DID_ERROR << 16;
  1970. goto done;
  1971. }
  1972. /*
  1973. * Try and send our SCSI command
  1974. */
  1975. if (sbp2_send_command(scsi_id, SCpnt, done)) {
  1976. SBP2_ERR("Error sending SCSI command");
  1977. sbp2scsi_complete_command(scsi_id, SBP2_SCSI_STATUS_SELECTION_TIMEOUT,
  1978. SCpnt, done);
  1979. }
  1980. return 0;
  1981. done:
  1982. SCpnt->result = result;
  1983. done(SCpnt);
  1984. return 0;
  1985. }
  1986. /*
  1987. * This function is called in order to complete all outstanding SBP-2
  1988. * commands (in case of resets, etc.).
  1989. */
  1990. static void sbp2scsi_complete_all_commands(struct scsi_id_instance_data *scsi_id,
  1991. u32 status)
  1992. {
  1993. struct sbp2scsi_host_info *hi = scsi_id->hi;
  1994. struct list_head *lh;
  1995. struct sbp2_command_info *command;
  1996. unsigned long flags;
  1997. SBP2_DEBUG_ENTER();
  1998. spin_lock_irqsave(&scsi_id->sbp2_command_orb_lock, flags);
  1999. while (!list_empty(&scsi_id->sbp2_command_orb_inuse)) {
  2000. SBP2_DEBUG("Found pending command to complete");
  2001. lh = scsi_id->sbp2_command_orb_inuse.next;
  2002. command = list_entry(lh, struct sbp2_command_info, list);
  2003. pci_dma_sync_single_for_cpu(hi->host->pdev, command->command_orb_dma,
  2004. sizeof(struct sbp2_command_orb),
  2005. PCI_DMA_BIDIRECTIONAL);
  2006. pci_dma_sync_single_for_cpu(hi->host->pdev, command->sge_dma,
  2007. sizeof(command->scatter_gather_element),
  2008. PCI_DMA_BIDIRECTIONAL);
  2009. sbp2util_mark_command_completed(scsi_id, command);
  2010. if (command->Current_SCpnt) {
  2011. command->Current_SCpnt->result = status << 16;
  2012. command->Current_done(command->Current_SCpnt);
  2013. }
  2014. }
  2015. spin_unlock_irqrestore(&scsi_id->sbp2_command_orb_lock, flags);
  2016. return;
  2017. }
  2018. /*
  2019. * This function is called in order to complete a regular SBP-2 command.
  2020. *
  2021. * This can be called in interrupt context.
  2022. */
  2023. static void sbp2scsi_complete_command(struct scsi_id_instance_data *scsi_id,
  2024. u32 scsi_status, struct scsi_cmnd *SCpnt,
  2025. void (*done)(struct scsi_cmnd *))
  2026. {
  2027. SBP2_DEBUG_ENTER();
  2028. /*
  2029. * Sanity
  2030. */
  2031. if (!SCpnt) {
  2032. SBP2_ERR("SCpnt is NULL");
  2033. return;
  2034. }
  2035. /*
  2036. * If a bus reset is in progress and there was an error, don't
  2037. * complete the command, just let it get retried at the end of the
  2038. * bus reset.
  2039. */
  2040. if (!hpsb_node_entry_valid(scsi_id->ne)
  2041. && (scsi_status != SBP2_SCSI_STATUS_GOOD)) {
  2042. SBP2_ERR("Bus reset in progress - retry command later");
  2043. return;
  2044. }
  2045. /*
  2046. * Switch on scsi status
  2047. */
  2048. switch (scsi_status) {
  2049. case SBP2_SCSI_STATUS_GOOD:
  2050. SCpnt->result = DID_OK << 16;
  2051. break;
  2052. case SBP2_SCSI_STATUS_BUSY:
  2053. SBP2_ERR("SBP2_SCSI_STATUS_BUSY");
  2054. SCpnt->result = DID_BUS_BUSY << 16;
  2055. break;
  2056. case SBP2_SCSI_STATUS_CHECK_CONDITION:
  2057. SBP2_DEBUG("SBP2_SCSI_STATUS_CHECK_CONDITION");
  2058. SCpnt->result = CHECK_CONDITION << 1 | DID_OK << 16;
  2059. #if CONFIG_IEEE1394_SBP2_DEBUG >= 1
  2060. scsi_print_command(SCpnt);
  2061. scsi_print_sense(SBP2_DEVICE_NAME, SCpnt);
  2062. #endif
  2063. break;
  2064. case SBP2_SCSI_STATUS_SELECTION_TIMEOUT:
  2065. SBP2_ERR("SBP2_SCSI_STATUS_SELECTION_TIMEOUT");
  2066. SCpnt->result = DID_NO_CONNECT << 16;
  2067. scsi_print_command(SCpnt);
  2068. break;
  2069. case SBP2_SCSI_STATUS_CONDITION_MET:
  2070. case SBP2_SCSI_STATUS_RESERVATION_CONFLICT:
  2071. case SBP2_SCSI_STATUS_COMMAND_TERMINATED:
  2072. SBP2_ERR("Bad SCSI status = %x", scsi_status);
  2073. SCpnt->result = DID_ERROR << 16;
  2074. scsi_print_command(SCpnt);
  2075. break;
  2076. default:
  2077. SBP2_ERR("Unsupported SCSI status = %x", scsi_status);
  2078. SCpnt->result = DID_ERROR << 16;
  2079. }
  2080. /*
  2081. * If a bus reset is in progress and there was an error, complete
  2082. * the command as busy so that it will get retried.
  2083. */
  2084. if (!hpsb_node_entry_valid(scsi_id->ne)
  2085. && (scsi_status != SBP2_SCSI_STATUS_GOOD)) {
  2086. SBP2_ERR("Completing command with busy (bus reset)");
  2087. SCpnt->result = DID_BUS_BUSY << 16;
  2088. }
  2089. /*
  2090. * If a unit attention occurs, return busy status so it gets
  2091. * retried... it could have happened because of a 1394 bus reset
  2092. * or hot-plug...
  2093. * XXX DID_BUS_BUSY is actually a bad idea because it will defy
  2094. * the scsi layer's retry logic.
  2095. */
  2096. #if 0
  2097. if ((scsi_status == SBP2_SCSI_STATUS_CHECK_CONDITION) &&
  2098. (SCpnt->sense_buffer[2] == UNIT_ATTENTION)) {
  2099. SBP2_DEBUG("UNIT ATTENTION - return busy");
  2100. SCpnt->result = DID_BUS_BUSY << 16;
  2101. }
  2102. #endif
  2103. /*
  2104. * Tell scsi stack that we're done with this command
  2105. */
  2106. done(SCpnt);
  2107. }
  2108. static int sbp2scsi_slave_alloc(struct scsi_device *sdev)
  2109. {
  2110. struct scsi_id_instance_data *scsi_id =
  2111. (struct scsi_id_instance_data *)sdev->host->hostdata[0];
  2112. scsi_id->sdev = sdev;
  2113. if (scsi_id->workarounds & SBP2_WORKAROUND_INQUIRY_36)
  2114. sdev->inquiry_len = 36;
  2115. return 0;
  2116. }
  2117. static int sbp2scsi_slave_configure(struct scsi_device *sdev)
  2118. {
  2119. struct scsi_id_instance_data *scsi_id =
  2120. (struct scsi_id_instance_data *)sdev->host->hostdata[0];
  2121. blk_queue_dma_alignment(sdev->request_queue, (512 - 1));
  2122. sdev->use_10_for_rw = 1;
  2123. sdev->use_10_for_ms = 1;
  2124. if (sdev->type == TYPE_DISK &&
  2125. scsi_id->workarounds & SBP2_WORKAROUND_MODE_SENSE_8)
  2126. sdev->skip_ms_page_8 = 1;
  2127. if (scsi_id->workarounds & SBP2_WORKAROUND_FIX_CAPACITY)
  2128. sdev->fix_capacity = 1;
  2129. return 0;
  2130. }
  2131. static void sbp2scsi_slave_destroy(struct scsi_device *sdev)
  2132. {
  2133. ((struct scsi_id_instance_data *)sdev->host->hostdata[0])->sdev = NULL;
  2134. return;
  2135. }
  2136. /*
  2137. * Called by scsi stack when something has really gone wrong. Usually
  2138. * called when a command has timed-out for some reason.
  2139. */
  2140. static int sbp2scsi_abort(struct scsi_cmnd *SCpnt)
  2141. {
  2142. struct scsi_id_instance_data *scsi_id =
  2143. (struct scsi_id_instance_data *)SCpnt->device->host->hostdata[0];
  2144. struct sbp2scsi_host_info *hi = scsi_id->hi;
  2145. struct sbp2_command_info *command;
  2146. unsigned long flags;
  2147. SBP2_ERR("aborting sbp2 command");
  2148. scsi_print_command(SCpnt);
  2149. if (sbp2util_node_is_available(scsi_id)) {
  2150. /*
  2151. * Right now, just return any matching command structures
  2152. * to the free pool.
  2153. */
  2154. spin_lock_irqsave(&scsi_id->sbp2_command_orb_lock, flags);
  2155. command = sbp2util_find_command_for_SCpnt(scsi_id, SCpnt);
  2156. if (command) {
  2157. SBP2_DEBUG("Found command to abort");
  2158. pci_dma_sync_single_for_cpu(hi->host->pdev,
  2159. command->command_orb_dma,
  2160. sizeof(struct sbp2_command_orb),
  2161. PCI_DMA_BIDIRECTIONAL);
  2162. pci_dma_sync_single_for_cpu(hi->host->pdev,
  2163. command->sge_dma,
  2164. sizeof(command->scatter_gather_element),
  2165. PCI_DMA_BIDIRECTIONAL);
  2166. sbp2util_mark_command_completed(scsi_id, command);
  2167. if (command->Current_SCpnt) {
  2168. command->Current_SCpnt->result = DID_ABORT << 16;
  2169. command->Current_done(command->Current_SCpnt);
  2170. }
  2171. }
  2172. spin_unlock_irqrestore(&scsi_id->sbp2_command_orb_lock, flags);
  2173. /*
  2174. * Initiate a fetch agent reset.
  2175. */
  2176. sbp2_agent_reset(scsi_id, 0);
  2177. sbp2scsi_complete_all_commands(scsi_id, DID_BUS_BUSY);
  2178. }
  2179. return SUCCESS;
  2180. }
  2181. /*
  2182. * Called by scsi stack when something has really gone wrong.
  2183. */
  2184. static int sbp2scsi_reset(struct scsi_cmnd *SCpnt)
  2185. {
  2186. struct scsi_id_instance_data *scsi_id =
  2187. (struct scsi_id_instance_data *)SCpnt->device->host->hostdata[0];
  2188. SBP2_ERR("reset requested");
  2189. if (sbp2util_node_is_available(scsi_id)) {
  2190. SBP2_ERR("Generating sbp2 fetch agent reset");
  2191. sbp2_agent_reset(scsi_id, 0);
  2192. }
  2193. return SUCCESS;
  2194. }
  2195. static ssize_t sbp2_sysfs_ieee1394_id_show(struct device *dev,
  2196. struct device_attribute *attr,
  2197. char *buf)
  2198. {
  2199. struct scsi_device *sdev;
  2200. struct scsi_id_instance_data *scsi_id;
  2201. int lun;
  2202. if (!(sdev = to_scsi_device(dev)))
  2203. return 0;
  2204. if (!(scsi_id = (struct scsi_id_instance_data *)sdev->host->hostdata[0]))
  2205. return 0;
  2206. lun = ORB_SET_LUN(scsi_id->sbp2_lun);
  2207. return sprintf(buf, "%016Lx:%d:%d\n", (unsigned long long)scsi_id->ne->guid,
  2208. scsi_id->ud->id, lun);
  2209. }
  2210. static DEVICE_ATTR(ieee1394_id, S_IRUGO, sbp2_sysfs_ieee1394_id_show, NULL);
  2211. static struct device_attribute *sbp2_sysfs_sdev_attrs[] = {
  2212. &dev_attr_ieee1394_id,
  2213. NULL
  2214. };
  2215. MODULE_AUTHOR("Ben Collins <bcollins@debian.org>");
  2216. MODULE_DESCRIPTION("IEEE-1394 SBP-2 protocol driver");
  2217. MODULE_SUPPORTED_DEVICE(SBP2_DEVICE_NAME);
  2218. MODULE_LICENSE("GPL");
  2219. /* SCSI host template */
  2220. static struct scsi_host_template scsi_driver_template = {
  2221. .module = THIS_MODULE,
  2222. .name = "SBP-2 IEEE-1394",
  2223. .proc_name = SBP2_DEVICE_NAME,
  2224. .queuecommand = sbp2scsi_queuecommand,
  2225. .eh_abort_handler = sbp2scsi_abort,
  2226. .eh_device_reset_handler = sbp2scsi_reset,
  2227. .slave_alloc = sbp2scsi_slave_alloc,
  2228. .slave_configure = sbp2scsi_slave_configure,
  2229. .slave_destroy = sbp2scsi_slave_destroy,
  2230. .this_id = -1,
  2231. .sg_tablesize = SG_ALL,
  2232. .use_clustering = ENABLE_CLUSTERING,
  2233. .cmd_per_lun = SBP2_MAX_CMDS,
  2234. .can_queue = SBP2_MAX_CMDS,
  2235. .emulated = 1,
  2236. .sdev_attrs = sbp2_sysfs_sdev_attrs,
  2237. };
  2238. static int sbp2_module_init(void)
  2239. {
  2240. int ret;
  2241. SBP2_DEBUG_ENTER();
  2242. /* Module load debug option to force one command at a time (serializing I/O) */
  2243. if (serialize_io) {
  2244. SBP2_INFO("Driver forced to serialize I/O (serialize_io=1)");
  2245. SBP2_INFO("Try serialize_io=0 for better performance");
  2246. scsi_driver_template.can_queue = 1;
  2247. scsi_driver_template.cmd_per_lun = 1;
  2248. }
  2249. if (sbp2_default_workarounds & SBP2_WORKAROUND_128K_MAX_TRANS &&
  2250. (max_sectors * 512) > (128 * 1024))
  2251. max_sectors = 128 * 1024 / 512;
  2252. scsi_driver_template.max_sectors = max_sectors;
  2253. /* Register our high level driver with 1394 stack */
  2254. hpsb_register_highlevel(&sbp2_highlevel);
  2255. ret = hpsb_register_protocol(&sbp2_driver);
  2256. if (ret) {
  2257. SBP2_ERR("Failed to register protocol");
  2258. hpsb_unregister_highlevel(&sbp2_highlevel);
  2259. return ret;
  2260. }
  2261. return 0;
  2262. }
  2263. static void __exit sbp2_module_exit(void)
  2264. {
  2265. SBP2_DEBUG_ENTER();
  2266. hpsb_unregister_protocol(&sbp2_driver);
  2267. hpsb_unregister_highlevel(&sbp2_highlevel);
  2268. }
  2269. module_init(sbp2_module_init);
  2270. module_exit(sbp2_module_exit);