sbp2.c 79 KB

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