aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/atkbdc/atkbd_atkbdc.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* atkbd/psm: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-3/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* [evdev] Add evdev support to atkbd(4) driverOleksandr Tymoshenko2016-11-031-0/+4
* Pass the device_t into atkbd_{probe,attach}_unit and get theWarner Losh2013-01-111-6/+2
* - If the atkbdc device is assigned an IRQ resource by ACPI or the PnPBIOS,John Baldwin2010-12-161-4/+2
* Remove explicit calls to keyboard methods with their respective variantsWojciech A. Koszek2007-12-291-4/+4
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* - Hook up the new locations of the atkbdc(4), atkbd(4) and psm(4) sourceMarius Strobl2005-06-101-8/+5
* add missing #include <sys/module.h>Poul-Henning Kamp2004-05-301-0/+1
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-4/+4
* Use __FBSDID().David E. O'Brien2003-06-111-2/+3
* Fix some easy, global, lint warnings. In most cases, this meansMark Murray2003-04-301-1/+1
* Reinitialize the keyboard after the ACPI resume event.Kazutaka YOKOTA2001-09-231-1/+10
* Refine ACPI/PnP BIOS probe/attach routines a bit.Kazutaka YOKOTA2001-09-151-1/+1
* Update the atkbdc, atkbd, and psm drivers to probe/attachKazutaka YOKOTA2001-09-061-14/+40
* Return consistent key action codes at key press and releaseKazutaka YOKOTA2001-07-201-0/+1
* Add the device resume method to keyboard drivers.Kazutaka YOKOTA2001-06-301-0/+14
* - Properly keep track of I/O port resources.Kazutaka YOKOTA2000-03-191-18/+23
* Use config's conditional compilation rather than using #ifdefs that makePeter Wemm2000-01-291-5/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* - Remove cdevsw entry points in individual keyboard drivers;Kazutaka YOKOTA1999-08-221-10/+8
* Move the declaration of the interrupt type from the driver structureDoug Rabson1999-05-081-4/+3
* Bring the 'new-bus' to the i386. This extensively changes the way thePeter Wemm1999-04-161-7/+8
* Keyboard driver update in preparation for the USB keyboard driver.Kazutaka YOKOTA1999-03-101-9/+20
* Update the alpha port to use the new syscons.Doug Rabson1999-01-231-0/+119