summaryrefslogtreecommitdiffstats
path: root/sys/isa/atkbdc_isa.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed the type of some ivar access functions. Ivars have type uintptr_t,bde2000-04-301-4/+4
* Missing pieces of the last commit ;-(yokota2000-03-191-11/+32
* - Properly keep track of I/O port resources.yokota2000-03-191-22/+52
* Do not add children (atkbd and psm) if they are disabled.yokota2000-02-251-0/+3
* Use config's conditional compilation rather than using #ifdefs that makepeter2000-01-291-5/+0
* Remove the 'ivars' arguement to device_add_child() andmdodd1999-12-031-1/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Alter the behavior of sys/kern/subr_bus.c:device_print_child()mdodd1999-07-291-6/+9
* Allocate the port resource when attaching the keyboard controller,yokota1999-06-291-7/+10
* No support for pnp yet.dfr1999-05-301-1/+5
* Use the resource apis to manipulate resources.dfr1999-05-221-4/+18
* Slight reorganization of internal interface in the keyboard controlleryokota1999-05-181-24/+25
* Remove hackish foot protection.. If you ask for an atkbd on an isa buspeter1999-05-091-17/+1
* Move the declaration of the interrupt type from the driver structuredfr1999-05-081-2/+1
* Print the child IRQ on it's identification line.peter1999-05-081-1/+3
* As a temporary anti-foot-shooting measure, don't let the user attachpeter1999-04-161-1/+17
* Update the alpha port to use the new syscons.dfr1999-01-231-0/+242
OpenPOWER on IntegriCloud