aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/atkbdc/atkbdc_isa.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: r233619Jung-uk Kim2012-04-021-0/+1
* MFC r212413: bus_add_child: change type of order parameter to u_intAndriy Gapon2010-09-201-2/+2
* Make sure command/data port (0x60) and status port (0x64) are in correctJung-uk Kim2006-07-031-4/+10
* MFp4: need machine/bus.h here since we use bus space macros. It used toWarner Losh2006-06-121-0/+1
* Use the same method for detecting actual presence of AT-style keyboardMaxim Sobolev2006-04-261-0/+31
* - Hook up the new locations of the atkbdc(4), atkbd(4) and psm(4) sourceMarius Strobl2005-06-101-149/+19
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-291-2/+0
* Remove local hacks to set flags now that the device probe does this for us.Nate Lawson2004-10-141-2/+0
* 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-8/+6
* - Use the new resource_disabled() helper function to see if devices areJohn Baldwin2003-07-021-1/+1
* 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
* Yet another turn of workaround for psm/ACPI/PnP BIOSKazutaka YOKOTA2001-09-251-1/+1
* Update the atkbdc, atkbd, and psm drivers to probe/attachKazutaka YOKOTA2001-09-061-71/+124
* Add ACPI attachments.Mike Smith2001-08-301-0/+1
* Hints overhaul:Peter Wemm2001-06-121-10/+8
* Convert more malloc+bzero to malloc+M_ZERO.David Malone2000-12-081-2/+2
* Staticize some malloc M_ instances.Poul-Henning Kamp2000-12-081-1/+1
* Untangle some resource matching loops that were getting on my nervesPeter Wemm2000-10-151-8/+7
* Fixed the type of some ivar access functions. Ivars have type uintptr_t,Bruce Evans2000-04-301-4/+4
* Missing pieces of the last commit ;-(Kazutaka YOKOTA2000-03-191-11/+32
* - Properly keep track of I/O port resources.Kazutaka YOKOTA2000-03-191-22/+52
* Do not add children (atkbd and psm) if they are disabled.Kazutaka YOKOTA2000-02-251-0/+3
* Use config's conditional compilation rather than using #ifdefs that makePeter Wemm2000-01-291-5/+0
* Remove the 'ivars' arguement to device_add_child() andMatthew N. Dodd1999-12-031-1/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Alter the behavior of sys/kern/subr_bus.c:device_print_child()Matthew N. Dodd1999-07-291-6/+9
* Allocate the port resource when attaching the keyboard controller,Kazutaka YOKOTA1999-06-291-7/+10
* No support for pnp yet.Doug Rabson1999-05-301-1/+5
* Use the resource apis to manipulate resources.Doug Rabson1999-05-221-4/+18
* Slight reorganization of internal interface in the keyboard controllerKazutaka YOKOTA1999-05-181-24/+25
* Remove hackish foot protection.. If you ask for an atkbd on an isa busPeter Wemm1999-05-091-17/+1
* Move the declaration of the interrupt type from the driver structureDoug Rabson1999-05-081-2/+1
* Print the child IRQ on it's identification line.Peter Wemm1999-05-081-1/+3
* As a temporary anti-foot-shooting measure, don't let the user attachPeter Wemm1999-04-161-1/+17
* Update the alpha port to use the new syscons.Doug Rabson1999-01-231-0/+242