summaryrefslogtreecommitdiffstats
path: root/sys/dev/isp
Commit message (Expand)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$peter1999-08-289-9/+9
* Cast pointers to uintptr_t instead of casting them to u_long, and/or vicebde1999-08-241-2/+2
* Clarify and cleanup some CAM queueing breakages.mjacob1999-08-161-176/+175
* add in SIMQFRZ_TIMED && CMD_RQLATER definesmjacob1999-08-161-2/+3
* add in new ICB structure variant (for 2200)mjacob1999-08-161-13/+23
* Clarify lun limits for FC && SCSI.mjacob1999-08-161-3/+16
* More code cleanup. Go back to using FULL_LOGIN Fibre Chan if f/w is less thanmjacob1999-08-161-91/+157
* Set some correct return values. Prefer I/O map all the time unless configuredmjacob1999-08-161-13/+20
* Properly set the alignment argument to bus_dma_tag_create(). If wegibbs1999-08-161-2/+2
* add in (controlled by option) 2200 Expanded Lun F/Wmjacob1999-07-061-4/+3818
* add in a boot environment isp_disable flagmjacob1999-07-061-1/+11
* Wow- too much breakage..wait until you compile it, buckwheat...mjacob1999-07-051-2/+2
* Oops- got sense of ifdef wrongmjacob1999-07-051-2/+2
* add 2200 f/w; fix botched definemjacob1999-07-056-13/+3786
* add ISP_DISABLE_2200_SUPPORT defines; Add reference to 2200 F/Wmjacob1999-07-051-8/+14
* Well, don't try and probe 65535 luns- things just don't really work wellmjacob1999-07-031-1/+6
* Remove pre-CAM code. Add in getenv_int calls for variables isp_mem_map,mjacob1999-07-021-325/+235
* Remove all pre-CAM code. Fix breakage for SCCLUN when it is in factmjacob1999-07-021-427/+80
* Merge defunct isp_freebsd_cam.h into this file. Do some appropriatemjacob1999-07-021-84/+128
* Roll revision levels. Add support for the Qlogic 2200 (warn aboutmjacob1999-07-021-130/+707
* Roll revision levels. Move DEFAULT_LOOPID definition to platform files.mjacob1999-07-021-40/+63
* Add in SNS and Fabric login/logout commands. Clean up ICBOPT defines.mjacob1999-07-021-20/+51
* This file is now obsolete.mjacob1999-07-021-183/+0
* roll firmware for FCmjacob1999-07-021-11258/+11257
* (corrections for type change in softc)mjacob1999-06-241-3/+3
* Bruce pointed out I was being silly with volatile.mjacob1999-06-241-5/+5
* When asked to get the current transfer settings go do a dev_refreshmjacob1999-05-121-12/+26
* be a bit more chatty about some speed negotiationsmjacob1999-05-121-2/+8
* A large set of changes to handle dual bus adapters.mjacob1999-05-111-50/+106
* Some massive thwunking in initialization to handle dual bus adapters. Moremjacob1999-05-111-312/+601
* Add in SCSI_QFULL definitions. Add in local storage for second SIM formjacob1999-05-111-2/+10
* Clean up some sprintfs. Add in a SCSI_QFULL an XS_CHANNEL definitionmjacob1999-05-111-5/+9
* Roll core minor number. Re-layout a lot of SCSI fields to accomodate multiplemjacob1999-05-111-21/+23
* Clean up some macros. Add in ISP 1080/1240 NVRAM layout definitions.mjacob1999-05-111-8/+128
* add a couple of missing commandsmjacob1999-05-111-5/+5
* Clean up 2.2.X support (which might have to be cleaned up againmjacob1999-05-111-30/+53
* roll ISP 1080/1240 f/wmjacob1999-05-111-1571/+1575
* Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:peter1999-05-091-5/+1
* Add a number of interrelated CAM feature enhancements and bug fixes.ken1999-05-061-10/+9
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tpeter1999-04-241-1/+5
* temp fix for internal queue overflow problemmjacob1999-04-141-14/+34
* Staticize.eivind1999-04-111-2/+2
* Make firmware revision a triple. Clean up some FC init stuff formjacob1999-04-041-73/+138
* oops on this lastmjacob1999-04-041-3/+2
* F/W revisions now a tuple (not a duple). Fix pre-CAM code.mjacob1999-04-041-19/+57
* Fix for pre-CAM kernels (again). Turn back on fast posting.mjacob1999-04-041-35/+16
* Remove incorrect BIG_ENDIAN defines and substitute in the SBus only macrosmjacob1999-04-041-126/+45
* Change f/w revision to major,minor,micro version. Add in ISP1040C definition.mjacob1999-04-041-5/+8
* roll ISP1040 and ISP2100 f/w to latest releasemjacob1999-04-041-13460/+13587
* Read the board revision and trim cache line size back from 16 to 1mjacob1999-04-041-8/+71
OpenPOWER on IntegriCloud