aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/isp/isp_pci.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* remove clause 3 licenceMatt Jacob2000-08-271-7/+1
* Part of major rewrite for core version 2.0- clarification ofMatt Jacob2000-08-011-99/+106
* Keep interrupts blocked for all of isp_pci_attach. Redo DMA routinesMatt Jacob2000-07-181-78/+161
* Change startup locking. Use new isp_handle_index functionMatt Jacob2000-07-041-20/+16
* Clean up firmware load issues and remove darn near all config options.Matt Jacob2000-06-181-95/+43
* Clean up defines for correct 12160/1080 exclusion. Final 4.0.Matt Jacob2000-02-291-3/+3
* If the CDB length is greater than 12 for parallel SCSI, ispscsicmd hasMatt Jacob2000-02-151-1/+5
* Add in 12160 (Ultra3) support. Redo things to use the newbus code.Matt Jacob2000-02-111-141/+196
* Remove compile warning not seen when compiling with target mode enabled.Matt Jacob2000-01-151-0/+2
* Redo FC target mode dma routine to try and generate an extra CTIOMatt Jacob2000-01-151-107/+232
* Add in an isp_tdebug environment variable. Clean up some debuggingMatt Jacob2000-01-041-10/+65
* Support target mode operations. This involves having some variantMatt Jacob2000-01-031-45/+350
* Add Dual LVD bus (1280) supportMatt Jacob1999-12-161-12/+41
* Fix dmasetup functions to have 16 bit queue indices. Get the chip revisionMatt Jacob1999-11-211-28/+40
* Remove calls to alpha_register_pci_scsi(). After Mike's recent bootAndrew Gallatin1999-11-051-6/+0
* Organize things to cope with the (possible) lack of downloadableMatt Jacob1999-10-301-11/+27
* Add in inclusion of machine/md_var.h (so alpha_scsi_bus_register or whatMatt Jacob1999-10-171-22/+59
* remove unnecessary includesMatt Jacob1999-10-111-3/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Cast pointers to uintptr_t instead of casting them to u_long, and/or viceBruce Evans1999-08-241-2/+2
* Set some correct return values. Prefer I/O map all the time unless configuredMatt Jacob1999-08-161-13/+20
* Properly set the alignment argument to bus_dma_tag_create(). If weJustin T. Gibbs1999-08-161-2/+2
* add in a boot environment isp_disable flagMatt Jacob1999-07-061-1/+11
* Wow- too much breakage..wait until you compile it, buckwheat...Matt Jacob1999-07-051-2/+2
* Oops- got sense of ifdef wrongMatt Jacob1999-07-051-2/+2
* add ISP_DISABLE_2200_SUPPORT defines; Add reference to 2200 F/WMatt Jacob1999-07-051-8/+14
* Remove pre-CAM code. Add in getenv_int calls for variables isp_mem_map,Matt Jacob1999-07-021-325/+235
* (corrections for type change in softc)Matt Jacob1999-06-241-3/+3
* Clean up 2.2.X support (which might have to be cleaned up againMatt Jacob1999-05-111-30/+53
* Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:Peter Wemm1999-05-091-5/+1
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tPeter Wemm1999-04-241-1/+5
* Staticize.Eivind Eklund1999-04-111-2/+2
* Read the board revision and trim cache line size back from 16 to 1Matt Jacob1999-04-041-8/+71
* enable 1080 LVD supportMatt Jacob1999-03-251-21/+19
* Prep for 1080/1240 support. Those fine h/w engineers at QlogicMatt Jacob1999-03-171-80/+185
* Cleanup. Set all PCI parameters of importance. Set a define that willMatt Jacob1999-02-091-15/+105
* roll internal release tagMatt Jacob1999-01-301-2/+2
* Amazingly stupid forgetfullness had me forgetting to turn on FIFO burstsMatt Jacob1999-01-101-4/+4
* clarify headers;ansifyMatt Jacob1998-12-281-60/+22
* probe function changed from returning char * to const char *.Matthew Dillon1998-12-141-2/+2
* trivial header fixMatt Jacob1998-12-051-0/+5
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()Archie Cobbs1998-12-041-1/+1
* Add hooks so that the alpha can detect which disk has the root partition.Doug Rabson1998-09-261-0/+3
* (requested by gibbs) Remove the SCSI_CAM option (and rework the isp driverMatt Jacob1998-09-181-7/+8
* A major amount of cleaning up:Matt Jacob1998-09-171-44/+32
* Alpha port related fixes from Doug Rabson.Matt Jacob1998-09-161-17/+33
* Convert ISP pci front end to CAM/bus space/dma.Justin T. Gibbs1998-09-151-36/+428