summaryrefslogtreecommitdiffstats
path: root/sys/i386/eisa
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't staticize again (twice).bde1995-11-291-4/+5
* Staticize again.phk1995-11-293-10/+10
* Completed function declarations and/or added prototypes.bde1995-11-211-1/+2
* Mega commit for sysctl.phk1995-11-202-19/+10
* Modify the kdc_description for eisa0 to include the system board ID.gibbs1995-11-101-9/+25
* Convert Adaptec 1742 driver to new eisaconf interface.gibbs1995-11-092-212/+248
* Second pass on this. Sentinal device node was an uneeded complication.gibbs1995-11-092-305/+292
* Probe all slots even if an EISA main board isn't found. This catchesgibbs1995-11-062-83/+115
* This is a totally new implementation of eisaconf. It will hopefullygibbs1995-11-053-302/+668
* 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
* ahcprobe now takes a flags argument. For EISA/VL adapters set it togibbs1995-09-051-2/+2
* Remove hard coded assumption that SCSI busses have 7 targets.gibbs1995-08-231-2/+12
* Add hook for EISA probe for Specialix EISA card.peter1995-08-091-1/+8
* First step of fixing the remaining sloppy common-style declarations.bde1995-07-251-2/+2
* First pass cleanup of this driver. This pass does not include the sequencergibbs1995-07-041-5/+5
* Remove trailing whitespace.rgrimes1995-05-304-30/+30
* 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
* files for the eisa specific autoconfiguration..julian1995-04-233-0/+288
* Add a class field to devconf and mst drivers.wollman1995-04-122-8/+17
* Use EISA_MAX_SLOTS to be consistent with other EISA drivers.gibbs1995-03-311-5/+5
* 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
* Compile cleanly -Wall.gibbs1995-03-071-5/+5
* Add $Idgibbs1995-01-161-0/+2
* Add in aic7770.c (EISA/VL Adaptors) and aic7870.c (PCI adaptor) dependanciesgibbs1995-01-131-1776/+67
* Handle both channels of Twin channeled devices. Respect the configurationgibbs1994-12-311-161/+284
* Put the sequencer into FASTMODE during initialization. I can nowgibbs1994-11-291-3/+6
* Expand the EISA MAX_SLOTS from 8 to 16.ats1994-11-261-2/+2
* Changed the MAX_SLOTS constant from 8 to 16. The EISA bus can have upats1994-11-251-2/+2
* Register with devconfg so we show up in lsdev.gibbs1994-11-181-1/+25
* Change the include for the sequencer program to point back to thegibbs1994-11-181-2/+4
* Whoops - this one's my fault. Put back my changes for seqprog[].jkh1994-11-181-4/+2
* My port of Julian's 1742 driver to work with the Linux aic7770 sequencergibbs1994-11-171-0/+1707
* 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