aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/eisa
Commit message (Expand)AuthorAgeFilesLines
* Removed unused #includes.Bruce Evans1998-02-202-20/+1
* Staticize.Eivind Eklund1998-02-092-5/+5
* Make INET a proper option.Eivind Eklund1998-01-082-3/+8
* Remove a bunch of variables which were unused both in GENERIC and LINT.Poul-Henning Kamp1997-11-071-6/+1
* Removed unused #includes.Bruce Evans1997-10-281-4/+1
* Add shared EISA interrupt support.Justin T. Gibbs1997-09-218-110/+164
* Bruce wants the warning.Peter Wemm1997-09-141-2/+2
* Fix a warning.Peter Wemm1997-09-131-2/+2
* #include <machine/limits.h> explicitly in the few places that it is required.Bruce Evans1997-08-211-1/+3
* Staticized.Bruce Evans1997-08-211-2/+2
* Police 4.4Lite #include style.Bruce Evans1997-08-211-2/+3
* Removed unused definition.Bruce Evans1997-08-211-3/+1
* Add several casts and include several header files to eliminate compilerSteve Passe1997-08-212-3/+6
* Removed unused #includes.Bruce Evans1997-07-205-45/+5
* Don't cast function pointers to (void *). This will cause warnings.Bruce Evans1997-07-011-4/+2
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includeBruce Evans1997-03-241-2/+1
* Removed nested #includes of <scsi/scsi_debug.h> and <scsi/scsi_driver.h>Bruce Evans1997-03-231-1/+2
* The register definition file is now in the compile directory.Justin T. Gibbs1997-03-161-2/+2
* Various stylistic improvements regarding num_eisa_slots & co.:Joerg Wunsch1997-03-132-8/+10
* Since i don't see that anybody is implementing a more correct EISAJoerg Wunsch1997-03-121-1/+5
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-226-6/+6
* This mega-merge brings Matt Thomas' 960801 FDDI driver (almost) upJoerg Wunsch1997-01-171-25/+10
* Finally import the 960801 of Matt Thomas' DEC FDDI driver. I'mJoerg Wunsch1997-01-171-0/+537
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-146-6/+6
* Add a small hack to UserConfig that allows to override the number ofJoerg Wunsch1996-12-141-2/+5
* Update comment and disable SCB paging for Rev E cards since paging, at leastJustin T. Gibbs1996-11-211-6/+3
* Clean up the memory mapped/Programmed I/O stuff so that the driver completelyJustin T. Gibbs1996-11-111-16/+22
* New vx driver for:Guido van Rooij1996-11-041-0/+188
* Add some code to allow SCB sharing for the 398X cards. This involves passingJustin T. Gibbs1996-10-281-5/+6
* KNF cleanup.Justin T. Gibbs1996-10-251-64/+64
* Removed nested include if <sys/socket.h> from <net/if.h> andBruce Evans1996-10-121-1/+2
* Staticized. Things exported by linker sets should always be static.Bruce Evans1996-10-121-2/+2
* Bring aic7xxx driver bug fixes from 'SCSI' into current.Justin T. Gibbs1996-10-061-13/+3
* 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