summaryrefslogtreecommitdiff
path: root/sys/i386/isa/asc.c
Commit message (Expand)AuthorAgeFilesLines
* Remove asc driver, support for GI1904 based hand scanners. ThisWarner Losh2004-03-141-870/+0
* Device megapatch 4/6:Poul-Henning Kamp2004-02-211-0/+2
* Device megapatch 1/6:Poul-Henning Kamp2004-02-211-2/+0
* - Implement selwakeuppri() which allows raising the priority of aSeigo Tanimura2003-11-091-1/+1
* Use __FBSDID().David E. O'Brien2003-06-021-3/+3
* Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp2003-03-031-13/+7
* More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).Dag-Erling Smørgrav2003-03-021-8/+8
* Fixes to make select/poll mpsafe.Alfred Perlstein2002-03-141-4/+1
* Don't call devsw_add().Poul-Henning Kamp2001-11-041-4/+0
* KSE Milestone 2Julian Elischer2001-09-121-5/+5
* Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp2001-03-261-1/+0
* In ascpoll, return revents, not 0.Jonathan Lemon2001-03-011-1/+1
* Use selrecord() instead of doing the work ourselves.John Baldwin2001-01-241-6/+1
* Finish deprecating <sys/select.h> in favor of <sys/selinfo.h> in kernel code.Garrett Wollman2001-01-201-1/+1
* Mass update of isa drivers using compatability shims to usePeter Wemm2000-05-281-1/+13
* 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-3/+3
* 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/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Convert DEVFS hooks in (most) drivers to make_dev().Poul-Henning Kamp1999-08-231-28/+8
* Simplify cdevsw registration.Poul-Henning Kamp1999-05-311-19/+5
* This commit should be a extensive NO-OP:Poul-Henning Kamp1999-05-301-5/+22
* Add sufficient braces to keep egcs happy about potentially ambiguousPeter Wemm1999-05-061-3/+3
* s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.Dmitrij Tejblum1999-04-281-2/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-281-2/+2
* Include <sys/select.h> -- don't depend on pollution in <sys/proc.h>.Bruce Evans1999-01-271-1/+2
* Initialize isa_devtab entries for interrupt handlers in individualBruce Evans1998-10-221-2/+5
* Fixed printf format errors.Bruce Evans1998-08-121-50/+4
* 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