summaryrefslogtreecommitdiffstats
path: root/sys/pci/aic7870.c
Commit message (Expand)AuthorAgeFilesLines
* Modify my copyright notice to allow the sequencer to be used with GPLedgibbs1997-06-271-4/+11
* The register definitions are now in the compile directory.gibbs1997-03-161-3/+3
* Make it clearer how the termination settings from the PCI probe are used bygibbs1997-02-251-8/+8
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* ULTRAENB->FAST20gibbs1997-02-091-1/+1
* Add 1997 to my copyright.gibbs1997-01-291-5/+7
* Add the definition for the CFAUTOTERM bit in the aic78xx SEEPROM.gibbs1997-01-241-7/+163
* Be smarter about enabling memory mapped I/O. The AHC_ALLOW_MEMIO optiongibbs1997-01-221-6/+8
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* AHC_FORCE_PIO -> AHC_ALLOW_MEMIOgibbs1996-11-161-2/+2
* Clean up the memory mapped/Programmed I/O stuff so that the driver completelygibbs1996-11-111-69/+73
* Clean up some code having to do with the 398X cards. We can't rely on thegibbs1996-11-051-10/+30
* Add basic support for the 398X cards as multi-channel SCSI host adapters.gibbs1996-10-281-23/+106
* - KNF cleanup.gibbs1996-10-251-170/+143
* Updated #includes to 4.4lite style.bde1996-10-151-2/+2
* Bring aic7xxx driver bug fixes from 'SCSI' into current.gibbs1996-10-061-9/+15
* Only assume the scratch ram is valid (we were initialized by the BIOS)gibbs1996-06-081-2/+2
* Merge in changes for NetBSD/OpenBSD.gibbs1996-05-301-98/+208
* Correct a botched commit from yesturday. It helps to bring over thegibbs1996-05-231-2/+2
* It seems that the aic78X0 chips will either have their scratch ramgibbs1996-05-211-1/+12
* Fix a brain-o. The scratch ram on aic78X0 controllers is initialized to 0x00gibbs1996-05-121-2/+2
* Free our device information in one error case in the driver probe.gibbs1996-05-121-1/+2
* Add missing '+ io_port' to two outbs.gibbs1996-05-121-5/+4
* The aic78X0 cards have 0xff in all bytes of scratch ram after POST. Ifgibbs1996-05-101-30/+58
* Add PCI IDs for the aic7860 (basically an aic7850 Ultra) and the aic7855gibbs1996-04-201-10/+42
* ncr.c:gibbs1996-03-311-29/+2
* Be more careful in how we set SCSICONF. It was possible for a controllergibbs1996-03-111-3/+7
* aic7870.c, ncr.c:gibbs1996-03-101-10/+9
* Update copyright.gibbs1996-01-291-2/+2
* Make PCI interrupt handlers return void like everybody else does.se1996-01-231-2/+2
* Don't bother setting the DSCommand register. Adaptec's own BIOS doesn't.gibbs1996-01-091-4/+1
* Write the cahesize and latency timer values back into configurationgibbs1996-01-071-1/+6
* The long awaited stability patch set for the aic7xxx driver:gibbs1996-01-031-8/+374
* Another mega commit to staticize things.phk1995-12-141-4/+4
* Remove uneccessary increment of the unit number.gibbs1995-11-071-2/+1
* Conform to new probe/attach interface exported by aic7xxx.c.gibbs1995-11-051-28/+30
* Fixed the type of ahcintr(). The type of an ISA interrupt handler isbde1995-11-041-2/+2
* Recognize the aic7880 and 3940 Ultra.gibbs1995-10-261-5/+25
* Identify the 2940 *Ultra* SCSI adapter. We treat it as a normal 2940gibbs1995-10-081-1/+6
* Detect external SRAM.gibbs1995-09-051-4/+35
* Correct the PCI ID for the Adaptec 7850 chips.gibbs1995-08-201-2/+2
* Add PCI Id for the 3940 controller.gibbs1995-07-041-2/+9
* Merge RELENG_2_0_5 into HEADrgrimes1995-06-111-2/+9
* Remove trailing whitespace.rgrimes1995-05-301-8/+8
* kernel.h -> sys/kernel.hgibbs1995-04-151-2/+2
* Mask the call to ahc_attach with an splbio/splx pair. This allows usgibbs1995-03-311-22/+47
* Added a new field to the pci_device struct called pd_shutdown to specifydg1995-03-171-2/+3
* #include<kernel.h> to quiet a compiler warning having to do with thegibbs1995-02-031-1/+2
* Reapplied all of Stefan's changes. What a mess - the files were modifieddg1995-02-021-2/+6
* Fixed up include paths after copying these in the repository.dg1995-02-021-2/+2
OpenPOWER on IntegriCloud