summaryrefslogtreecommitdiffstats
path: root/sys/dev/aic7xxx/ahc_pci.c
Commit message (Expand)AuthorAgeFilesLines
* Convert the use of MAXBSIZE in the dma tag to more appropriate values.scottl2002-12-311-2/+3
* Always compile in the AHC_ALLOW_MEMIO code, but only try MEMIO ifscottl2002-11-301-4/+22
* Sync perforce IDs for changes first committed to FreeBSD and thengibbs2002-09-261-1/+1
* The ahc driver should only have one devclass, not one for each busscottl2002-09-221-5/+3
* Sync perforce Ids.gibbs2002-08-311-1/+1
* Tell the user about a failed IRQ mapping rather than fail silently.gibbs2002-08-311-2/+5
* Allow the ahc and ahd drivers to be built as modules. This alsoscottl2002-08-011-4/+4
* Major update to the aic7xxx driver:gibbs2002-04-241-5/+5
* ahc_pci.c:gibbs2001-07-181-6/+14
* Don't dereference NULL regs pointer (should mapping I/O ports fail, asmjacob2001-06-211-6/+7
* ahc_eisa.c:gibbs2001-05-151-0/+2
* This is an MFC candidate.gibbs2001-03-111-0/+35
* Update Copyright notices for new year. (should have been in last commit).gibbs2001-01-271-1/+1
* ahc_eisa.c:gibbs2001-01-221-0/+2
* ahc_eisa.c:gibbs2000-12-201-1/+13
* Add Perforce RCSIDs for easy revision correlation to my local tree.gibbs2000-09-221-0/+2
* Move aicasm to its own subdirectory.gibbs2000-09-161-1894/+83
* *smack* #if 0, not #ifdef 0.wpaul2000-08-041-1/+1
* The check_extport() function appears to have some new code in it that checkswpaul2000-08-041-0/+7
* ahc_pci.c:gibbs2000-07-271-1/+17
* o Convert to <inttypes.h> style fixed sized types to facilitate porting togibbs2000-07-181-234/+353
* Use the correct register names, not the FreeBSD 2.2 compatability ones.peter2000-05-281-1/+1
* KNR -> ANSI function definition in two places. This matches the rest ofgibbs2000-03-181-5/+2
* Remove a diagnostic printf.gibbs2000-02-161-3/+0
* Fix parity error detection logic for aic7880 and aic7895 chips duringgibbs2000-02-091-8/+22
* 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
OpenPOWER on IntegriCloud