summaryrefslogtreecommitdiffstats
path: root/sys/dev/isp/isp_pci.c
Commit message (Expand)AuthorAgeFilesLines
* Add 2 Gigabit Fibre Channel support (2300 && 2312 cards). This requiredmjacob2001-08-311-63/+206
* Some possibly helpful casts.mjacob2001-07-041-3/+3
* Fix warnings:peter2001-06-151-1/+1
* Spring MegaChange #1.mjacob2001-05-281-33/+38
* Complete some Ansification. Check to make sure, in tdma_mk, that we won'tmjacob2001-04-041-17/+37
* For parallel SCSI, let us now do status with the final CTIO. For the 1080,mjacob2001-03-211-1/+4
* more 32 to 16 bit handle conversionsmjacob2001-03-041-2/+2
* Switch to using 16 bit handles instead of 32 bit handles.mjacob2001-03-021-31/+36
* Turn on interrupt-entropy harvesting for all/any mass storage devicesmarkm2001-03-011-2/+2
* Eliminate the use of the getenv_int stuff we'd been using (with a bitmapmjacob2001-03-011-88/+110
* Shuffle around how we do isp_disable management- make sure we return 0 somjacob2001-02-111-21/+25
* Set default adapter role.mjacob2001-01-151-0/+1
* add missing length argumentmjacob2001-01-091-1/+1
* Set up to do a local interrupt fielding before calling common code-mjacob2000-12-291-8/+27
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-6/+3
* Remove more printfs and use either isp_prt or device_printf. Remembermjacob2000-12-051-34/+37
* Whoops! Forgot to commit this when I committed the other (turnin on locks)mjacob2000-10-251-13/+26
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* some copyright cleanupsmjacob2000-09-211-3/+2
* Per msmith's request, don't attach to Qlogic 12160 id'd cards that havemjacob2000-09-071-0/+8
* * Completely rewrite the alpha busspace to hide the implementation fromdfr2000-08-281-9/+0
* remove clause 3 licencemjacob2000-08-271-7/+1
* Part of major rewrite for core version 2.0- clarification ofmjacob2000-08-011-99/+106
* Keep interrupts blocked for all of isp_pci_attach. Redo DMA routinesmjacob2000-07-181-78/+161
* Change startup locking. Use new isp_handle_index functionmjacob2000-07-041-20/+16
* Clean up firmware load issues and remove darn near all config options.mjacob2000-06-181-95/+43
* Clean up defines for correct 12160/1080 exclusion. Final 4.0.mjacob2000-02-291-3/+3
* If the CDB length is greater than 12 for parallel SCSI, ispscsicmd hasmjacob2000-02-151-1/+5
* Add in 12160 (Ultra3) support. Redo things to use the newbus code.mjacob2000-02-111-141/+196
* Remove compile warning not seen when compiling with target mode enabled.mjacob2000-01-151-0/+2
* Redo FC target mode dma routine to try and generate an extra CTIOmjacob2000-01-151-107/+232
* Add in an isp_tdebug environment variable. Clean up some debuggingmjacob2000-01-041-10/+65
* Support target mode operations. This involves having some variantmjacob2000-01-031-45/+350
* Add Dual LVD bus (1280) supportmjacob1999-12-161-12/+41
* Fix dmasetup functions to have 16 bit queue indices. Get the chip revisionmjacob1999-11-211-28/+40
* Remove calls to alpha_register_pci_scsi(). After Mike's recent bootgallatin1999-11-051-6/+0
* Organize things to cope with the (possible) lack of downloadablemjacob1999-10-301-11/+27
* Add in inclusion of machine/md_var.h (so alpha_scsi_bus_register or whatmjacob1999-10-171-22/+59
* remove unnecessary includesmjacob1999-10-111-3/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Cast pointers to uintptr_t instead of casting them to u_long, and/or vicebde1999-08-241-2/+2
* 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 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 ISP_DISABLE_2200_SUPPORT defines; Add reference to 2200 F/Wmjacob1999-07-051-8/+14
* Remove pre-CAM code. Add in getenv_int calls for variables isp_mem_map,mjacob1999-07-021-325/+235
* (corrections for type change in softc)mjacob1999-06-241-3/+3
* Clean up 2.2.X support (which might have to be cleaned up againmjacob1999-05-111-30/+53
OpenPOWER on IntegriCloud