aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/isa/asc.c
Commit message (Expand)AuthorAgeFilesLines
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-2/+2
* Moved some #includes from <sys/param.h> nearer to where they are actuallyBruce Evans1998-03-281-1/+2
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.Eivind Eklund1998-01-241-1/+4
* Update select -> poll in drivers.Peter Wemm1997-09-141-24/+23
* YAMF22Jordan K. Hubbard1997-04-141-15/+72
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includeBruce Evans1997-03-241-2/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Apply a similar fix as in gsc.c rev 1.23.Joerg Wunsch1996-12-301-2/+1
* Remove devconf, it never grew up to be of any use.Poul-Henning Kamp1996-09-061-24/+1
* Removed unused #includes of <i386/isa/icu.h> and <i386/isa/icu.h>. icu.hBruce Evans1996-06-181-2/+1
* Declared `unittab' as static. It was bogusly shared between the asc andBruce Evans1996-04-131-2/+4
* Update drivers to use isa_dma_acquire() and isa_dma_release()Sujal Patel1996-04-081-1/+5
* Switched from using devfs_add_sw() to using devfs_add_swf()Marc G. Fournier1996-03-281-20/+14
* Fixed allocation of DMA buffers. The DMA bounce buffers were sometimesBruce Evans1996-01-271-45/+54
* Fixed renaming of private DEBUG macro. The previous revision missedBruce Evans1996-01-131-2/+2
* Renamed private DEBUG macro to avoid warnings when DEBUG is an option.Bruce Evans1995-12-221-9/+9
* One less magic number.Bruce Evans1995-12-161-2/+2
* Removed duplicated #includes of <sys/conf.h>Bruce Evans1995-12-151-2/+1
* Staticize and cleanup.Poul-Henning Kamp1995-12-101-15/+11
* Pass 3 of the great devsw changesJulian Elischer1995-12-081-51/+54
* Removed unnecessary #includes of <sys/user.h>. Some of these were justBruce Evans1995-12-061-3/+2
* If you're going to mechanically replicate something in 50 filesJulian Elischer1995-11-291-2/+2
* OK, that's it..Julian Elischer1995-11-291-18/+29
* the second set of changes in a move towards getting devices to beJulian Elischer1995-11-281-1/+33
* Added devfs nodes for other devices.. (didn't read the docs correctly)Julian Elischer1995-09-081-1/+10
* added ID strings so we know what version we have...Julian Elischer1995-09-081-0/+3
* Declare `geomtab' as static. It was bogusly shared between the asc andBruce Evans1995-09-081-1/+1
* 3 out of 5 new devsw functions had benign type mismatches.Bruce Evans1995-09-081-5/+5
* Submitted by: Luigi Rizzo (luigi@iet.unipi.it)Julian Elischer1995-09-081-0/+850