aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/eisa/aic7770.c
Commit message (Expand)AuthorAgeFilesLines
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Update comment and disable SCB paging for Rev E cards since paging, at leastJustin T. Gibbs1996-11-211-6/+3
* Clean up the memory mapped/Programmed I/O stuff so that the driver completelyJustin T. Gibbs1996-11-111-16/+22
* Add some code to allow SCB sharing for the 398X cards. This involves passingJustin T. Gibbs1996-10-281-5/+6
* KNF cleanup.Justin T. Gibbs1996-10-251-64/+64
* Bring aic7xxx driver bug fixes from 'SCSI' into current.Justin T. Gibbs1996-10-061-13/+3
* Remove devconf, it never grew up to be of any use.Poul-Henning Kamp1996-09-061-23/+2
* Use "" instead of <> for a header in the current directory.Bruce Evans1996-08-281-2/+2
* Merge in changes for NetBSD/OpenBSD.Justin T. Gibbs1996-05-301-22/+204
* Honor the CHANNEL_B_PRIMARY bit of the BIOSCTRL register and probeJustin T. Gibbs1996-05-101-21/+13
* Turn on SCB paging for aic7770 chips rev E or greater.Justin T. Gibbs1996-04-201-8/+23
* Don't set the number of SCBs here. aic7xxx.c determines the number ofJustin T. Gibbs1996-03-311-7/+1
* 3c5x9.c:Justin T. Gibbs1996-02-261-2/+2
* aha1742.c aic7770.c bt74x.cJustin T. Gibbs1996-01-311-2/+2
* Another pass through eisaconf. Ioaddrs and Maddrs are link lists now.Justin T. Gibbs1996-01-291-12/+19
* Make PCI interrupt handlers return void like everybody else does.Stefan Eßer1996-01-231-4/+4
* The long awaited stability patch set for the aic7xxx driver:Justin T. Gibbs1996-01-031-8/+128
* Added a prototype.Bruce Evans1995-12-141-1/+3
* Staticize again.Poul-Henning Kamp1995-11-291-6/+6
* Second pass on this. Sentinal device node was an uneeded complication.Justin T. Gibbs1995-11-091-2/+6
* This is a totally new implementation of eisaconf. It will hopefullyJustin T. Gibbs1995-11-051-103/+159
* ahcprobe now takes a flags argument. For EISA/VL adapters set it toJustin T. Gibbs1995-09-051-2/+2
* First pass cleanup of this driver. This pass does not include the sequencerJustin T. Gibbs1995-07-041-5/+5
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-12/+12
* Add a class field to devconf and mst drivers.Garrett Wollman1995-04-121-4/+8
* Use EISA_MAX_SLOTS to be consistent with other EISA drivers.Justin T. Gibbs1995-03-311-5/+5
* Compile cleanly -Wall.Justin T. Gibbs1995-03-071-5/+5
* Add $IdJustin T. Gibbs1995-01-161-0/+2
* Add in aic7770.c (EISA/VL Adaptors) and aic7870.c (PCI adaptor) dependanciesJustin T. Gibbs1995-01-131-1776/+67
* Handle both channels of Twin channeled devices. Respect the configurationJustin T. Gibbs1994-12-311-161/+284
* Put the sequencer into FASTMODE during initialization. I can nowJustin T. Gibbs1994-11-291-3/+6
* Changed the MAX_SLOTS constant from 8 to 16. The EISA bus can have upAndreas Schulz1994-11-251-2/+2
* Register with devconfg so we show up in lsdev.Justin T. Gibbs1994-11-181-1/+25
* Change the include for the sequencer program to point back to theJustin T. Gibbs1994-11-181-2/+4
* Whoops - this one's my fault. Put back my changes for seqprog[].Jordan K. Hubbard1994-11-181-4/+2
* My port of Julian's 1742 driver to work with the Linux aic7770 sequencerJustin T. Gibbs1994-11-171-0/+1707