fdomain.c 56 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756175717581759176017611762176317641765176617671768176917701771177217731774177517761777177817791780178117821783178417851786
  1. /* fdomain.c -- Future Domain TMC-16x0 SCSI driver
  2. * Created: Sun May 3 18:53:19 1992 by faith@cs.unc.edu
  3. * Revised: Mon Dec 28 21:59:02 1998 by faith@acm.org
  4. * Author: Rickard E. Faith, faith@cs.unc.edu
  5. * Copyright 1992-1996, 1998 Rickard E. Faith (faith@acm.org)
  6. * Shared IRQ supported added 7/7/2001 Alan Cox <alan@lxorguk.ukuu.org.uk>
  7. * This program is free software; you can redistribute it and/or modify it
  8. * under the terms of the GNU General Public License as published by the
  9. * Free Software Foundation; either version 2, or (at your option) any
  10. * later version.
  11. * This program is distributed in the hope that it will be useful, but
  12. * WITHOUT ANY WARRANTY; without even the implied warranty of
  13. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  14. * General Public License for more details.
  15. * You should have received a copy of the GNU General Public License along
  16. * with this program; if not, write to the Free Software Foundation, Inc.,
  17. * 675 Mass Ave, Cambridge, MA 02139, USA.
  18. **************************************************************************
  19. SUMMARY:
  20. Future Domain BIOS versions supported for autodetect:
  21. 2.0, 3.0, 3.2, 3.4 (1.0), 3.5 (2.0), 3.6, 3.61
  22. Chips are supported:
  23. TMC-1800, TMC-18C50, TMC-18C30, TMC-36C70
  24. Boards supported:
  25. Future Domain TMC-1650, TMC-1660, TMC-1670, TMC-1680, TMC-1610M/MER/MEX
  26. Future Domain TMC-3260 (PCI)
  27. Quantum ISA-200S, ISA-250MG
  28. Adaptec AHA-2920A (PCI) [BUT *NOT* AHA-2920C -- use aic7xxx instead]
  29. IBM ?
  30. LILO/INSMOD command-line options:
  31. fdomain=<PORT_BASE>,<IRQ>[,<ADAPTER_ID>]
  32. NOTE:
  33. The Adaptec AHA-2920C has an Adaptec AIC-7850 chip on it.
  34. Use the aic7xxx driver for this board.
  35. The Adaptec AHA-2920A has a Future Domain chip on it, so this is the right
  36. driver for that card. Unfortunately, the boxes will probably just say
  37. "2920", so you'll have to look on the card for a Future Domain logo, or a
  38. letter after the 2920.
  39. THANKS:
  40. Thanks to Adaptec for providing PCI boards for testing. This finally
  41. enabled me to test the PCI detection and correct it for PCI boards that do
  42. not have a BIOS at a standard ISA location. For PCI boards, LILO/INSMOD
  43. command-line options should no longer be needed. --RF 18Nov98
  44. DESCRIPTION:
  45. This is the Linux low-level SCSI driver for Future Domain TMC-1660/1680
  46. TMC-1650/1670, and TMC-3260 SCSI host adapters. The 1650 and 1670 have a
  47. 25-pin external connector, whereas the 1660 and 1680 have a SCSI-2 50-pin
  48. high-density external connector. The 1670 and 1680 have floppy disk
  49. controllers built in. The TMC-3260 is a PCI bus card.
  50. Future Domain's older boards are based on the TMC-1800 chip, and this
  51. driver was originally written for a TMC-1680 board with the TMC-1800 chip.
  52. More recently, boards are being produced with the TMC-18C50 and TMC-18C30
  53. chips. The latest and greatest board may not work with this driver. If
  54. you have to patch this driver so that it will recognize your board's BIOS
  55. signature, then the driver may fail to function after the board is
  56. detected.
  57. Please note that the drive ordering that Future Domain implemented in BIOS
  58. versions 3.4 and 3.5 is the opposite of the order (currently) used by the
  59. rest of the SCSI industry. If you have BIOS version 3.4 or 3.5, and have
  60. more than one drive, then the drive ordering will be the reverse of that
  61. which you see under DOS. For example, under DOS SCSI ID 0 will be D: and
  62. SCSI ID 1 will be C: (the boot device). Under Linux, SCSI ID 0 will be
  63. /dev/sda and SCSI ID 1 will be /dev/sdb. The Linux ordering is consistent
  64. with that provided by all the other SCSI drivers for Linux. If you want
  65. this changed, you will probably have to patch the higher level SCSI code.
  66. If you do so, please send me patches that are protected by #ifdefs.
  67. If you have a TMC-8xx or TMC-9xx board, then this is not the driver for
  68. your board. Please refer to the Seagate driver for more information and
  69. possible support.
  70. HISTORY:
  71. Linux Driver Driver
  72. Version Version Date Support/Notes
  73. 0.0 3 May 1992 V2.0 BIOS; 1800 chip
  74. 0.97 1.9 28 Jul 1992
  75. 0.98.6 3.1 27 Nov 1992
  76. 0.99 3.2 9 Dec 1992
  77. 0.99.3 3.3 10 Jan 1993 V3.0 BIOS
  78. 0.99.5 3.5 18 Feb 1993
  79. 0.99.10 3.6 15 May 1993 V3.2 BIOS; 18C50 chip
  80. 0.99.11 3.17 3 Jul 1993 (now under RCS)
  81. 0.99.12 3.18 13 Aug 1993
  82. 0.99.14 5.6 31 Oct 1993 (reselection code removed)
  83. 0.99.15 5.9 23 Jan 1994 V3.4 BIOS (preliminary)
  84. 1.0.8/1.1.1 5.15 1 Apr 1994 V3.4 BIOS; 18C30 chip (preliminary)
  85. 1.0.9/1.1.3 5.16 7 Apr 1994 V3.4 BIOS; 18C30 chip
  86. 1.1.38 5.18 30 Jul 1994 36C70 chip (PCI version of 18C30)
  87. 1.1.62 5.20 2 Nov 1994 V3.5 BIOS
  88. 1.1.73 5.22 7 Dec 1994 Quantum ISA-200S board; V2.0 BIOS
  89. 1.1.82 5.26 14 Jan 1995 V3.5 BIOS; TMC-1610M/MER/MEX board
  90. 1.2.10 5.28 5 Jun 1995 Quantum ISA-250MG board; V2.0, V2.01 BIOS
  91. 1.3.4 5.31 23 Jun 1995 PCI BIOS-32 detection (preliminary)
  92. 1.3.7 5.33 4 Jul 1995 PCI BIOS-32 detection
  93. 1.3.28 5.36 17 Sep 1995 V3.61 BIOS; LILO command-line support
  94. 1.3.34 5.39 12 Oct 1995 V3.60 BIOS; /proc
  95. 1.3.72 5.39 8 Feb 1996 Adaptec AHA-2920 board
  96. 1.3.85 5.41 4 Apr 1996
  97. 2.0.12 5.44 8 Aug 1996 Use ID 7 for all PCI cards
  98. 2.1.1 5.45 2 Oct 1996 Update ROM accesses for 2.1.x
  99. 2.1.97 5.46 23 Apr 1998 Rewritten PCI detection routines [mj]
  100. 2.1.11x 5.47 9 Aug 1998 Touched for 8 SCSI disk majors support
  101. 5.48 18 Nov 1998 BIOS no longer needed for PCI detection
  102. 2.2.0 5.50 28 Dec 1998 Support insmod parameters
  103. REFERENCES USED:
  104. "TMC-1800 SCSI Chip Specification (FDC-1800T)", Future Domain Corporation,
  105. 1990.
  106. "Technical Reference Manual: 18C50 SCSI Host Adapter Chip", Future Domain
  107. Corporation, January 1992.
  108. "LXT SCSI Products: Specifications and OEM Technical Manual (Revision
  109. B/September 1991)", Maxtor Corporation, 1991.
  110. "7213S product Manual (Revision P3)", Maxtor Corporation, 1992.
  111. "Draft Proposed American National Standard: Small Computer System
  112. Interface - 2 (SCSI-2)", Global Engineering Documents. (X3T9.2/86-109,
  113. revision 10h, October 17, 1991)
  114. Private communications, Drew Eckhardt (drew@cs.colorado.edu) and Eric
  115. Youngdale (ericy@cais.com), 1992.
  116. Private communication, Tuong Le (Future Domain Engineering department),
  117. 1994. (Disk geometry computations for Future Domain BIOS version 3.4, and
  118. TMC-18C30 detection.)
  119. Hogan, Thom. The Programmer's PC Sourcebook. Microsoft Press, 1988. Page
  120. 60 (2.39: Disk Partition Table Layout).
  121. "18C30 Technical Reference Manual", Future Domain Corporation, 1993, page
  122. 6-1.
  123. NOTES ON REFERENCES:
  124. The Maxtor manuals were free. Maxtor telephone technical support is
  125. great!
  126. The Future Domain manuals were $25 and $35. They document the chip, not
  127. the TMC-16x0 boards, so some information I had to guess at. In 1992,
  128. Future Domain sold DOS BIOS source for $250 and the UN*X driver source was
  129. $750, but these required a non-disclosure agreement, so even if I could
  130. have afforded them, they would *not* have been useful for writing this
  131. publicly distributable driver. Future Domain technical support has
  132. provided some information on the phone and have sent a few useful FAXs.
  133. They have been much more helpful since they started to recognize that the
  134. word "Linux" refers to an operating system :-).
  135. ALPHA TESTERS:
  136. There are many other alpha testers that come and go as the driver
  137. develops. The people listed here were most helpful in times of greatest
  138. need (mostly early on -- I've probably left out a few worthy people in
  139. more recent times):
  140. Todd Carrico (todd@wutc.wustl.edu), Dan Poirier (poirier@cs.unc.edu ), Ken
  141. Corey (kenc@sol.acs.unt.edu), C. de Bruin (bruin@bruin@sterbbs.nl), Sakari
  142. Aaltonen (sakaria@vipunen.hit.fi), John Rice (rice@xanth.cs.odu.edu), Brad
  143. Yearwood (brad@optilink.com), and Ray Toy (toy@soho.crd.ge.com).
  144. Special thanks to Tien-Wan Yang (twyang@cs.uh.edu), who graciously lent me
  145. his 18C50-based card for debugging. He is the sole reason that this
  146. driver works with the 18C50 chip.
  147. Thanks to Dave Newman (dnewman@crl.com) for providing initial patches for
  148. the version 3.4 BIOS.
  149. Thanks to James T. McKinley (mckinley@msupa.pa.msu.edu) for providing
  150. patches that support the TMC-3260, a PCI bus card with the 36C70 chip.
  151. The 36C70 chip appears to be "completely compatible" with the 18C30 chip.
  152. Thanks to Eric Kasten (tigger@petroglyph.cl.msu.edu) for providing the
  153. patch for the version 3.5 BIOS.
  154. Thanks for Stephen Henson (shenson@nyx10.cs.du.edu) for providing the
  155. patch for the Quantum ISA-200S SCSI adapter.
  156. Thanks to Adam Bowen for the signature to the 1610M/MER/MEX scsi cards, to
  157. Martin Andrews (andrewm@ccfadm.eeg.ccf.org) for the signature to some
  158. random TMC-1680 repackaged by IBM; and to Mintak Ng (mintak@panix.com) for
  159. the version 3.61 BIOS signature.
  160. Thanks for Mark Singer (elf@netcom.com) and Richard Simpson
  161. (rsimpson@ewrcsdra.demon.co.uk) for more Quantum signatures and detective
  162. work on the Quantum RAM layout.
  163. Special thanks to James T. McKinley (mckinley@msupa.pa.msu.edu) for
  164. providing patches for proper PCI BIOS32-mediated detection of the TMC-3260
  165. card (a PCI bus card with the 36C70 chip). Please send James PCI-related
  166. bug reports.
  167. Thanks to Tom Cavin (tec@usa1.com) for preliminary command-line option
  168. patches.
  169. New PCI detection code written by Martin Mares <mj@atrey.karlin.mff.cuni.cz>
  170. Insmod parameter code based on patches from Daniel Graham
  171. <graham@balance.uoregon.edu>.
  172. All of the alpha testers deserve much thanks.
  173. NOTES ON USER DEFINABLE OPTIONS:
  174. DEBUG: This turns on the printing of various debug information.
  175. ENABLE_PARITY: This turns on SCSI parity checking. With the current
  176. driver, all attached devices must support SCSI parity. If none of your
  177. devices support parity, then you can probably get the driver to work by
  178. turning this option off. I have no way of testing this, however, and it
  179. would appear that no one ever uses this option.
  180. FIFO_COUNT: The host adapter has an 8K cache (host adapters based on the
  181. 18C30 chip have a 2k cache). When this many 512 byte blocks are filled by
  182. the SCSI device, an interrupt will be raised. Therefore, this could be as
  183. low as 0, or as high as 16. Note, however, that values which are too high
  184. or too low seem to prevent any interrupts from occurring, and thereby lock
  185. up the machine. I have found that 2 is a good number, but throughput may
  186. be increased by changing this value to values which are close to 2.
  187. Please let me know if you try any different values.
  188. RESELECTION: This is no longer an option, since I gave up trying to
  189. implement it in version 4.x of this driver. It did not improve
  190. performance at all and made the driver unstable (because I never found one
  191. of the two race conditions which were introduced by the multiple
  192. outstanding command code). The instability seems a very high price to pay
  193. just so that you don't have to wait for the tape to rewind. If you want
  194. this feature implemented, send me patches. I'll be happy to send a copy
  195. of my (broken) driver to anyone who would like to see a copy.
  196. **************************************************************************/
  197. #include <linux/module.h>
  198. #include <linux/init.h>
  199. #include <linux/interrupt.h>
  200. #include <linux/blkdev.h>
  201. #include <linux/spinlock.h>
  202. #include <linux/errno.h>
  203. #include <linux/string.h>
  204. #include <linux/ioport.h>
  205. #include <linux/proc_fs.h>
  206. #include <linux/pci.h>
  207. #include <linux/stat.h>
  208. #include <linux/delay.h>
  209. #include <linux/io.h>
  210. #include <linux/slab.h>
  211. #include <scsi/scsicam.h>
  212. #include <asm/system.h>
  213. #include <scsi/scsi.h>
  214. #include <scsi/scsi_cmnd.h>
  215. #include <scsi/scsi_device.h>
  216. #include <scsi/scsi_host.h>
  217. #include <scsi/scsi_ioctl.h>
  218. #include "fdomain.h"
  219. #ifndef PCMCIA
  220. MODULE_AUTHOR("Rickard E. Faith");
  221. MODULE_DESCRIPTION("Future domain SCSI driver");
  222. MODULE_LICENSE("GPL");
  223. #endif
  224. #define VERSION "$Revision: 5.51 $"
  225. /* START OF USER DEFINABLE OPTIONS */
  226. #define DEBUG 0 /* Enable debugging output */
  227. #define ENABLE_PARITY 1 /* Enable SCSI Parity */
  228. #define FIFO_COUNT 2 /* Number of 512 byte blocks before INTR */
  229. /* END OF USER DEFINABLE OPTIONS */
  230. #if DEBUG
  231. #define EVERY_ACCESS 0 /* Write a line on every scsi access */
  232. #define ERRORS_ONLY 1 /* Only write a line if there is an error */
  233. #define DEBUG_DETECT 0 /* Debug fdomain_16x0_detect() */
  234. #define DEBUG_MESSAGES 1 /* Debug MESSAGE IN phase */
  235. #define DEBUG_ABORT 1 /* Debug abort() routine */
  236. #define DEBUG_RESET 1 /* Debug reset() routine */
  237. #define DEBUG_RACE 1 /* Debug interrupt-driven race condition */
  238. #else
  239. #define EVERY_ACCESS 0 /* LEAVE THESE ALONE--CHANGE THE ONES ABOVE */
  240. #define ERRORS_ONLY 0
  241. #define DEBUG_DETECT 0
  242. #define DEBUG_MESSAGES 0
  243. #define DEBUG_ABORT 0
  244. #define DEBUG_RESET 0
  245. #define DEBUG_RACE 0
  246. #endif
  247. /* Errors are reported on the line, so we don't need to report them again */
  248. #if EVERY_ACCESS
  249. #undef ERRORS_ONLY
  250. #define ERRORS_ONLY 0
  251. #endif
  252. #if ENABLE_PARITY
  253. #define PARITY_MASK 0x08
  254. #else
  255. #define PARITY_MASK 0x00
  256. #endif
  257. enum chip_type {
  258. unknown = 0x00,
  259. tmc1800 = 0x01,
  260. tmc18c50 = 0x02,
  261. tmc18c30 = 0x03,
  262. };
  263. enum {
  264. in_arbitration = 0x02,
  265. in_selection = 0x04,
  266. in_other = 0x08,
  267. disconnect = 0x10,
  268. aborted = 0x20,
  269. sent_ident = 0x40,
  270. };
  271. enum in_port_type {
  272. Read_SCSI_Data = 0,
  273. SCSI_Status = 1,
  274. TMC_Status = 2,
  275. FIFO_Status = 3, /* tmc18c50/tmc18c30 only */
  276. Interrupt_Cond = 4, /* tmc18c50/tmc18c30 only */
  277. LSB_ID_Code = 5,
  278. MSB_ID_Code = 6,
  279. Read_Loopback = 7,
  280. SCSI_Data_NoACK = 8,
  281. Interrupt_Status = 9,
  282. Configuration1 = 10,
  283. Configuration2 = 11, /* tmc18c50/tmc18c30 only */
  284. Read_FIFO = 12,
  285. FIFO_Data_Count = 14
  286. };
  287. enum out_port_type {
  288. Write_SCSI_Data = 0,
  289. SCSI_Cntl = 1,
  290. Interrupt_Cntl = 2,
  291. SCSI_Mode_Cntl = 3,
  292. TMC_Cntl = 4,
  293. Memory_Cntl = 5, /* tmc18c50/tmc18c30 only */
  294. Write_Loopback = 7,
  295. IO_Control = 11, /* tmc18c30 only */
  296. Write_FIFO = 12
  297. };
  298. /* .bss will zero all the static variables below */
  299. static int port_base;
  300. static unsigned long bios_base;
  301. static void __iomem * bios_mem;
  302. static int bios_major;
  303. static int bios_minor;
  304. static int PCI_bus;
  305. #ifdef CONFIG_PCI
  306. static struct pci_dev *PCI_dev;
  307. #endif
  308. static int Quantum; /* Quantum board variant */
  309. static int interrupt_level;
  310. static volatile int in_command;
  311. static struct scsi_cmnd *current_SC;
  312. static enum chip_type chip = unknown;
  313. static int adapter_mask;
  314. static int this_id;
  315. static int setup_called;
  316. #if DEBUG_RACE
  317. static volatile int in_interrupt_flag;
  318. #endif
  319. static int FIFO_Size = 0x2000; /* 8k FIFO for
  320. pre-tmc18c30 chips */
  321. static irqreturn_t do_fdomain_16x0_intr( int irq, void *dev_id );
  322. /* Allow insmod parameters to be like LILO parameters. For example:
  323. insmod fdomain fdomain=0x140,11 */
  324. static char * fdomain = NULL;
  325. module_param(fdomain, charp, 0);
  326. #ifndef PCMCIA
  327. static unsigned long addresses[] = {
  328. 0xc8000,
  329. 0xca000,
  330. 0xce000,
  331. 0xde000,
  332. 0xcc000, /* Extra addresses for PCI boards */
  333. 0xd0000,
  334. 0xe0000,
  335. };
  336. #define ADDRESS_COUNT ARRAY_SIZE(addresses)
  337. static unsigned short ports[] = { 0x140, 0x150, 0x160, 0x170 };
  338. #define PORT_COUNT ARRAY_SIZE(ports)
  339. static unsigned short ints[] = { 3, 5, 10, 11, 12, 14, 15, 0 };
  340. #endif /* !PCMCIA */
  341. /*
  342. READ THIS BEFORE YOU ADD A SIGNATURE!
  343. READING THIS SHORT NOTE CAN SAVE YOU LOTS OF TIME!
  344. READ EVERY WORD, ESPECIALLY THE WORD *NOT*
  345. This driver works *ONLY* for Future Domain cards using the TMC-1800,
  346. TMC-18C50, or TMC-18C30 chip. This includes models TMC-1650, 1660, 1670,
  347. and 1680. These are all 16-bit cards.
  348. The following BIOS signature signatures are for boards which do *NOT*
  349. work with this driver (these TMC-8xx and TMC-9xx boards may work with the
  350. Seagate driver):
  351. FUTURE DOMAIN CORP. (C) 1986-1988 V4.0I 03/16/88
  352. FUTURE DOMAIN CORP. (C) 1986-1989 V5.0C2/14/89
  353. FUTURE DOMAIN CORP. (C) 1986-1989 V6.0A7/28/89
  354. FUTURE DOMAIN CORP. (C) 1986-1990 V6.0105/31/90
  355. FUTURE DOMAIN CORP. (C) 1986-1990 V6.0209/18/90
  356. FUTURE DOMAIN CORP. (C) 1986-1990 V7.009/18/90
  357. FUTURE DOMAIN CORP. (C) 1992 V8.00.004/02/92
  358. (The cards which do *NOT* work are all 8-bit cards -- although some of
  359. them have a 16-bit form-factor, the upper 8-bits are used only for IRQs
  360. and are *NOT* used for data. You can tell the difference by following
  361. the tracings on the circuit board -- if only the IRQ lines are involved,
  362. you have a "8-bit" card, and should *NOT* use this driver.)
  363. */
  364. #ifndef PCMCIA
  365. static struct signature {
  366. const char *signature;
  367. int sig_offset;
  368. int sig_length;
  369. int major_bios_version;
  370. int minor_bios_version;
  371. int flag; /* 1 == PCI_bus, 2 == ISA_200S, 3 == ISA_250MG, 4 == ISA_200S */
  372. } signatures[] = {
  373. /* 1 2 3 4 5 6 */
  374. /* 123456789012345678901234567890123456789012345678901234567890 */
  375. { "FUTURE DOMAIN CORP. (C) 1986-1990 1800-V2.07/28/89", 5, 50, 2, 0, 0 },
  376. { "FUTURE DOMAIN CORP. (C) 1986-1990 1800-V1.07/28/89", 5, 50, 2, 0, 0 },
  377. { "FUTURE DOMAIN CORP. (C) 1986-1990 1800-V2.07/28/89", 72, 50, 2, 0, 2 },
  378. { "FUTURE DOMAIN CORP. (C) 1986-1990 1800-V2.0", 73, 43, 2, 0, 3 },
  379. { "FUTURE DOMAIN CORP. (C) 1991 1800-V2.0.", 72, 39, 2, 0, 4 },
  380. { "FUTURE DOMAIN CORP. (C) 1992 V3.00.004/02/92", 5, 44, 3, 0, 0 },
  381. { "FUTURE DOMAIN TMC-18XX (C) 1993 V3.203/12/93", 5, 44, 3, 2, 0 },
  382. { "IBM F1 P2 BIOS v1.0104/29/93", 5, 28, 3, -1, 0 },
  383. { "Future Domain Corp. V1.0008/18/93", 5, 33, 3, 4, 0 },
  384. { "Future Domain Corp. V1.0008/18/93", 26, 33, 3, 4, 1 },
  385. { "Adaptec AHA-2920 PCI-SCSI Card", 42, 31, 3, -1, 1 },
  386. { "IBM F1 P264/32", 5, 14, 3, -1, 1 },
  387. /* This next signature may not be a 3.5 bios */
  388. { "Future Domain Corp. V2.0108/18/93", 5, 33, 3, 5, 0 },
  389. { "FUTURE DOMAIN CORP. V3.5008/18/93", 5, 34, 3, 5, 0 },
  390. { "FUTURE DOMAIN 18c30/18c50/1800 (C) 1994 V3.5", 5, 44, 3, 5, 0 },
  391. { "FUTURE DOMAIN CORP. V3.6008/18/93", 5, 34, 3, 6, 0 },
  392. { "FUTURE DOMAIN CORP. V3.6108/18/93", 5, 34, 3, 6, 0 },
  393. { "FUTURE DOMAIN TMC-18XX", 5, 22, -1, -1, 0 },
  394. /* READ NOTICE ABOVE *BEFORE* YOU WASTE YOUR TIME ADDING A SIGNATURE
  395. Also, fix the disk geometry code for your signature and send your
  396. changes for faith@cs.unc.edu. Above all, do *NOT* change any old
  397. signatures!
  398. Note that the last line will match a "generic" 18XX bios. Because
  399. Future Domain has changed the host SCSI ID and/or the location of the
  400. geometry information in the on-board RAM area for each of the first
  401. three BIOS's, it is still important to enter a fully qualified
  402. signature in the table for any new BIOS's (after the host SCSI ID and
  403. geometry location are verified). */
  404. };
  405. #define SIGNATURE_COUNT ARRAY_SIZE(signatures)
  406. #endif /* !PCMCIA */
  407. static void print_banner( struct Scsi_Host *shpnt )
  408. {
  409. if (!shpnt) return; /* This won't ever happen */
  410. if (bios_major < 0 && bios_minor < 0) {
  411. printk(KERN_INFO "scsi%d: <fdomain> No BIOS; using scsi id %d\n",
  412. shpnt->host_no, shpnt->this_id);
  413. } else {
  414. printk(KERN_INFO "scsi%d: <fdomain> BIOS version ", shpnt->host_no);
  415. if (bios_major >= 0) printk("%d.", bios_major);
  416. else printk("?.");
  417. if (bios_minor >= 0) printk("%d", bios_minor);
  418. else printk("?.");
  419. printk( " at 0x%lx using scsi id %d\n",
  420. bios_base, shpnt->this_id );
  421. }
  422. /* If this driver works for later FD PCI
  423. boards, we will have to modify banner
  424. for additional PCI cards, but for now if
  425. it's PCI it's a TMC-3260 - JTM */
  426. printk(KERN_INFO "scsi%d: <fdomain> %s chip at 0x%x irq ",
  427. shpnt->host_no,
  428. chip == tmc1800 ? "TMC-1800" : (chip == tmc18c50 ? "TMC-18C50" : (chip == tmc18c30 ? (PCI_bus ? "TMC-36C70 (PCI bus)" : "TMC-18C30") : "Unknown")),
  429. port_base);
  430. if (interrupt_level)
  431. printk("%d", interrupt_level);
  432. else
  433. printk("<none>");
  434. printk( "\n" );
  435. }
  436. int fdomain_setup(char *str)
  437. {
  438. int ints[4];
  439. (void)get_options(str, ARRAY_SIZE(ints), ints);
  440. if (setup_called++ || ints[0] < 2 || ints[0] > 3) {
  441. printk(KERN_INFO "scsi: <fdomain> Usage: fdomain=<PORT_BASE>,<IRQ>[,<ADAPTER_ID>]\n");
  442. printk(KERN_ERR "scsi: <fdomain> Bad LILO/INSMOD parameters?\n");
  443. return 0;
  444. }
  445. port_base = ints[0] >= 1 ? ints[1] : 0;
  446. interrupt_level = ints[0] >= 2 ? ints[2] : 0;
  447. this_id = ints[0] >= 3 ? ints[3] : 0;
  448. bios_major = bios_minor = -1; /* Use geometry for BIOS version >= 3.4 */
  449. ++setup_called;
  450. return 1;
  451. }
  452. __setup("fdomain=", fdomain_setup);
  453. static void do_pause(unsigned amount) /* Pause for amount*10 milliseconds */
  454. {
  455. mdelay(10*amount);
  456. }
  457. static inline void fdomain_make_bus_idle( void )
  458. {
  459. outb(0, port_base + SCSI_Cntl);
  460. outb(0, port_base + SCSI_Mode_Cntl);
  461. if (chip == tmc18c50 || chip == tmc18c30)
  462. outb(0x21 | PARITY_MASK, port_base + TMC_Cntl); /* Clear forced intr. */
  463. else
  464. outb(0x01 | PARITY_MASK, port_base + TMC_Cntl);
  465. }
  466. static int fdomain_is_valid_port( int port )
  467. {
  468. #if DEBUG_DETECT
  469. printk( " (%x%x),",
  470. inb( port + MSB_ID_Code ), inb( port + LSB_ID_Code ) );
  471. #endif
  472. /* The MCA ID is a unique id for each MCA compatible board. We
  473. are using ISA boards, but Future Domain provides the MCA ID
  474. anyway. We can use this ID to ensure that this is a Future
  475. Domain TMC-1660/TMC-1680.
  476. */
  477. if (inb( port + LSB_ID_Code ) != 0xe9) { /* test for 0x6127 id */
  478. if (inb( port + LSB_ID_Code ) != 0x27) return 0;
  479. if (inb( port + MSB_ID_Code ) != 0x61) return 0;
  480. chip = tmc1800;
  481. } else { /* test for 0xe960 id */
  482. if (inb( port + MSB_ID_Code ) != 0x60) return 0;
  483. chip = tmc18c50;
  484. /* Try to toggle 32-bit mode. This only
  485. works on an 18c30 chip. (User reports
  486. say this works, so we should switch to
  487. it in the near future.) */
  488. outb( 0x80, port + IO_Control );
  489. if ((inb( port + Configuration2 ) & 0x80) == 0x80) {
  490. outb( 0x00, port + IO_Control );
  491. if ((inb( port + Configuration2 ) & 0x80) == 0x00) {
  492. chip = tmc18c30;
  493. FIFO_Size = 0x800; /* 2k FIFO */
  494. }
  495. }
  496. /* If that failed, we are an 18c50. */
  497. }
  498. return 1;
  499. }
  500. static int fdomain_test_loopback( void )
  501. {
  502. int i;
  503. int result;
  504. for (i = 0; i < 255; i++) {
  505. outb( i, port_base + Write_Loopback );
  506. result = inb( port_base + Read_Loopback );
  507. if (i != result)
  508. return 1;
  509. }
  510. return 0;
  511. }
  512. #ifndef PCMCIA
  513. /* fdomain_get_irq assumes that we have a valid MCA ID for a
  514. TMC-1660/TMC-1680 Future Domain board. Now, check to be sure the
  515. bios_base matches these ports. If someone was unlucky enough to have
  516. purchased more than one Future Domain board, then they will have to
  517. modify this code, as we only detect one board here. [The one with the
  518. lowest bios_base.]
  519. Note that this routine is only used for systems without a PCI BIOS32
  520. (e.g., ISA bus). For PCI bus systems, this routine will likely fail
  521. unless one of the IRQs listed in the ints array is used by the board.
  522. Sometimes it is possible to use the computer's BIOS setup screen to
  523. configure a PCI system so that one of these IRQs will be used by the
  524. Future Domain card. */
  525. static int fdomain_get_irq( int base )
  526. {
  527. int options = inb(base + Configuration1);
  528. #if DEBUG_DETECT
  529. printk("scsi: <fdomain> Options = %x\n", options);
  530. #endif
  531. /* Check for board with lowest bios_base --
  532. this isn't valid for the 18c30 or for
  533. boards on the PCI bus, so just assume we
  534. have the right board. */
  535. if (chip != tmc18c30 && !PCI_bus && addresses[(options & 0xc0) >> 6 ] != bios_base)
  536. return 0;
  537. return ints[(options & 0x0e) >> 1];
  538. }
  539. static int fdomain_isa_detect( int *irq, int *iobase )
  540. {
  541. int i, j;
  542. int base = 0xdeadbeef;
  543. int flag = 0;
  544. #if DEBUG_DETECT
  545. printk( "scsi: <fdomain> fdomain_isa_detect:" );
  546. #endif
  547. for (i = 0; i < ADDRESS_COUNT; i++) {
  548. void __iomem *p = ioremap(addresses[i], 0x2000);
  549. if (!p)
  550. continue;
  551. #if DEBUG_DETECT
  552. printk( " %lx(%lx),", addresses[i], bios_base );
  553. #endif
  554. for (j = 0; j < SIGNATURE_COUNT; j++) {
  555. if (check_signature(p + signatures[j].sig_offset,
  556. signatures[j].signature,
  557. signatures[j].sig_length )) {
  558. bios_major = signatures[j].major_bios_version;
  559. bios_minor = signatures[j].minor_bios_version;
  560. PCI_bus = (signatures[j].flag == 1);
  561. Quantum = (signatures[j].flag > 1) ? signatures[j].flag : 0;
  562. bios_base = addresses[i];
  563. bios_mem = p;
  564. goto found;
  565. }
  566. }
  567. iounmap(p);
  568. }
  569. found:
  570. if (bios_major == 2) {
  571. /* The TMC-1660/TMC-1680 has a RAM area just after the BIOS ROM.
  572. Assuming the ROM is enabled (otherwise we wouldn't have been
  573. able to read the ROM signature :-), then the ROM sets up the
  574. RAM area with some magic numbers, such as a list of port
  575. base addresses and a list of the disk "geometry" reported to
  576. DOS (this geometry has nothing to do with physical geometry).
  577. */
  578. switch (Quantum) {
  579. case 2: /* ISA_200S */
  580. case 3: /* ISA_250MG */
  581. base = readb(bios_mem + 0x1fa2) + (readb(bios_mem + 0x1fa3) << 8);
  582. break;
  583. case 4: /* ISA_200S (another one) */
  584. base = readb(bios_mem + 0x1fa3) + (readb(bios_mem + 0x1fa4) << 8);
  585. break;
  586. default:
  587. base = readb(bios_mem + 0x1fcc) + (readb(bios_mem + 0x1fcd) << 8);
  588. break;
  589. }
  590. #if DEBUG_DETECT
  591. printk( " %x,", base );
  592. #endif
  593. for (i = 0; i < PORT_COUNT; i++) {
  594. if (base == ports[i]) {
  595. if (!request_region(base, 0x10, "fdomain"))
  596. break;
  597. if (!fdomain_is_valid_port(base)) {
  598. release_region(base, 0x10);
  599. break;
  600. }
  601. *irq = fdomain_get_irq( base );
  602. *iobase = base;
  603. return 1;
  604. }
  605. }
  606. /* This is a bad sign. It usually means that someone patched the
  607. BIOS signature list (the signatures variable) to contain a BIOS
  608. signature for a board *OTHER THAN* the TMC-1660/TMC-1680. */
  609. #if DEBUG_DETECT
  610. printk( " RAM FAILED, " );
  611. #endif
  612. }
  613. /* Anyway, the alternative to finding the address in the RAM is to just
  614. search through every possible port address for one that is attached
  615. to the Future Domain card. Don't panic, though, about reading all
  616. these random port addresses -- there are rumors that the Future
  617. Domain BIOS does something very similar.
  618. Do not, however, check ports which the kernel knows are being used by
  619. another driver. */
  620. for (i = 0; i < PORT_COUNT; i++) {
  621. base = ports[i];
  622. if (!request_region(base, 0x10, "fdomain")) {
  623. #if DEBUG_DETECT
  624. printk( " (%x inuse),", base );
  625. #endif
  626. continue;
  627. }
  628. #if DEBUG_DETECT
  629. printk( " %x,", base );
  630. #endif
  631. flag = fdomain_is_valid_port(base);
  632. if (flag)
  633. break;
  634. release_region(base, 0x10);
  635. }
  636. #if DEBUG_DETECT
  637. if (flag) printk( " SUCCESS\n" );
  638. else printk( " FAILURE\n" );
  639. #endif
  640. if (!flag) return 0; /* iobase not found */
  641. *irq = fdomain_get_irq( base );
  642. *iobase = base;
  643. return 1; /* success */
  644. }
  645. #else /* PCMCIA */
  646. static int fdomain_isa_detect( int *irq, int *iobase )
  647. {
  648. if (irq)
  649. *irq = 0;
  650. if (iobase)
  651. *iobase = 0;
  652. return 0;
  653. }
  654. #endif /* !PCMCIA */
  655. /* PCI detection function: int fdomain_pci_bios_detect(int* irq, int*
  656. iobase) This function gets the Interrupt Level and I/O base address from
  657. the PCI configuration registers. */
  658. #ifdef CONFIG_PCI
  659. static int fdomain_pci_bios_detect( int *irq, int *iobase, struct pci_dev **ret_pdev )
  660. {
  661. unsigned int pci_irq; /* PCI interrupt line */
  662. unsigned long pci_base; /* PCI I/O base address */
  663. struct pci_dev *pdev = NULL;
  664. #if DEBUG_DETECT
  665. /* Tell how to print a list of the known PCI devices from bios32 and
  666. list vendor and device IDs being used if in debug mode. */
  667. printk( "scsi: <fdomain> INFO: use lspci -v to see list of PCI devices\n" );
  668. printk( "scsi: <fdomain> TMC-3260 detect:"
  669. " Using Vendor ID: 0x%x and Device ID: 0x%x\n",
  670. PCI_VENDOR_ID_FD,
  671. PCI_DEVICE_ID_FD_36C70 );
  672. #endif
  673. if ((pdev = pci_get_device(PCI_VENDOR_ID_FD, PCI_DEVICE_ID_FD_36C70, pdev)) == NULL)
  674. return 0;
  675. if (pci_enable_device(pdev))
  676. goto fail;
  677. #if DEBUG_DETECT
  678. printk( "scsi: <fdomain> TMC-3260 detect:"
  679. " PCI bus %u, device %u, function %u\n",
  680. pdev->bus->number,
  681. PCI_SLOT(pdev->devfn),
  682. PCI_FUNC(pdev->devfn));
  683. #endif
  684. /* We now have the appropriate device function for the FD board so we
  685. just read the PCI config info from the registers. */
  686. pci_base = pci_resource_start(pdev, 0);
  687. pci_irq = pdev->irq;
  688. if (!request_region( pci_base, 0x10, "fdomain" ))
  689. goto fail;
  690. /* Now we have the I/O base address and interrupt from the PCI
  691. configuration registers. */
  692. *irq = pci_irq;
  693. *iobase = pci_base;
  694. *ret_pdev = pdev;
  695. #if DEBUG_DETECT
  696. printk( "scsi: <fdomain> TMC-3260 detect:"
  697. " IRQ = %d, I/O base = 0x%x [0x%lx]\n", *irq, *iobase, pci_base );
  698. #endif
  699. if (!fdomain_is_valid_port(pci_base)) {
  700. printk(KERN_ERR "scsi: <fdomain> PCI card detected, but driver not loaded (invalid port)\n" );
  701. release_region(pci_base, 0x10);
  702. goto fail;
  703. }
  704. /* Fill in a few global variables. Ugh. */
  705. bios_major = bios_minor = -1;
  706. PCI_bus = 1;
  707. PCI_dev = pdev;
  708. Quantum = 0;
  709. bios_base = 0;
  710. return 1;
  711. fail:
  712. pci_dev_put(pdev);
  713. return 0;
  714. }
  715. #endif
  716. struct Scsi_Host *__fdomain_16x0_detect(struct scsi_host_template *tpnt )
  717. {
  718. int retcode;
  719. struct Scsi_Host *shpnt;
  720. struct pci_dev *pdev = NULL;
  721. if (setup_called) {
  722. #if DEBUG_DETECT
  723. printk( "scsi: <fdomain> No BIOS, using port_base = 0x%x, irq = %d\n",
  724. port_base, interrupt_level );
  725. #endif
  726. if (!request_region(port_base, 0x10, "fdomain")) {
  727. printk( "scsi: <fdomain> port 0x%x is busy\n", port_base );
  728. printk( "scsi: <fdomain> Bad LILO/INSMOD parameters?\n" );
  729. return NULL;
  730. }
  731. if (!fdomain_is_valid_port( port_base )) {
  732. printk( "scsi: <fdomain> Cannot locate chip at port base 0x%x\n",
  733. port_base );
  734. printk( "scsi: <fdomain> Bad LILO/INSMOD parameters?\n" );
  735. release_region(port_base, 0x10);
  736. return NULL;
  737. }
  738. } else {
  739. int flag = 0;
  740. #ifdef CONFIG_PCI
  741. /* Try PCI detection first */
  742. flag = fdomain_pci_bios_detect( &interrupt_level, &port_base, &pdev );
  743. #endif
  744. if (!flag) {
  745. /* Then try ISA bus detection */
  746. flag = fdomain_isa_detect( &interrupt_level, &port_base );
  747. if (!flag) {
  748. printk( "scsi: <fdomain> Detection failed (no card)\n" );
  749. return NULL;
  750. }
  751. }
  752. }
  753. fdomain_16x0_bus_reset(NULL);
  754. if (fdomain_test_loopback()) {
  755. printk(KERN_ERR "scsi: <fdomain> Detection failed (loopback test failed at port base 0x%x)\n", port_base);
  756. if (setup_called) {
  757. printk(KERN_ERR "scsi: <fdomain> Bad LILO/INSMOD parameters?\n");
  758. }
  759. goto fail;
  760. }
  761. if (this_id) {
  762. tpnt->this_id = (this_id & 0x07);
  763. adapter_mask = (1 << tpnt->this_id);
  764. } else {
  765. if (PCI_bus || (bios_major == 3 && bios_minor >= 2) || bios_major < 0) {
  766. tpnt->this_id = 7;
  767. adapter_mask = 0x80;
  768. } else {
  769. tpnt->this_id = 6;
  770. adapter_mask = 0x40;
  771. }
  772. }
  773. /* Print out a banner here in case we can't
  774. get resources. */
  775. shpnt = scsi_register( tpnt, 0 );
  776. if(shpnt == NULL) {
  777. release_region(port_base, 0x10);
  778. return NULL;
  779. }
  780. shpnt->irq = interrupt_level;
  781. shpnt->io_port = port_base;
  782. shpnt->n_io_port = 0x10;
  783. print_banner( shpnt );
  784. /* Log IRQ with kernel */
  785. if (!interrupt_level) {
  786. printk(KERN_ERR "scsi: <fdomain> Card Detected, but driver not loaded (no IRQ)\n" );
  787. goto fail;
  788. } else {
  789. /* Register the IRQ with the kernel */
  790. retcode = request_irq( interrupt_level,
  791. do_fdomain_16x0_intr, pdev?IRQF_SHARED:0, "fdomain", shpnt);
  792. if (retcode < 0) {
  793. if (retcode == -EINVAL) {
  794. printk(KERN_ERR "scsi: <fdomain> IRQ %d is bad!\n", interrupt_level );
  795. printk(KERN_ERR " This shouldn't happen!\n" );
  796. printk(KERN_ERR " Send mail to faith@acm.org\n" );
  797. } else if (retcode == -EBUSY) {
  798. printk(KERN_ERR "scsi: <fdomain> IRQ %d is already in use!\n", interrupt_level );
  799. printk(KERN_ERR " Please use another IRQ!\n" );
  800. } else {
  801. printk(KERN_ERR "scsi: <fdomain> Error getting IRQ %d\n", interrupt_level );
  802. printk(KERN_ERR " This shouldn't happen!\n" );
  803. printk(KERN_ERR " Send mail to faith@acm.org\n" );
  804. }
  805. printk(KERN_ERR "scsi: <fdomain> Detected, but driver not loaded (IRQ)\n" );
  806. goto fail;
  807. }
  808. }
  809. return shpnt;
  810. fail:
  811. pci_dev_put(pdev);
  812. release_region(port_base, 0x10);
  813. return NULL;
  814. }
  815. static int fdomain_16x0_detect(struct scsi_host_template *tpnt)
  816. {
  817. if (fdomain)
  818. fdomain_setup(fdomain);
  819. return (__fdomain_16x0_detect(tpnt) != NULL);
  820. }
  821. static const char *fdomain_16x0_info( struct Scsi_Host *ignore )
  822. {
  823. static char buffer[128];
  824. char *pt;
  825. strcpy( buffer, "Future Domain 16-bit SCSI Driver Version" );
  826. if (strchr( VERSION, ':')) { /* Assume VERSION is an RCS Revision string */
  827. strcat( buffer, strchr( VERSION, ':' ) + 1 );
  828. pt = strrchr( buffer, '$') - 1;
  829. if (!pt) /* Stripped RCS Revision string? */
  830. pt = buffer + strlen( buffer ) - 1;
  831. if (*pt != ' ')
  832. ++pt;
  833. *pt = '\0';
  834. } else { /* Assume VERSION is a number */
  835. strcat( buffer, " " VERSION );
  836. }
  837. return buffer;
  838. }
  839. #if 0
  840. static int fdomain_arbitrate( void )
  841. {
  842. int status = 0;
  843. unsigned long timeout;
  844. #if EVERY_ACCESS
  845. printk( "fdomain_arbitrate()\n" );
  846. #endif
  847. outb(0x00, port_base + SCSI_Cntl); /* Disable data drivers */
  848. outb(adapter_mask, port_base + SCSI_Data_NoACK); /* Set our id bit */
  849. outb(0x04 | PARITY_MASK, port_base + TMC_Cntl); /* Start arbitration */
  850. timeout = 500;
  851. do {
  852. status = inb(port_base + TMC_Status); /* Read adapter status */
  853. if (status & 0x02) /* Arbitration complete */
  854. return 0;
  855. mdelay(1); /* Wait one millisecond */
  856. } while (--timeout);
  857. /* Make bus idle */
  858. fdomain_make_bus_idle();
  859. #if EVERY_ACCESS
  860. printk( "Arbitration failed, status = %x\n", status );
  861. #endif
  862. #if ERRORS_ONLY
  863. printk( "scsi: <fdomain> Arbitration failed, status = %x\n", status );
  864. #endif
  865. return 1;
  866. }
  867. #endif
  868. static int fdomain_select( int target )
  869. {
  870. int status;
  871. unsigned long timeout;
  872. #if ERRORS_ONLY
  873. static int flag = 0;
  874. #endif
  875. outb(0x82, port_base + SCSI_Cntl); /* Bus Enable + Select */
  876. outb(adapter_mask | (1 << target), port_base + SCSI_Data_NoACK);
  877. /* Stop arbitration and enable parity */
  878. outb(PARITY_MASK, port_base + TMC_Cntl);
  879. timeout = 350; /* 350 msec */
  880. do {
  881. status = inb(port_base + SCSI_Status); /* Read adapter status */
  882. if (status & 1) { /* Busy asserted */
  883. /* Enable SCSI Bus (on error, should make bus idle with 0) */
  884. outb(0x80, port_base + SCSI_Cntl);
  885. return 0;
  886. }
  887. mdelay(1); /* wait one msec */
  888. } while (--timeout);
  889. /* Make bus idle */
  890. fdomain_make_bus_idle();
  891. #if EVERY_ACCESS
  892. if (!target) printk( "Selection failed\n" );
  893. #endif
  894. #if ERRORS_ONLY
  895. if (!target) {
  896. if (!flag) /* Skip first failure for all chips. */
  897. ++flag;
  898. else
  899. printk( "scsi: <fdomain> Selection failed\n" );
  900. }
  901. #endif
  902. return 1;
  903. }
  904. static void my_done(int error)
  905. {
  906. if (in_command) {
  907. in_command = 0;
  908. outb(0x00, port_base + Interrupt_Cntl);
  909. fdomain_make_bus_idle();
  910. current_SC->result = error;
  911. if (current_SC->scsi_done)
  912. current_SC->scsi_done( current_SC );
  913. else panic( "scsi: <fdomain> current_SC->scsi_done() == NULL" );
  914. } else {
  915. panic( "scsi: <fdomain> my_done() called outside of command\n" );
  916. }
  917. #if DEBUG_RACE
  918. in_interrupt_flag = 0;
  919. #endif
  920. }
  921. static irqreturn_t do_fdomain_16x0_intr(int irq, void *dev_id)
  922. {
  923. unsigned long flags;
  924. int status;
  925. int done = 0;
  926. unsigned data_count;
  927. /* The fdomain_16x0_intr is only called via
  928. the interrupt handler. The goal of the
  929. sti() here is to allow other
  930. interruptions while this routine is
  931. running. */
  932. /* Check for other IRQ sources */
  933. if ((inb(port_base + TMC_Status) & 0x01) == 0)
  934. return IRQ_NONE;
  935. /* It is our IRQ */
  936. outb(0x00, port_base + Interrupt_Cntl);
  937. /* We usually have one spurious interrupt after each command. Ignore it. */
  938. if (!in_command || !current_SC) { /* Spurious interrupt */
  939. #if EVERY_ACCESS
  940. printk( "Spurious interrupt, in_command = %d, current_SC = %x\n",
  941. in_command, current_SC );
  942. #endif
  943. return IRQ_NONE;
  944. }
  945. /* Abort calls my_done, so we do nothing here. */
  946. if (current_SC->SCp.phase & aborted) {
  947. #if DEBUG_ABORT
  948. printk( "scsi: <fdomain> Interrupt after abort, ignoring\n" );
  949. #endif
  950. /*
  951. return IRQ_HANDLED; */
  952. }
  953. #if DEBUG_RACE
  954. ++in_interrupt_flag;
  955. #endif
  956. if (current_SC->SCp.phase & in_arbitration) {
  957. status = inb(port_base + TMC_Status); /* Read adapter status */
  958. if (!(status & 0x02)) {
  959. #if EVERY_ACCESS
  960. printk( " AFAIL " );
  961. #endif
  962. spin_lock_irqsave(current_SC->device->host->host_lock, flags);
  963. my_done( DID_BUS_BUSY << 16 );
  964. spin_unlock_irqrestore(current_SC->device->host->host_lock, flags);
  965. return IRQ_HANDLED;
  966. }
  967. current_SC->SCp.phase = in_selection;
  968. outb(0x40 | FIFO_COUNT, port_base + Interrupt_Cntl);
  969. outb(0x82, port_base + SCSI_Cntl); /* Bus Enable + Select */
  970. outb(adapter_mask | (1 << scmd_id(current_SC)), port_base + SCSI_Data_NoACK);
  971. /* Stop arbitration and enable parity */
  972. outb(0x10 | PARITY_MASK, port_base + TMC_Cntl);
  973. #if DEBUG_RACE
  974. in_interrupt_flag = 0;
  975. #endif
  976. return IRQ_HANDLED;
  977. } else if (current_SC->SCp.phase & in_selection) {
  978. status = inb(port_base + SCSI_Status);
  979. if (!(status & 0x01)) {
  980. /* Try again, for slow devices */
  981. if (fdomain_select( scmd_id(current_SC) )) {
  982. #if EVERY_ACCESS
  983. printk( " SFAIL " );
  984. #endif
  985. spin_lock_irqsave(current_SC->device->host->host_lock, flags);
  986. my_done( DID_NO_CONNECT << 16 );
  987. spin_unlock_irqrestore(current_SC->device->host->host_lock, flags);
  988. return IRQ_HANDLED;
  989. } else {
  990. #if EVERY_ACCESS
  991. printk( " AltSel " );
  992. #endif
  993. /* Stop arbitration and enable parity */
  994. outb(0x10 | PARITY_MASK, port_base + TMC_Cntl);
  995. }
  996. }
  997. current_SC->SCp.phase = in_other;
  998. outb(0x90 | FIFO_COUNT, port_base + Interrupt_Cntl);
  999. outb(0x80, port_base + SCSI_Cntl);
  1000. #if DEBUG_RACE
  1001. in_interrupt_flag = 0;
  1002. #endif
  1003. return IRQ_HANDLED;
  1004. }
  1005. /* current_SC->SCp.phase == in_other: this is the body of the routine */
  1006. status = inb(port_base + SCSI_Status);
  1007. if (status & 0x10) { /* REQ */
  1008. switch (status & 0x0e) {
  1009. case 0x08: /* COMMAND OUT */
  1010. outb(current_SC->cmnd[current_SC->SCp.sent_command++],
  1011. port_base + Write_SCSI_Data);
  1012. #if EVERY_ACCESS
  1013. printk( "CMD = %x,",
  1014. current_SC->cmnd[ current_SC->SCp.sent_command - 1] );
  1015. #endif
  1016. break;
  1017. case 0x00: /* DATA OUT -- tmc18c50/tmc18c30 only */
  1018. if (chip != tmc1800 && !current_SC->SCp.have_data_in) {
  1019. current_SC->SCp.have_data_in = -1;
  1020. outb(0xd0 | PARITY_MASK, port_base + TMC_Cntl);
  1021. }
  1022. break;
  1023. case 0x04: /* DATA IN -- tmc18c50/tmc18c30 only */
  1024. if (chip != tmc1800 && !current_SC->SCp.have_data_in) {
  1025. current_SC->SCp.have_data_in = 1;
  1026. outb(0x90 | PARITY_MASK, port_base + TMC_Cntl);
  1027. }
  1028. break;
  1029. case 0x0c: /* STATUS IN */
  1030. current_SC->SCp.Status = inb(port_base + Read_SCSI_Data);
  1031. #if EVERY_ACCESS
  1032. printk( "Status = %x, ", current_SC->SCp.Status );
  1033. #endif
  1034. #if ERRORS_ONLY
  1035. if (current_SC->SCp.Status
  1036. && current_SC->SCp.Status != 2
  1037. && current_SC->SCp.Status != 8) {
  1038. printk( "scsi: <fdomain> target = %d, command = %x, status = %x\n",
  1039. current_SC->device->id,
  1040. current_SC->cmnd[0],
  1041. current_SC->SCp.Status );
  1042. }
  1043. #endif
  1044. break;
  1045. case 0x0a: /* MESSAGE OUT */
  1046. outb(MESSAGE_REJECT, port_base + Write_SCSI_Data); /* Reject */
  1047. break;
  1048. case 0x0e: /* MESSAGE IN */
  1049. current_SC->SCp.Message = inb(port_base + Read_SCSI_Data);
  1050. #if EVERY_ACCESS
  1051. printk( "Message = %x, ", current_SC->SCp.Message );
  1052. #endif
  1053. if (!current_SC->SCp.Message) ++done;
  1054. #if DEBUG_MESSAGES || EVERY_ACCESS
  1055. if (current_SC->SCp.Message) {
  1056. printk( "scsi: <fdomain> message = %x\n",
  1057. current_SC->SCp.Message );
  1058. }
  1059. #endif
  1060. break;
  1061. }
  1062. }
  1063. if (chip == tmc1800 && !current_SC->SCp.have_data_in
  1064. && (current_SC->SCp.sent_command >= current_SC->cmd_len)) {
  1065. if(current_SC->sc_data_direction == DMA_TO_DEVICE)
  1066. {
  1067. current_SC->SCp.have_data_in = -1;
  1068. outb(0xd0 | PARITY_MASK, port_base + TMC_Cntl);
  1069. }
  1070. else
  1071. {
  1072. current_SC->SCp.have_data_in = 1;
  1073. outb(0x90 | PARITY_MASK, port_base + TMC_Cntl);
  1074. }
  1075. }
  1076. if (current_SC->SCp.have_data_in == -1) { /* DATA OUT */
  1077. while ((data_count = FIFO_Size - inw(port_base + FIFO_Data_Count)) > 512) {
  1078. #if EVERY_ACCESS
  1079. printk( "DC=%d, ", data_count ) ;
  1080. #endif
  1081. if (data_count > current_SC->SCp.this_residual)
  1082. data_count = current_SC->SCp.this_residual;
  1083. if (data_count > 0) {
  1084. #if EVERY_ACCESS
  1085. printk( "%d OUT, ", data_count );
  1086. #endif
  1087. if (data_count == 1) {
  1088. outb(*current_SC->SCp.ptr++, port_base + Write_FIFO);
  1089. --current_SC->SCp.this_residual;
  1090. } else {
  1091. data_count >>= 1;
  1092. outsw(port_base + Write_FIFO, current_SC->SCp.ptr, data_count);
  1093. current_SC->SCp.ptr += 2 * data_count;
  1094. current_SC->SCp.this_residual -= 2 * data_count;
  1095. }
  1096. }
  1097. if (!current_SC->SCp.this_residual) {
  1098. if (current_SC->SCp.buffers_residual) {
  1099. --current_SC->SCp.buffers_residual;
  1100. ++current_SC->SCp.buffer;
  1101. current_SC->SCp.ptr = sg_virt(current_SC->SCp.buffer);
  1102. current_SC->SCp.this_residual = current_SC->SCp.buffer->length;
  1103. } else
  1104. break;
  1105. }
  1106. }
  1107. }
  1108. if (current_SC->SCp.have_data_in == 1) { /* DATA IN */
  1109. while ((data_count = inw(port_base + FIFO_Data_Count)) > 0) {
  1110. #if EVERY_ACCESS
  1111. printk( "DC=%d, ", data_count );
  1112. #endif
  1113. if (data_count > current_SC->SCp.this_residual)
  1114. data_count = current_SC->SCp.this_residual;
  1115. if (data_count) {
  1116. #if EVERY_ACCESS
  1117. printk( "%d IN, ", data_count );
  1118. #endif
  1119. if (data_count == 1) {
  1120. *current_SC->SCp.ptr++ = inb(port_base + Read_FIFO);
  1121. --current_SC->SCp.this_residual;
  1122. } else {
  1123. data_count >>= 1; /* Number of words */
  1124. insw(port_base + Read_FIFO, current_SC->SCp.ptr, data_count);
  1125. current_SC->SCp.ptr += 2 * data_count;
  1126. current_SC->SCp.this_residual -= 2 * data_count;
  1127. }
  1128. }
  1129. if (!current_SC->SCp.this_residual
  1130. && current_SC->SCp.buffers_residual) {
  1131. --current_SC->SCp.buffers_residual;
  1132. ++current_SC->SCp.buffer;
  1133. current_SC->SCp.ptr = sg_virt(current_SC->SCp.buffer);
  1134. current_SC->SCp.this_residual = current_SC->SCp.buffer->length;
  1135. }
  1136. }
  1137. }
  1138. if (done) {
  1139. #if EVERY_ACCESS
  1140. printk( " ** IN DONE %d ** ", current_SC->SCp.have_data_in );
  1141. #endif
  1142. #if ERRORS_ONLY
  1143. if (current_SC->cmnd[0] == REQUEST_SENSE && !current_SC->SCp.Status) {
  1144. char *buf = scsi_sglist(current_SC);
  1145. if ((unsigned char)(*(buf + 2)) & 0x0f) {
  1146. unsigned char key;
  1147. unsigned char code;
  1148. unsigned char qualifier;
  1149. key = (unsigned char)(*(buf + 2)) & 0x0f;
  1150. code = (unsigned char)(*(buf + 12));
  1151. qualifier = (unsigned char)(*(buf + 13));
  1152. if (key != UNIT_ATTENTION
  1153. && !(key == NOT_READY
  1154. && code == 0x04
  1155. && (!qualifier || qualifier == 0x02 || qualifier == 0x01))
  1156. && !(key == ILLEGAL_REQUEST && (code == 0x25
  1157. || code == 0x24
  1158. || !code)))
  1159. printk( "scsi: <fdomain> REQUEST SENSE"
  1160. " Key = %x, Code = %x, Qualifier = %x\n",
  1161. key, code, qualifier );
  1162. }
  1163. }
  1164. #endif
  1165. #if EVERY_ACCESS
  1166. printk( "BEFORE MY_DONE. . ." );
  1167. #endif
  1168. spin_lock_irqsave(current_SC->device->host->host_lock, flags);
  1169. my_done( (current_SC->SCp.Status & 0xff)
  1170. | ((current_SC->SCp.Message & 0xff) << 8) | (DID_OK << 16) );
  1171. spin_unlock_irqrestore(current_SC->device->host->host_lock, flags);
  1172. #if EVERY_ACCESS
  1173. printk( "RETURNING.\n" );
  1174. #endif
  1175. } else {
  1176. if (current_SC->SCp.phase & disconnect) {
  1177. outb(0xd0 | FIFO_COUNT, port_base + Interrupt_Cntl);
  1178. outb(0x00, port_base + SCSI_Cntl);
  1179. } else {
  1180. outb(0x90 | FIFO_COUNT, port_base + Interrupt_Cntl);
  1181. }
  1182. }
  1183. #if DEBUG_RACE
  1184. in_interrupt_flag = 0;
  1185. #endif
  1186. return IRQ_HANDLED;
  1187. }
  1188. static int fdomain_16x0_queue_lck(struct scsi_cmnd *SCpnt,
  1189. void (*done)(struct scsi_cmnd *))
  1190. {
  1191. if (in_command) {
  1192. panic( "scsi: <fdomain> fdomain_16x0_queue() NOT REENTRANT!\n" );
  1193. }
  1194. #if EVERY_ACCESS
  1195. printk( "queue: target = %d cmnd = 0x%02x pieces = %d size = %u\n",
  1196. SCpnt->target,
  1197. *(unsigned char *)SCpnt->cmnd,
  1198. scsi_sg_count(SCpnt),
  1199. scsi_bufflen(SCpnt));
  1200. #endif
  1201. fdomain_make_bus_idle();
  1202. current_SC = SCpnt; /* Save this for the done function */
  1203. current_SC->scsi_done = done;
  1204. /* Initialize static data */
  1205. if (scsi_sg_count(current_SC)) {
  1206. current_SC->SCp.buffer = scsi_sglist(current_SC);
  1207. current_SC->SCp.ptr = sg_virt(current_SC->SCp.buffer);
  1208. current_SC->SCp.this_residual = current_SC->SCp.buffer->length;
  1209. current_SC->SCp.buffers_residual = scsi_sg_count(current_SC) - 1;
  1210. } else {
  1211. current_SC->SCp.ptr = NULL;
  1212. current_SC->SCp.this_residual = 0;
  1213. current_SC->SCp.buffer = NULL;
  1214. current_SC->SCp.buffers_residual = 0;
  1215. }
  1216. current_SC->SCp.Status = 0;
  1217. current_SC->SCp.Message = 0;
  1218. current_SC->SCp.have_data_in = 0;
  1219. current_SC->SCp.sent_command = 0;
  1220. current_SC->SCp.phase = in_arbitration;
  1221. /* Start arbitration */
  1222. outb(0x00, port_base + Interrupt_Cntl);
  1223. outb(0x00, port_base + SCSI_Cntl); /* Disable data drivers */
  1224. outb(adapter_mask, port_base + SCSI_Data_NoACK); /* Set our id bit */
  1225. ++in_command;
  1226. outb(0x20, port_base + Interrupt_Cntl);
  1227. outb(0x14 | PARITY_MASK, port_base + TMC_Cntl); /* Start arbitration */
  1228. return 0;
  1229. }
  1230. static DEF_SCSI_QCMD(fdomain_16x0_queue)
  1231. #if DEBUG_ABORT
  1232. static void print_info(struct scsi_cmnd *SCpnt)
  1233. {
  1234. unsigned int imr;
  1235. unsigned int irr;
  1236. unsigned int isr;
  1237. if (!SCpnt || !SCpnt->device || !SCpnt->device->host) {
  1238. printk(KERN_WARNING "scsi: <fdomain> Cannot provide detailed information\n");
  1239. return;
  1240. }
  1241. printk(KERN_INFO "%s\n", fdomain_16x0_info( SCpnt->device->host ) );
  1242. print_banner(SCpnt->device->host);
  1243. switch (SCpnt->SCp.phase) {
  1244. case in_arbitration: printk("arbitration"); break;
  1245. case in_selection: printk("selection"); break;
  1246. case in_other: printk("other"); break;
  1247. default: printk("unknown"); break;
  1248. }
  1249. printk( " (%d), target = %d cmnd = 0x%02x pieces = %d size = %u\n",
  1250. SCpnt->SCp.phase,
  1251. SCpnt->device->id,
  1252. *(unsigned char *)SCpnt->cmnd,
  1253. scsi_sg_count(SCpnt),
  1254. scsi_bufflen(SCpnt));
  1255. printk( "sent_command = %d, have_data_in = %d, timeout = %d\n",
  1256. SCpnt->SCp.sent_command,
  1257. SCpnt->SCp.have_data_in,
  1258. SCpnt->timeout );
  1259. #if DEBUG_RACE
  1260. printk( "in_interrupt_flag = %d\n", in_interrupt_flag );
  1261. #endif
  1262. imr = (inb( 0x0a1 ) << 8) + inb( 0x21 );
  1263. outb( 0x0a, 0xa0 );
  1264. irr = inb( 0xa0 ) << 8;
  1265. outb( 0x0a, 0x20 );
  1266. irr += inb( 0x20 );
  1267. outb( 0x0b, 0xa0 );
  1268. isr = inb( 0xa0 ) << 8;
  1269. outb( 0x0b, 0x20 );
  1270. isr += inb( 0x20 );
  1271. /* Print out interesting information */
  1272. printk( "IMR = 0x%04x", imr );
  1273. if (imr & (1 << interrupt_level))
  1274. printk( " (masked)" );
  1275. printk( ", IRR = 0x%04x, ISR = 0x%04x\n", irr, isr );
  1276. printk( "SCSI Status = 0x%02x\n", inb(port_base + SCSI_Status));
  1277. printk( "TMC Status = 0x%02x", inb(port_base + TMC_Status));
  1278. if (inb((port_base + TMC_Status) & 1))
  1279. printk( " (interrupt)" );
  1280. printk( "\n" );
  1281. printk("Interrupt Status = 0x%02x", inb(port_base + Interrupt_Status));
  1282. if (inb(port_base + Interrupt_Status) & 0x08)
  1283. printk( " (enabled)" );
  1284. printk( "\n" );
  1285. if (chip == tmc18c50 || chip == tmc18c30) {
  1286. printk("FIFO Status = 0x%02x\n", inb(port_base + FIFO_Status));
  1287. printk( "Int. Condition = 0x%02x\n",
  1288. inb( port_base + Interrupt_Cond ) );
  1289. }
  1290. printk( "Configuration 1 = 0x%02x\n", inb( port_base + Configuration1 ) );
  1291. if (chip == tmc18c50 || chip == tmc18c30)
  1292. printk( "Configuration 2 = 0x%02x\n",
  1293. inb( port_base + Configuration2 ) );
  1294. }
  1295. #endif
  1296. static int fdomain_16x0_abort(struct scsi_cmnd *SCpnt)
  1297. {
  1298. #if EVERY_ACCESS || ERRORS_ONLY || DEBUG_ABORT
  1299. printk( "scsi: <fdomain> abort " );
  1300. #endif
  1301. if (!in_command) {
  1302. #if EVERY_ACCESS || ERRORS_ONLY
  1303. printk( " (not in command)\n" );
  1304. #endif
  1305. return FAILED;
  1306. } else printk( "\n" );
  1307. #if DEBUG_ABORT
  1308. print_info( SCpnt );
  1309. #endif
  1310. fdomain_make_bus_idle();
  1311. current_SC->SCp.phase |= aborted;
  1312. current_SC->result = DID_ABORT << 16;
  1313. /* Aborts are not done well. . . */
  1314. my_done(DID_ABORT << 16);
  1315. return SUCCESS;
  1316. }
  1317. int fdomain_16x0_bus_reset(struct scsi_cmnd *SCpnt)
  1318. {
  1319. unsigned long flags;
  1320. local_irq_save(flags);
  1321. outb(1, port_base + SCSI_Cntl);
  1322. do_pause( 2 );
  1323. outb(0, port_base + SCSI_Cntl);
  1324. do_pause( 115 );
  1325. outb(0, port_base + SCSI_Mode_Cntl);
  1326. outb(PARITY_MASK, port_base + TMC_Cntl);
  1327. local_irq_restore(flags);
  1328. return SUCCESS;
  1329. }
  1330. static int fdomain_16x0_biosparam(struct scsi_device *sdev,
  1331. struct block_device *bdev,
  1332. sector_t capacity, int *info_array)
  1333. {
  1334. int drive;
  1335. int size = capacity;
  1336. unsigned long offset;
  1337. struct drive_info {
  1338. unsigned short cylinders;
  1339. unsigned char heads;
  1340. unsigned char sectors;
  1341. } i;
  1342. /* NOTES:
  1343. The RAM area starts at 0x1f00 from the bios_base address.
  1344. For BIOS Version 2.0:
  1345. The drive parameter table seems to start at 0x1f30.
  1346. The first byte's purpose is not known.
  1347. Next is the cylinder, head, and sector information.
  1348. The last 4 bytes appear to be the drive's size in sectors.
  1349. The other bytes in the drive parameter table are unknown.
  1350. If anyone figures them out, please send me mail, and I will
  1351. update these notes.
  1352. Tape drives do not get placed in this table.
  1353. There is another table at 0x1fea:
  1354. If the byte is 0x01, then the SCSI ID is not in use.
  1355. If the byte is 0x18 or 0x48, then the SCSI ID is in use,
  1356. although tapes don't seem to be in this table. I haven't
  1357. seen any other numbers (in a limited sample).
  1358. 0x1f2d is a drive count (i.e., not including tapes)
  1359. The table at 0x1fcc are I/O ports addresses for the various
  1360. operations. I calculate these by hand in this driver code.
  1361. For the ISA-200S version of BIOS Version 2.0:
  1362. The drive parameter table starts at 0x1f33.
  1363. WARNING: Assume that the table entry is 25 bytes long. Someone needs
  1364. to check this for the Quantum ISA-200S card.
  1365. For BIOS Version 3.2:
  1366. The drive parameter table starts at 0x1f70. Each entry is
  1367. 0x0a bytes long. Heads are one less than we need to report.
  1368. */
  1369. if (MAJOR(bdev->bd_dev) != SCSI_DISK0_MAJOR) {
  1370. printk("scsi: <fdomain> fdomain_16x0_biosparam: too many disks");
  1371. return 0;
  1372. }
  1373. drive = MINOR(bdev->bd_dev) >> 4;
  1374. if (bios_major == 2) {
  1375. switch (Quantum) {
  1376. case 2: /* ISA_200S */
  1377. /* The value of 25 has never been verified.
  1378. It should probably be 15. */
  1379. offset = 0x1f33 + drive * 25;
  1380. break;
  1381. case 3: /* ISA_250MG */
  1382. offset = 0x1f36 + drive * 15;
  1383. break;
  1384. case 4: /* ISA_200S (another one) */
  1385. offset = 0x1f34 + drive * 15;
  1386. break;
  1387. default:
  1388. offset = 0x1f31 + drive * 25;
  1389. break;
  1390. }
  1391. memcpy_fromio( &i, bios_mem + offset, sizeof( struct drive_info ) );
  1392. info_array[0] = i.heads;
  1393. info_array[1] = i.sectors;
  1394. info_array[2] = i.cylinders;
  1395. } else if (bios_major == 3
  1396. && bios_minor >= 0
  1397. && bios_minor < 4) { /* 3.0 and 3.2 BIOS */
  1398. memcpy_fromio( &i, bios_mem + 0x1f71 + drive * 10,
  1399. sizeof( struct drive_info ) );
  1400. info_array[0] = i.heads + 1;
  1401. info_array[1] = i.sectors;
  1402. info_array[2] = i.cylinders;
  1403. } else { /* 3.4 BIOS (and up?) */
  1404. /* This algorithm was provided by Future Domain (much thanks!). */
  1405. unsigned char *p = scsi_bios_ptable(bdev);
  1406. if (p && p[65] == 0xaa && p[64] == 0x55 /* Partition table valid */
  1407. && p[4]) { /* Partition type */
  1408. /* The partition table layout is as follows:
  1409. Start: 0x1b3h
  1410. Offset: 0 = partition status
  1411. 1 = starting head
  1412. 2 = starting sector and cylinder (word, encoded)
  1413. 4 = partition type
  1414. 5 = ending head
  1415. 6 = ending sector and cylinder (word, encoded)
  1416. 8 = starting absolute sector (double word)
  1417. c = number of sectors (double word)
  1418. Signature: 0x1fe = 0x55aa
  1419. So, this algorithm assumes:
  1420. 1) the first partition table is in use,
  1421. 2) the data in the first entry is correct, and
  1422. 3) partitions never divide cylinders
  1423. Note that (1) may be FALSE for NetBSD (and other BSD flavors),
  1424. as well as for Linux. Note also, that Linux doesn't pay any
  1425. attention to the fields that are used by this algorithm -- it
  1426. only uses the absolute sector data. Recent versions of Linux's
  1427. fdisk(1) will fill this data in correctly, and forthcoming
  1428. versions will check for consistency.
  1429. Checking for a non-zero partition type is not part of the
  1430. Future Domain algorithm, but it seemed to be a reasonable thing
  1431. to do, especially in the Linux and BSD worlds. */
  1432. info_array[0] = p[5] + 1; /* heads */
  1433. info_array[1] = p[6] & 0x3f; /* sectors */
  1434. } else {
  1435. /* Note that this new method guarantees that there will always be
  1436. less than 1024 cylinders on a platter. This is good for drives
  1437. up to approximately 7.85GB (where 1GB = 1024 * 1024 kB). */
  1438. if ((unsigned int)size >= 0x7e0000U) {
  1439. info_array[0] = 0xff; /* heads = 255 */
  1440. info_array[1] = 0x3f; /* sectors = 63 */
  1441. } else if ((unsigned int)size >= 0x200000U) {
  1442. info_array[0] = 0x80; /* heads = 128 */
  1443. info_array[1] = 0x3f; /* sectors = 63 */
  1444. } else {
  1445. info_array[0] = 0x40; /* heads = 64 */
  1446. info_array[1] = 0x20; /* sectors = 32 */
  1447. }
  1448. }
  1449. /* For both methods, compute the cylinders */
  1450. info_array[2] = (unsigned int)size / (info_array[0] * info_array[1] );
  1451. kfree(p);
  1452. }
  1453. return 0;
  1454. }
  1455. static int fdomain_16x0_release(struct Scsi_Host *shpnt)
  1456. {
  1457. if (shpnt->irq)
  1458. free_irq(shpnt->irq, shpnt);
  1459. if (shpnt->io_port && shpnt->n_io_port)
  1460. release_region(shpnt->io_port, shpnt->n_io_port);
  1461. if (PCI_bus)
  1462. pci_dev_put(PCI_dev);
  1463. return 0;
  1464. }
  1465. struct scsi_host_template fdomain_driver_template = {
  1466. .module = THIS_MODULE,
  1467. .name = "fdomain",
  1468. .proc_name = "fdomain",
  1469. .detect = fdomain_16x0_detect,
  1470. .info = fdomain_16x0_info,
  1471. .queuecommand = fdomain_16x0_queue,
  1472. .eh_abort_handler = fdomain_16x0_abort,
  1473. .eh_bus_reset_handler = fdomain_16x0_bus_reset,
  1474. .bios_param = fdomain_16x0_biosparam,
  1475. .release = fdomain_16x0_release,
  1476. .can_queue = 1,
  1477. .this_id = 6,
  1478. .sg_tablesize = 64,
  1479. .cmd_per_lun = 1,
  1480. .use_clustering = DISABLE_CLUSTERING,
  1481. };
  1482. #ifndef PCMCIA
  1483. #ifdef CONFIG_PCI
  1484. static struct pci_device_id fdomain_pci_tbl[] __devinitdata = {
  1485. { PCI_VENDOR_ID_FD, PCI_DEVICE_ID_FD_36C70,
  1486. PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0UL },
  1487. { }
  1488. };
  1489. MODULE_DEVICE_TABLE(pci, fdomain_pci_tbl);
  1490. #endif
  1491. #define driver_template fdomain_driver_template
  1492. #include "scsi_module.c"
  1493. #endif