summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/aha1542.c
Commit message (Expand)AuthorAgeFilesLines
* Obsoleted by CAM.gibbs1998-09-151-1851/+0
* Use [u]intptr_t instead of [unsigned] long to convert and/or representbde1998-08-101-3/+3
* Removed unused includes.bde1998-06-211-3/+1
* Don't depend on "implicit int".bde1998-05-011-3/+3
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.des1998-04-171-2/+2
* Make TUNE_1542 a new-style option, and enable this option in LINT. Iteivind1998-02-211-1/+2
* Back out DIAGNOSTIC changes.eivind1998-02-061-2/+1
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-041-1/+2
* Removed code for the !KERNEL case. It hasn't been maintained for 4bde1997-11-181-28/+8
* aha1542.c aic6360.c cy.c fd.c ft.cgibbs1997-09-211-5/+8
* Removed unused #includes.bde1997-07-201-6/+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
* kern/2433: Multiple AHA1542 scsi controllers don't workphk1997-01-101-1/+2
* Fixed pessimized (short) i/o port types.bde1996-10-081-2/+2
* Removed more devconf leftovers.bde1996-09-101-2/+1
* Remove devconf, it never grew up to be of any use.phk1996-09-061-28/+1
* Replace the annoying calls to Debugger() by panic()'s in thejoerg1996-07-201-3/+7
* Clean up -Wunused warnings.gpalmer1996-06-121-2/+4
* Removed now-unused #includes of <machine/cpu.h>. They were for bootverbosebde1996-04-071-2/+1
* Convert to use stdarg in aha_cmd. Use XS_SELTIMEOUT for selection timeouts.gibbs1996-03-311-28/+35
* 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-89/+89
* Add the attempted DMA address to the 'DMA beyond end of ISA' message so thatpeter1995-12-291-2/+3
* Completed function declarations and added prototypes. Sorted prototypes.bde1995-12-151-12/+28
* 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-4/+6
* 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-30/+31
* Support the 1542CP by recognizing the new ID. Try to make futuredufault1995-10-011-32/+58
* Fix benign type mismatches in isa interrupt handlers. Many returned intbde1995-09-191-5/+4
* Remove hard coded assumption that SCSI busses have 7 targets.gibbs1995-08-231-2/+12
* Remove trailing whitespace.rgrimes1995-05-301-23/+23
* Add scsi target support.dufault1995-04-141-65/+330
* Add a class field to devconf and mst drivers.wollman1995-04-121-4/+10
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-281-1/+2
* Split byte packing functions into signed and unsigned versions.dufault1995-01-311-16/+16
* Print out exactly what we think the board is, and for the latestdufault1995-01-191-26/+35
* Added residual length for 1542C onlydufault1995-01-081-8/+61
* 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
* Cosmetics. Silence gcc -Wall. Much more to do here :-(phk1994-10-101-7/+5
* Fixed up a couple of comments.dg1994-09-211-4/+4
* 1) Changed ddb into a option rather than a pseudo-device (use options DDBdg1994-08-271-2/+1
* Ran ft.c through ident.paul1994-08-231-7/+7
* 1) cleaned up after Garrett - fixed more redundant declarations, changeddg1994-08-201-9/+5
* Reviewed by:ats1994-08-191-3/+3
OpenPOWER on IntegriCloud