summaryrefslogtreecommitdiff
path: root/sys/dev/isp/isp_pci.c
Commit message (Expand)AuthorAgeFilesLines
* PAE support changes that included at least some minimal actual testingMatt Jacob2004-09-231-14/+23
* Do the small amount of tweaking to support PAE for at least initiator mode.Matt Jacob2004-09-071-1/+137
* Store the target handles in a separate list from normal commands. Add aNate Lawson2004-05-241-0/+21
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-4/+4
* If we're defined to have a default role for target mode, make itMatt Jacob2004-02-071-5/+4
* Use __FBSDID().David E. O'Brien2003-08-241-2/+4
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-2/+2
* Mega busdma API commit.Scott Long2003-07-011-2/+4
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-3/+3
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-3/+3
* Make compiles (LINT and/or ISP_TARGET_MODE options) happier by making sureMatt Jacob2003-01-021-5/+7
* This should enable 10160 support. As best as I can tell, the sameMatt Jacob2002-10-111-0/+17
* Re-specify the bus space creation such that if we have ISP_DAC_SUPPORTEDMatt Jacob2002-09-231-8/+12
* Fix the incorrect parsing of the Risc2Host isr. For RIO_16,Matt Jacob2002-08-171-1/+13
* Don't test against default_iid being zero as a test for whether weMatt Jacob2002-07-251-1/+2
* Make sure that if are in fact using 'full SMP', make the interruptMatt Jacob2002-07-251-6/+9
* 'Support' for ISP SBus cards.Matt Jacob2002-07-111-8/+3
* Add override so that we can force set our hard loopdid.Matt Jacob2002-07-081-0/+14
* Set all 23XX cards as 'touched' (we have trouble, unpredictably, aboutMatt Jacob2002-06-161-241/+73
* Fix bus dma segment count to be based off of MAXPHYS, not BUS_SPACE_MAXSIZE.Matt Jacob2002-04-041-11/+4
* Change callers of mtx_init() to pass in an appropriate lock type name. InJohn Baldwin2002-04-041-1/+1
* Redo stuff for sparc64- primarily fix bus dma implementation. The endianMatt Jacob2002-04-021-133/+108
* More for f/w crash dumps (bug fixing and adding ioctl entry pointsMatt Jacob2002-02-181-0/+19
* Hints for WWN are now WWNN and/or WWPN.Matt Jacob2002-02-171-2/+2
* + A variety of 23XX changes:Matt Jacob2002-02-041-2/+19
* Major restructuring for swizzling to the request queue and unswizzling fromMatt Jacob2001-12-111-156/+148
* Whups- remember to zero the isr pointer arg.Matt Jacob2001-10-061-1/+3
* Respect QLogic's errata- read BIU_ISR even on the 2300Matt Jacob2001-10-061-0/+2
* If we're on an interrupt stack, mark things so that we don't tryMatt Jacob2001-09-041-10/+11
* Add 2 Gigabit Fibre Channel support (2300 && 2312 cards). This requiredMatt Jacob2001-08-311-63/+206
* Some possibly helpful casts.Matt Jacob2001-07-041-3/+3
* Fix warnings:Peter Wemm2001-06-151-1/+1
* Spring MegaChange #1.Matt Jacob2001-05-281-33/+38
* Complete some Ansification. Check to make sure, in tdma_mk, that we won'tMatt Jacob2001-04-041-17/+37
* For parallel SCSI, let us now do status with the final CTIO. For the 1080,Matt Jacob2001-03-211-1/+4
* more 32 to 16 bit handle conversionsMatt Jacob2001-03-041-2/+2
* Switch to using 16 bit handles instead of 32 bit handles.Matt Jacob2001-03-021-31/+36
* Turn on interrupt-entropy harvesting for all/any mass storage devicesMark Murray2001-03-011-2/+2
* Eliminate the use of the getenv_int stuff we'd been using (with a bitmapMatt Jacob2001-03-011-88/+110
* Shuffle around how we do isp_disable management- make sure we return 0 soMatt Jacob2001-02-111-21/+25
* Set default adapter role.Matt Jacob2001-01-151-0/+1
* add missing length argumentMatt Jacob2001-01-091-1/+1
* Set up to do a local interrupt fielding before calling common code-Matt Jacob2000-12-291-8/+27
* Convert more malloc+bzero to malloc+M_ZERO.David Malone2000-12-081-6/+3
* Remove more printfs and use either isp_prt or device_printf. RememberMatt Jacob2000-12-051-34/+37
* Whoops! Forgot to commit this when I committed the other (turnin on locks)Matt Jacob2000-10-251-13/+26
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* some copyright cleanupsMatt Jacob2000-09-211-3/+2
* Per msmith's request, don't attach to Qlogic 12160 id'd cards that haveMatt Jacob2000-09-071-0/+8
* * Completely rewrite the alpha busspace to hide the implementation fromDoug Rabson2000-08-281-9/+0