summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/gsc.c
Commit message (Expand)AuthorAgeFilesLines
* Mass update of isa drivers using compatability shims to usepeter2000-05-281-1/+12
* 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-2/+2
* 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/+3
* Convert DEVFS hooks in (most) drivers to make_dev().phk1999-08-231-27/+7
* Simplify cdevsw registration.phk1999-05-311-18/+4
* This commit should be a extensive NO-OP:phk1999-05-301-4/+21
* s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.dt1999-04-281-1/+1
* Fix compiler warnings.archie1998-12-041-81/+85
* This commit fixes various 64bit portability problems required fordfr1998-06-071-1/+1
* Moved some #includes from <sys/param.h> nearer to where they are actuallybde1998-03-281-0/+1
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.eivind1998-01-241-0/+2
* Removed unused #includes.bde1997-07-201-1/+0
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includebde1997-03-241-1/+0
* Apparently, someone changed the gsc driver to allocate one big bufferjoerg1996-12-301-1/+0
* Clean up -Wunused warnings.gpalmer1996-06-121-1/+0
* Declared `unittab' as static. It was bogusly shared between the asc andbde1996-04-131-1/+3
* Update drivers to use isa_dma_acquire() and isa_dma_release()smpatel1996-04-081-0/+5
* Switched from using devfs_add_sw() to using devfs_add_swf()scrappy1996-03-281-16/+13
* Fixed allocation of DMA buffers. The DMA bounce buffers were sometimesbde1996-01-271-39/+44
* Fixed renaming of private DEBUG macro. The previous revision missedbde1996-01-131-8/+8
* Renamed private DEBUG macro to avoid warnings when DEBUG is an option.bde1995-12-221-1/+1
* Return the i/o size, not a truth value, in the probe.bde1995-12-161-1/+1
* Removed duplicated #includes of <sys/conf.h>bde1995-12-151-1/+0
* Julian forgot to make the *devsw structures static.phk1995-12-081-1/+1
* Pass 3 of the great devsw changesjulian1995-12-081-35/+60
* Removed unnecessary #includes of <sys/user.h>. Some of these were justbde1995-12-061-1/+1
* If you're going to mechanically replicate something in 50 filesjulian1995-11-291-1/+1
* OK, that's it..julian1995-11-291-14/+24
* the second set of changes in a move towards getting devices to bejulian1995-11-281-0/+32
* Declare `geomtab' as static. It was bogusly shared between the asc andbde1995-09-081-1/+1
* Fix benign type mismatches in devsw functions. 82 out of 299 devswbde1995-09-081-3/+3
* Don't include <sys/tty.h> in drivers that aren't tty drivers or in generalbde1995-07-161-1/+0
* Remove trailing whitespace.rgrimes1995-05-301-34/+34
* Replace all remaining instances of `i386/include' by `machine' and fixbde1995-02-261-17/+17
* Add a MIN macro.jkh1995-01-091-0/+2
* Gunther Schadow <gusw@fub46.zedat.fu-berlin.de>'sjkh1995-01-071-0/+774
OpenPOWER on IntegriCloud