aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/isa/gsc.c
Commit message (Expand)AuthorAgeFilesLines
* Use __FBSDID().David E. O'Brien2003-06-021-3/+3
* Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp2003-03-031-13/+6
* Consolidate MIN/MAX macros into one place (param.h).Alfred Perlstein2003-02-021-2/+0
* Don't call cdevsw_add().Poul-Henning Kamp2001-11-041-4/+0
* KSE Milestone 2Julian Elischer2001-09-121-3/+3
* Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp2001-03-261-1/+0
* Mass update of isa drivers using compatability shims to usePeter Wemm2000-05-281-1/+12
* Remove unneeded <sys/buf.h> includes.Poul-Henning Kamp2000-04-181-1/+0
* Stop isadma from abusing the B_READ, B_RAW and B_WRITE flags.Poul-Henning Kamp2000-03-131-2/+2
* Remove a bunch of unused (NO-OP) #if NFOO > 0 type includes and somePeter Wemm2000-01-291-3/+0
* Remove five now unused fields from struct cdevsw. They should neverPoul-Henning Kamp1999-09-251-5/+3
* Convert DEVFS hooks in (most) drivers to make_dev().Poul-Henning Kamp1999-08-231-27/+7
* Simplify cdevsw registration.Poul-Henning Kamp1999-05-311-18/+4
* This commit should be a extensive NO-OP:Poul-Henning Kamp1999-05-301-4/+21
* s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.Dmitrij Tejblum1999-04-281-1/+1
* Fix compiler warnings.Archie Cobbs1998-12-041-81/+85
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-1/+1
* Moved some #includes from <sys/param.h> nearer to where they are actuallyBruce Evans1998-03-281-0/+1
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.Eivind Eklund1998-01-241-0/+2
* Removed unused #includes.Bruce Evans1997-07-201-1/+0
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includeBruce Evans1997-03-241-1/+0
* Apparently, someone changed the gsc driver to allocate one big bufferJoerg Wunsch1996-12-301-1/+0
* Clean up -Wunused warnings.Gary Palmer1996-06-121-1/+0
* Declared `unittab' as static. It was bogusly shared between the asc andBruce Evans1996-04-131-1/+3
* Update drivers to use isa_dma_acquire() and isa_dma_release()Sujal Patel1996-04-081-0/+5
* Switched from using devfs_add_sw() to using devfs_add_swf()Marc G. Fournier1996-03-281-16/+13
* Fixed allocation of DMA buffers. The DMA bounce buffers were sometimesBruce Evans1996-01-271-39/+44
* Fixed renaming of private DEBUG macro. The previous revision missedBruce Evans1996-01-131-8/+8
* Renamed private DEBUG macro to avoid warnings when DEBUG is an option.Bruce Evans1995-12-221-1/+1
* Return the i/o size, not a truth value, in the probe.Bruce Evans1995-12-161-1/+1
* Removed duplicated #includes of <sys/conf.h>Bruce Evans1995-12-151-1/+0
* Julian forgot to make the *devsw structures static.Poul-Henning Kamp1995-12-081-1/+1
* Pass 3 of the great devsw changesJulian Elischer1995-12-081-35/+60
* Removed unnecessary #includes of <sys/user.h>. Some of these were justBruce Evans1995-12-061-1/+1
* If you're going to mechanically replicate something in 50 filesJulian Elischer1995-11-291-1/+1
* OK, that's it..Julian Elischer1995-11-291-14/+24
* the second set of changes in a move towards getting devices to beJulian Elischer1995-11-281-0/+32
* Declare `geomtab' as static. It was bogusly shared between the asc andBruce Evans1995-09-081-1/+1
* Fix benign type mismatches in devsw functions. 82 out of 299 devswBruce Evans1995-09-081-3/+3
* Don't include <sys/tty.h> in drivers that aren't tty drivers or in generalBruce Evans1995-07-161-1/+0
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-34/+34
* Replace all remaining instances of `i386/include' by `machine' and fixBruce Evans1995-02-261-17/+17
* Add a MIN macro.Jordan K. Hubbard1995-01-091-0/+2
* Gunther Schadow <gusw@fub46.zedat.fu-berlin.de>'sJordan K. Hubbard1995-01-071-0/+774