aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/eisa
Commit message (Expand)AuthorAgeFilesLines
* Removed more devconf leftovers.Bruce Evans1996-09-101-2/+2
* Various cleanups for remanents of devconf.Poul-Henning Kamp1996-09-082-15/+2
* Remove devconf, it never grew up to be of any use.Poul-Henning Kamp1996-09-066-201/+16
* Don't depend in the kernel on the gcc feature of doing arithmetic onBruce Evans1996-08-311-14/+14
* Use "" instead of <> for a header in the current directory.Bruce Evans1996-08-281-2/+2
* Add interrupt register set up with original register valueAtsushi Murai1996-07-191-1/+7
* Clean up -Wunused warnings.Gary Palmer1996-06-124-11/+4
* Merge in changes for NetBSD/OpenBSD.Justin T. Gibbs1996-05-301-22/+204
* "board not responding" -> "board is not responding"Dima Ruban1996-05-221-4/+4
* 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-203-21/+56
* Removed unused declaration of bootverbose.Bruce Evans1996-04-071-2/+1
* Don't set the number of SCBs here. aic7xxx.c determines the number ofJustin T. Gibbs1996-03-311-7/+1
* aha1742.c:Justin T. Gibbs1996-03-102-9/+9
* Fix media type determination.Justin T. Gibbs1996-02-281-2/+3
* 3c5x9.c:Justin T. Gibbs1996-02-265-9/+317
* Free the externalizing buffer.Justin T. Gibbs1996-01-311-2/+5
* aha1742.c aic7770.c bt74x.cJustin T. Gibbs1996-01-314-13/+84
* Fix a bunch of spelling errors in the comment fields ofMike Pritchard1996-01-301-2/+2
* Another pass through eisaconf. Ioaddrs and Maddrs are link lists now.Justin T. Gibbs1996-01-295-178/+541
* Make PCI interrupt handlers return void like everybody else does.Stefan Eßer1996-01-231-4/+4
* Register our softc at attach time. I forgot to do this in my last commit,Justin T. Gibbs1996-01-141-1/+2
* Use the new adapter_softc field in the scsi_link structure so thatJustin T. Gibbs1996-01-071-79/+66
* Convert DDB to new-style option.Garrett Wollman1996-01-041-1/+2
* The long awaited stability patch set for the aic7xxx driver:Justin T. Gibbs1996-01-032-10/+130
* recording cvs-1.6 file deathPeter Wemm1995-12-301-53/+0
* Completed function declarations and added prototypes. Sorted prototypes.Bruce Evans1995-12-141-14/+32
* Added a prototype.Bruce Evans1995-12-141-1/+3
* Change the generic "btintr" function's name to "bt_intr" - the same asPeter Wemm1995-12-141-4/+4
* Eisa Probe portion of revamped Buslogic SCSI driver.Justin T. Gibbs1995-12-121-0/+259
* Staticize and cleanup.Poul-Henning Kamp1995-12-102-18/+9
* Untangled the vm.h include file spaghetti.David Greenman1995-12-071-1/+3
* Replaced #includes of <sys/user.h> by less gross headers, usuallyBruce Evans1995-12-061-2/+5
* Don't staticize again (twice).Bruce Evans1995-11-291-4/+5
* Staticize again.Poul-Henning Kamp1995-11-293-10/+10
* Completed function declarations and/or added prototypes.Bruce Evans1995-11-211-1/+2
* Mega commit for sysctl.Poul-Henning Kamp1995-11-202-19/+10
* Modify the kdc_description for eisa0 to include the system board ID.Justin T. Gibbs1995-11-101-9/+25
* Convert Adaptec 1742 driver to new eisaconf interface.Justin T. Gibbs1995-11-092-212/+248
* Second pass on this. Sentinal device node was an uneeded complication.Justin T. Gibbs1995-11-092-305/+292
* Probe all slots even if an EISA main board isn't found. This catchesJustin T. Gibbs1995-11-062-83/+115
* This is a totally new implementation of eisaconf. It will hopefullyJustin T. Gibbs1995-11-053-302/+668
* Added `#include "ioconf.h"' to <machine/conf.h> and cleaned up theBruce Evans1995-11-041-2/+1
* Remove unused functions and variables, make things static, and other cleanups.Poul-Henning Kamp1995-10-281-36/+36
* Fix benign type mismatches in isa interrupt handlers. Many returned intBruce Evans1995-09-191-4/+3
* ahcprobe now takes a flags argument. For EISA/VL adapters set it toJustin T. Gibbs1995-09-051-2/+2
* Remove hard coded assumption that SCSI busses have 7 targets.Justin T. Gibbs1995-08-231-2/+12
* Add hook for EISA probe for Specialix EISA card.Peter Wemm1995-08-091-1/+8
* First step of fixing the remaining sloppy common-style declarations.Bruce Evans1995-07-251-2/+2
* First pass cleanup of this driver. This pass does not include the sequencerJustin T. Gibbs1995-07-041-5/+5