summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/asc.c
Commit message (Expand)AuthorAgeFilesLines
* Mass update of isa drivers using compatability shims to usepeter2000-05-281-1/+13
* Remove unneeded <sys/buf.h> includes.phk2000-04-181-1/+0
* Stop isadma from abusing the B_READ, B_RAW and B_WRITE flags.phk2000-03-131-3/+3
* Remove a bunch of unused (NO-OP) #if NFOO > 0 type includes and somepeter2000-01-291-3/+0
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Convert DEVFS hooks in (most) drivers to make_dev().phk1999-08-231-28/+8
* Simplify cdevsw registration.phk1999-05-311-19/+5
* This commit should be a extensive NO-OP:phk1999-05-301-5/+22
* Add sufficient braces to keep egcs happy about potentially ambiguouspeter1999-05-061-3/+3
* s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.dt1999-04-281-2/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-281-2/+2
* Include <sys/select.h> -- don't depend on pollution in <sys/proc.h>.bde1999-01-271-1/+2
* Initialize isa_devtab entries for interrupt handlers in individualbde1998-10-221-2/+5
* Fixed printf format errors.bde1998-08-121-50/+4
* This commit fixes various 64bit portability problems required fordfr1998-06-071-2/+2
* Moved some #includes from <sys/param.h> nearer to where they are actuallybde1998-03-281-1/+2
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.eivind1998-01-241-1/+4
* Update select -> poll in drivers.peter1997-09-141-24/+23
* YAMF22jkh1997-04-141-15/+72
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includebde1997-03-241-2/+1
* 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
* Apply a similar fix as in gsc.c rev 1.23.joerg1996-12-301-2/+1
* Remove devconf, it never grew up to be of any use.phk1996-09-061-24/+1
* Removed unused #includes of <i386/isa/icu.h> and <i386/isa/icu.h>. icu.hbde1996-06-181-2/+1
* Declared `unittab' as static. It was bogusly shared between the asc andbde1996-04-131-2/+4
* Update drivers to use isa_dma_acquire() and isa_dma_release()smpatel1996-04-081-1/+5
* Switched from using devfs_add_sw() to using devfs_add_swf()scrappy1996-03-281-20/+14
* Fixed allocation of DMA buffers. The DMA bounce buffers were sometimesbde1996-01-271-45/+54
* Fixed renaming of private DEBUG macro. The previous revision missedbde1996-01-131-2/+2
* Renamed private DEBUG macro to avoid warnings when DEBUG is an option.bde1995-12-221-9/+9
* One less magic number.bde1995-12-161-2/+2
* Removed duplicated #includes of <sys/conf.h>bde1995-12-151-2/+1
* Staticize and cleanup.phk1995-12-101-15/+11
* Pass 3 of the great devsw changesjulian1995-12-081-51/+54
* Removed unnecessary #includes of <sys/user.h>. Some of these were justbde1995-12-061-3/+2
* If you're going to mechanically replicate something in 50 filesjulian1995-11-291-2/+2
* OK, that's it..julian1995-11-291-18/+29
* the second set of changes in a move towards getting devices to bejulian1995-11-281-1/+33
* Added devfs nodes for other devices.. (didn't read the docs correctly)julian1995-09-081-1/+10
* added ID strings so we know what version we have...julian1995-09-081-0/+3
* Declare `geomtab' as static. It was bogusly shared between the asc andbde1995-09-081-1/+1
* 3 out of 5 new devsw functions had benign type mismatches.bde1995-09-081-5/+5
* Submitted by: Luigi Rizzo (luigi@iet.unipi.it)julian1995-09-081-0/+850
OpenPOWER on IntegriCloud