| Commit message (Expand) | Author | Age | Files | Lines |
* | Add another PS/2 keyboard PNP ID. This ID is listed as | jhb | 2012-07-06 | 1 | -0/+1 |
* | Add a PNP ID for Japanese 106-key keyboard. | jkim | 2012-03-28 | 1 | -0/+1 |
* | Only use the BIOS-supplied IRQ for the atkbdc device for a child atkbd | jhb | 2010-12-21 | 1 | -8/+10 |
* | - If the atkbdc device is assigned an IRQ resource by ACPI or the PnPBIOS, | jhb | 2010-12-16 | 1 | -10/+52 |
* | bus_add_child: change type of order parameter to u_int | avg | 2010-09-10 | 1 | -2/+2 |
* | On certain chipsets AT keyboard controller isn't present and is | sobomax | 2010-04-29 | 1 | -2/+5 |
* | bus_add_child takes a const char *. | imp | 2009-02-05 | 1 | -3/+3 |
* | Make sure command/data port (0x60) and status port (0x64) are in correct | jkim | 2006-07-03 | 1 | -4/+10 |
* | MFp4: need machine/bus.h here since we use bus space macros. It used to | imp | 2006-06-12 | 1 | -0/+1 |
* | Use the same method for detecting actual presence of AT-style keyboard | sobomax | 2006-04-26 | 1 | -0/+31 |
* | - Hook up the new locations of the atkbdc(4), atkbd(4) and psm(4) source | marius | 2005-06-10 | 1 | -150/+20 |
* | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | nyan | 2005-05-29 | 1 | -2/+0 |
* | Remove local hacks to set flags now that the device probe does this for us. | njl | 2004-10-14 | 1 | -2/+0 |
* | add missing #include <sys/module.h> | phk | 2004-05-30 | 1 | -0/+1 |
* | Convert callers to the new bus_alloc_resource_any(9) API. | njl | 2004-03-17 | 1 | -8/+6 |
* | - Use the new resource_disabled() helper function to see if devices are | jhb | 2003-07-02 | 1 | -1/+1 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -2/+3 |
* | Fix some easy, global, lint warnings. In most cases, this means | markm | 2003-04-30 | 1 | -1/+1 |
* | Yet another turn of workaround for psm/ACPI/PnP BIOS | yokota | 2001-09-25 | 1 | -1/+1 |
* | Update the atkbdc, atkbd, and psm drivers to probe/attach | yokota | 2001-09-06 | 1 | -71/+124 |
* | Add ACPI attachments. | msmith | 2001-08-30 | 1 | -0/+1 |
* | Hints overhaul: | peter | 2001-06-12 | 1 | -10/+8 |
* | Convert more malloc+bzero to malloc+M_ZERO. | dwmalone | 2000-12-08 | 1 | -2/+2 |
* | Staticize some malloc M_ instances. | phk | 2000-12-08 | 1 | -1/+1 |
* | Untangle some resource matching loops that were getting on my nerves | peter | 2000-10-15 | 1 | -8/+7 |
* | Fixed the type of some ivar access functions. Ivars have type uintptr_t, | bde | 2000-04-30 | 1 | -4/+4 |
* | Missing pieces of the last commit ;-( | yokota | 2000-03-19 | 1 | -11/+32 |
* | - Properly keep track of I/O port resources. | yokota | 2000-03-19 | 1 | -22/+52 |
* | Do not add children (atkbd and psm) if they are disabled. | yokota | 2000-02-25 | 1 | -0/+3 |
* | Use config's conditional compilation rather than using #ifdefs that make | peter | 2000-01-29 | 1 | -5/+0 |
* | Remove the 'ivars' arguement to device_add_child() and | mdodd | 1999-12-03 | 1 | -1/+2 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Alter the behavior of sys/kern/subr_bus.c:device_print_child() | mdodd | 1999-07-29 | 1 | -6/+9 |
* | Allocate the port resource when attaching the keyboard controller, | yokota | 1999-06-29 | 1 | -7/+10 |
* | No support for pnp yet. | dfr | 1999-05-30 | 1 | -1/+5 |
* | Use the resource apis to manipulate resources. | dfr | 1999-05-22 | 1 | -4/+18 |
* | Slight reorganization of internal interface in the keyboard controller | yokota | 1999-05-18 | 1 | -24/+25 |
* | Remove hackish foot protection.. If you ask for an atkbd on an isa bus | peter | 1999-05-09 | 1 | -17/+1 |
* | Move the declaration of the interrupt type from the driver structure | dfr | 1999-05-08 | 1 | -2/+1 |
* | Print the child IRQ on it's identification line. | peter | 1999-05-08 | 1 | -1/+3 |
* | As a temporary anti-foot-shooting measure, don't let the user attach | peter | 1999-04-16 | 1 | -1/+17 |
* | Update the alpha port to use the new syscons. | dfr | 1999-01-23 | 1 | -0/+242 |