aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/aic7xxx/ahc_pci.c
Commit message (Expand)AuthorAgeFilesLines
* Major update to the aic7xxx driver:Justin T. Gibbs2002-04-241-5/+5
* ahc_pci.c:Justin T. Gibbs2001-07-181-6/+14
* Don't dereference NULL regs pointer (should mapping I/O ports fail, asMatt Jacob2001-06-211-6/+7
* ahc_eisa.c:Justin T. Gibbs2001-05-151-0/+2
* This is an MFC candidate.Justin T. Gibbs2001-03-111-0/+35
* Update Copyright notices for new year. (should have been in last commit).Justin T. Gibbs2001-01-271-1/+1
* ahc_eisa.c:Justin T. Gibbs2001-01-221-0/+2
* ahc_eisa.c:Justin T. Gibbs2000-12-201-1/+13
* Add Perforce RCSIDs for easy revision correlation to my local tree.Justin T. Gibbs2000-09-221-0/+2
* Move aicasm to its own subdirectory.Justin T. Gibbs2000-09-161-1894/+83
* *smack* #if 0, not #ifdef 0.Bill Paul2000-08-041-1/+1
* The check_extport() function appears to have some new code in it that checksBill Paul2000-08-041-0/+7
* ahc_pci.c:Justin T. Gibbs2000-07-271-1/+17
* o Convert to <inttypes.h> style fixed sized types to facilitate porting toJustin T. Gibbs2000-07-181-234/+353
* Use the correct register names, not the FreeBSD 2.2 compatability ones.Peter Wemm2000-05-281-1/+1
* KNR -> ANSI function definition in two places. This matches the rest ofJustin T. Gibbs2000-03-181-5/+2
* Remove a diagnostic printf.Justin T. Gibbs2000-02-161-3/+0
* Fix parity error detection logic for aic7880 and aic7895 chips duringJustin T. Gibbs2000-02-091-8/+22
* Avoid setting DPARCKEN until I can figure out why it causesJustin T. Gibbs2000-01-101-1/+1
* Turn on parity error reporting before configuring external sram. ThisJustin T. Gibbs2000-01-081-14/+21
* Really enable external SCB ram on Ultra2 capable controllers.Justin T. Gibbs2000-01-081-3/+9
* Add detection logic for the U160 family of adaptec controllers. TheseJustin T. Gibbs2000-01-071-148/+314
* When booting verbose, indicate if we are using manual terminationJustin T. Gibbs1999-12-121-2/+8
* Simplify my license.Justin T. Gibbs1999-12-061-39/+52
* Get rid of a stray printf on boot. (BRDCTL = ...)Kenneth D. Merry1999-09-131-1/+0
* Add support for the aic7859 which is found on the 2930CU.Justin T. Gibbs1999-08-301-11/+54
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Differentiate between aic7895C chips and their earlier brethrenJustin T. Gibbs1999-08-161-2/+6
* Fix a long standing bug in the auto-termination control settings forJustin T. Gibbs1999-08-161-8/+9
* Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entirePeter Wemm1999-07-031-5/+1
* Ignore subvendor and subdevice ids for all ai7880 parts. These chipsJustin T. Gibbs1999-05-261-27/+21
* All cards using aic789X chips use the new eeprom format.Justin T. Gibbs1999-05-251-1/+4
* Add a masking scheme to allow for detection of unknown cards using aJustin T. Gibbs1999-05-171-95/+131
* Use a lookup table for device matching instead of a switch on a 64bitJustin T. Gibbs1999-05-141-268/+449
* Take the subvendor and subdevice ids into account during device probe.Justin T. Gibbs1999-05-141-92/+230
* Move the declaration of the interrupt type from the driver structureDoug Rabson1999-05-081-2/+1
* ahc_pci.c:Justin T. Gibbs1999-04-231-114/+149
* Add support for the 3950U2B controller.Justin T. Gibbs1999-03-231-1/+16
* Add untested code to support the aha2930U2W.Justin T. Gibbs1999-03-051-16/+25
* Set the ultra enable bits in the adaptor's scratch ram area only afterJustin T. Gibbs1999-02-111-20/+19
* Pull in new ccb_hdr list types.Justin T. Gibbs1998-12-151-1/+2
* pci_device pd_probe function changed from returning char * to returningMatthew Dillon1998-12-141-3/+3
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-071-2/+1
* ahc_pci.c:Justin T. Gibbs1998-10-071-5/+13
* Move to new name, convert to CAM, add support for new chips, andJustin T. Gibbs1998-09-151-0/+1202