summaryrefslogtreecommitdiffstats
path: root/sys/isa/atkbd_isa.c
Commit message (Expand)AuthorAgeFilesLines
* - Hook up the new locations of the atkbdc(4), atkbd(4) and psm(4) sourcemarius2005-06-101-180/+0
* add missing #include <sys/module.h>phk2004-05-301-0/+1
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-4/+4
* Use __FBSDID().obrien2003-06-111-2/+3
* Fix some easy, global, lint warnings. In most cases, this meansmarkm2003-04-301-1/+1
* Reinitialize the keyboard after the ACPI resume event.yokota2001-09-231-1/+10
* Refine ACPI/PnP BIOS probe/attach routines a bit.yokota2001-09-151-1/+1
* Update the atkbdc, atkbd, and psm drivers to probe/attachyokota2001-09-061-14/+40
* Return consistent key action codes at key press and releaseyokota2001-07-201-0/+1
* Add the device resume method to keyboard drivers.yokota2001-06-301-0/+14
* - Properly keep track of I/O port resources.yokota2000-03-191-18/+23
* Use config's conditional compilation rather than using #ifdefs that makepeter2000-01-291-5/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* - Remove cdevsw entry points in individual keyboard drivers;yokota1999-08-221-10/+8
* Move the declaration of the interrupt type from the driver structuredfr1999-05-081-4/+3
* Bring the 'new-bus' to the i386. This extensively changes the way thepeter1999-04-161-7/+8
* Keyboard driver update in preparation for the USB keyboard driver.yokota1999-03-101-9/+20
* Update the alpha port to use the new syscons.dfr1999-01-231-0/+119
OpenPOWER on IntegriCloud