summaryrefslogtreecommitdiffstats
path: root/sys/pci/ahc_pci.c
Commit message (Expand)AuthorAgeFilesLines
* Pre 4.0 tidy up.peter2000-01-141-1860/+0
* Avoid setting DPARCKEN until I can figure out why it causesgibbs2000-01-101-1/+1
* Turn on parity error reporting before configuring external sram. Thisgibbs2000-01-081-14/+21
* Really enable external SCB ram on Ultra2 capable controllers.gibbs2000-01-081-3/+9
* Add detection logic for the U160 family of adaptec controllers. Thesegibbs2000-01-071-148/+314
* When booting verbose, indicate if we are using manual terminationgibbs1999-12-121-2/+8
* Simplify my license.gibbs1999-12-061-39/+52
* Get rid of a stray printf on boot. (BRDCTL = ...)ken1999-09-131-1/+0
* Add support for the aic7859 which is found on the 2930CU.gibbs1999-08-301-11/+54
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Differentiate between aic7895C chips and their earlier brethrengibbs1999-08-161-2/+6
* Fix a long standing bug in the auto-termination control settings forgibbs1999-08-161-8/+9
* Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entirepeter1999-07-031-5/+1
* Ignore subvendor and subdevice ids for all ai7880 parts. These chipsgibbs1999-05-261-27/+21
* All cards using aic789X chips use the new eeprom format.gibbs1999-05-251-1/+4
* Add a masking scheme to allow for detection of unknown cards using agibbs1999-05-171-95/+131
* Use a lookup table for device matching instead of a switch on a 64bitgibbs1999-05-141-268/+449
* Take the subvendor and subdevice ids into account during device probe.gibbs1999-05-141-92/+230
* Move the declaration of the interrupt type from the driver structuredfr1999-05-081-2/+1
* ahc_pci.c:gibbs1999-04-231-114/+149
* Add support for the 3950U2B controller.gibbs1999-03-231-1/+16
* Add untested code to support the aha2930U2W.gibbs1999-03-051-16/+25
* Set the ultra enable bits in the adaptor's scratch ram area only aftergibbs1999-02-111-20/+19
* Pull in new ccb_hdr list types.gibbs1998-12-151-1/+2
* pci_device pd_probe function changed from returning char * to returningdillon1998-12-141-3/+3
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-2/+1
* ahc_pci.c:gibbs1998-10-071-5/+13
* Move to new name, convert to CAM, add support for new chips, andgibbs1998-09-151-0/+1202
OpenPOWER on IntegriCloud