aboutsummaryrefslogtreecommitdiff
path: root/sys/pci/aic7870.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/2.2.2_cvscvs2svn1997-05-191-1/+1
* Sync with current.Justin T. Gibbs1997-03-161-3/+3
* Revert $FreeBSD$ to $Id$.Bruce Evans1997-03-151-1/+1
* Sync with current.Justin T. Gibbs1997-02-251-7/+7
* Sync with current.Justin T. Gibbs1997-02-121-2/+2
* Sync with Justin's latest.Jordan K. Hubbard1997-01-301-13/+173
* YAMFCJoerg Wunsch1996-12-141-2/+2
* Mega-merge from -currentPoul-Henning Kamp1996-11-121-69/+73
* Merge list from HEAD as requested by Justin.Jordan K. Hubbard1996-11-091-10/+30
* Add basic support for the 398X cards as multi-channel SCSI host adapters.Justin T. Gibbs1996-10-281-23/+106
* - KNF cleanup.Justin T. Gibbs1996-10-251-170/+143
* Updated #includes to 4.4lite style.Bruce Evans1996-10-151-2/+2
* Bring aic7xxx driver bug fixes from 'SCSI' into current.Justin T. Gibbs1996-10-061-9/+15
* Only assume the scratch ram is valid (we were initialized by the BIOS)Justin T. Gibbs1996-06-081-2/+2
* Merge in changes for NetBSD/OpenBSD.Justin T. Gibbs1996-05-301-98/+208
* Correct a botched commit from yesturday. It helps to bring over theJustin T. Gibbs1996-05-231-2/+2
* It seems that the aic78X0 chips will either have their scratch ramJustin T. Gibbs1996-05-211-1/+12
* Fix a brain-o. The scratch ram on aic78X0 controllers is initialized to 0x00Justin T. Gibbs1996-05-121-2/+2
* Free our device information in one error case in the driver probe.Justin T. Gibbs1996-05-121-1/+2
* Add missing '+ io_port' to two outbs.Justin T. Gibbs1996-05-121-5/+4
* The aic78X0 cards have 0xff in all bytes of scratch ram after POST. IfJustin T. Gibbs1996-05-101-30/+58
* Add PCI IDs for the aic7860 (basically an aic7850 Ultra) and the aic7855Justin T. Gibbs1996-04-201-10/+42
* ncr.c:Justin T. Gibbs1996-03-311-29/+2
* Be more careful in how we set SCSICONF. It was possible for a controllerJustin T. Gibbs1996-03-111-3/+7
* aic7870.c, ncr.c:Justin T. Gibbs1996-03-101-10/+9
* Update copyright.Justin T. Gibbs1996-01-291-2/+2
* Make PCI interrupt handlers return void like everybody else does.Stefan Eßer1996-01-231-2/+2
* Don't bother setting the DSCommand register. Adaptec's own BIOS doesn't.Justin T. Gibbs1996-01-091-4/+1
* Write the cahesize and latency timer values back into configurationJustin T. Gibbs1996-01-071-1/+6
* The long awaited stability patch set for the aic7xxx driver:Justin T. Gibbs1996-01-031-8/+374
* Another mega commit to staticize things.Poul-Henning Kamp1995-12-141-4/+4
* Remove uneccessary increment of the unit number.Justin T. Gibbs1995-11-071-2/+1
* Conform to new probe/attach interface exported by aic7xxx.c.Justin T. Gibbs1995-11-051-28/+30
* Fixed the type of ahcintr(). The type of an ISA interrupt handler isBruce Evans1995-11-041-2/+2
* Recognize the aic7880 and 3940 Ultra.Justin T. Gibbs1995-10-261-5/+25
* Identify the 2940 *Ultra* SCSI adapter. We treat it as a normal 2940Justin T. Gibbs1995-10-081-1/+6
* Detect external SRAM.Justin T. Gibbs1995-09-051-4/+35
* Correct the PCI ID for the Adaptec 7850 chips.Justin T. Gibbs1995-08-201-2/+2
* Add PCI Id for the 3940 controller.Justin T. Gibbs1995-07-041-2/+9
* Merge RELENG_2_0_5 into HEADRodney W. Grimes1995-06-111-2/+9
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-8/+8
* kernel.h -> sys/kernel.hJustin T. Gibbs1995-04-151-2/+2
* Mask the call to ahc_attach with an splbio/splx pair. This allows usJustin T. Gibbs1995-03-311-22/+47
* Added a new field to the pci_device struct called pd_shutdown to specifyDavid Greenman1995-03-171-2/+3
* #include<kernel.h> to quiet a compiler warning having to do with theJustin T. Gibbs1995-02-031-1/+2
* Reapplied all of Stefan's changes. What a mess - the files were modifiedDavid Greenman1995-02-021-2/+6
* Fixed up include paths after copying these in the repository.David Greenman1995-02-021-2/+2
* Change the string returned in the aic7870 motherboard probe case. ChangeJustin T. Gibbs1995-01-221-5/+4
* Add $Id. Recognize motherboard aic7870 based controllers.Justin T. Gibbs1995-01-161-0/+7
* Add in aic7770.c (EISA/VL Adaptors) and aic7870.c (PCI adaptor) dependanciesJustin T. Gibbs1995-01-131-0/+89