summaryrefslogtreecommitdiffstats
path: root/sys/i386/eisa/aha1742.c
Commit message (Expand)AuthorAgeFilesLines
* Obsolteted by CAM.gibbs1998-09-151-1317/+0
* Fixed printf format errors (only 1 left in GENERIC now).bde1998-07-131-2/+2
* Fixed pedantic semantics errors (bitfields not of type int, signed intbde1998-06-081-4/+4
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.des1998-04-171-3/+3
* Add shared EISA interrupt support.gibbs1997-09-211-8/+17
* Removed unused definition.bde1997-08-211-3/+1
* Removed unused #includes.bde1997-07-201-7/+1
* Removed nested #includes of <scsi/scsi_debug.h> and <scsi/scsi_driver.h>bde1997-03-231-1/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Remove devconf, it never grew up to be of any use.phk1996-09-061-16/+2
* Clean up -Wunused warnings.gpalmer1996-06-121-2/+1
* "board not responding" -> "board is not responding"dima1996-05-221-4/+4
* aha1742.c:gibbs1996-03-101-5/+5
* 3c5x9.c:gibbs1996-02-261-2/+2
* aha1742.c aic7770.c bt74x.cgibbs1996-01-311-2/+2
* Another pass through eisaconf. Ioaddrs and Maddrs are link lists now.gibbs1996-01-291-11/+18
* Register our softc at attach time. I forgot to do this in my last commit,gibbs1996-01-141-1/+2
* Use the new adapter_softc field in the scsi_link structure so thatgibbs1996-01-071-79/+66
* Convert DDB to new-style option.wollman1996-01-041-1/+2
* Completed function declarations and added prototypes. Sorted prototypes.bde1995-12-141-14/+32
* Staticize and cleanup.phk1995-12-101-5/+7
* Untangled the vm.h include file spaghetti.dg1995-12-071-1/+3
* Replaced #includes of <sys/user.h> by less gross headers, usuallybde1995-12-061-2/+5
* Staticize again.phk1995-11-291-2/+2
* Convert Adaptec 1742 driver to new eisaconf interface.gibbs1995-11-091-209/+245
* Added `#include "ioconf.h"' to <machine/conf.h> and cleaned up thebde1995-11-041-2/+1
* Remove unused functions and variables, make things static, and other cleanups.phk1995-10-281-36/+36
* Fix benign type mismatches in isa interrupt handlers. Many returned intbde1995-09-191-4/+3
* Remove hard coded assumption that SCSI busses have 7 targets.gibbs1995-08-231-2/+12
* First step of fixing the remaining sloppy common-style declarations.bde1995-07-251-2/+2
* Remove trailing whitespace.rgrimes1995-05-301-14/+14
* Fix -Wformat warnings from LINT kernel.rgrimes1995-05-111-4/+5
* Fix -Wformat warnings, still need to do something about %b and pointerrgrimes1995-05-091-4/+6
* Add a class field to devconf and mst drivers.wollman1995-04-121-4/+9
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-281-1/+2
* Change MAX_SLOTS -> EISA_MAX_SLOTS and correct comments. Add this torgrimes1995-03-231-3/+3
* aha1742.c:gibbs1995-03-231-2/+3
* Expand the EISA MAX_SLOTS from 8 to 16.ats1994-11-261-2/+2
* The previous revision forgot to define fatal_if_no_DDB() when there is DDB.bde1994-11-161-2/+6
* Remove bogus declaration of Debugger(). Call Debugger() even if DDB isbde1994-11-151-10/+8
* Finished device configuration database work for all ISA devices (except `ze')wollman1994-10-231-4/+8
* Add support for devconf to a large number of device drivers, and dowollman1994-10-191-1/+19
* Removed inclusion of pio.h and cpufunc.h (cpufunc.h is included fromdg1994-09-161-2/+1
* Reviewed by: Stefan Esser <se>se1994-08-311-2/+2
* 1) Changed ddb into a option rather than a pseudo-device (use options DDBdg1994-08-271-12/+4
* Ran ft.c through ident.paul1994-08-231-7/+7
* 1) cleaned up after Garrett - fixed more redundant declarations, changeddg1994-08-201-10/+6
* Change all #includes to follow the current Berkeley style. Some of thesewollman1994-08-131-3/+3
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-5/+5
OpenPOWER on IntegriCloud