summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/aic6360.c
Commit message (Expand)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Update the pccard hooks to use a module style declaration instead.peter1999-01-191-11/+3
* Initialize isa_devtab entries for interrupt handlers in individualbde1998-10-221-2/+4
* Removed unused includes.bde1998-06-211-3/+1
* Support compiling with `gcc -ansi'.bde1998-04-151-3/+3
* Aic APM driver support for e.g. Toshiba T2400 notebook with internalphk1998-04-121-2/+59
* Fix some style nits and remove an unused header.msmith1998-02-271-6/+5
* Staticize.eivind1998-02-091-3/+3
* - Renamed <pccard/card.h> -> <pccard/cardinfo.h>.nate1997-11-201-2/+2
* - Instead of relying on a functional call to register PCARD-capable drivers,nate1997-10-261-8/+3
* - Functional changes to PCCARD support.nate1997-10-261-42/+14
* - Do a bunch of gratuitous changes intended to make the code easier tonate1997-10-261-41/+43
* - PCCARD support to the much maligned SCSI driver. This gives up supportnate1997-10-211-4/+152
* aha1542.c aic6360.c cy.c fd.c ft.cgibbs1997-09-211-9/+17
* Removed unused #includes.bde1997-07-201-8/+1
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includebde1997-03-241-2/+1
* Removed nested #includes of <scsi/scsi_debug.h> and <scsi/scsi_driver.h>bde1997-03-231-1/+2
* Removed nested #include of <sys/conf.h> from <scsi/scsi_driver.h>bde1997-03-231-1/+3
* 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
* More merge and update.asami1996-10-301-1/+26
* Updated #includes to 4.4lite style.bde1996-10-151-2/+2
* Remove devconf, it never grew up to be of any use.phk1996-09-061-26/+1
* First pass at cleaning up macros relating to pages, clusters and all that.phk1996-05-021-3/+3
* Cleanse the SCSI subsystem of its internally defined typesgibbs1996-03-101-5/+5
* Use the new adapter_softc field in the scsi_link structure so thatgibbs1996-01-071-12/+12
* Convert DDB to new-style option.wollman1996-01-041-267/+2
* Completed function declarations and/or added prototypes and/or addedbde1995-12-151-4/+11
* Staticize and cleanup.phk1995-12-101-3/+3
* Removed unnecessary #includes of <sys/user.h>. Some of these were justbde1995-12-061-2/+1
* staticize.phk1995-11-291-42/+42
* 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-15/+4
* Fix benign type mismatches in isa interrupt handlers. Many returned intbde1995-09-191-13/+15
* Remove hard coded assumption that SCSI busses have 7 targets.gibbs1995-08-231-2/+12
* Remove trailing whitespace.rgrimes1995-05-301-80/+80
* Add a class field to devconf and mst drivers.wollman1995-04-121-4/+8
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-281-1/+2
* Made host id configurable with a kernel option "AIC_SCSI_HOSTID=val".dufault1995-03-011-1/+3
* The previous revision forgot to define fatal_if_no_DDB() when there is DDB.bde1994-11-161-2/+4
* Fix it to compile without a leftover ddb.h.bde1994-11-151-18/+24
* 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-2/+20
* Jim Babb's port of the AIC6360 driver.jkh1994-09-261-0/+2659
OpenPOWER on IntegriCloud