diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2012-07-06 12:13:28 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2012-07-06 12:13:28 +0000 |
| commit | fec4b62adfb49f7a174e6d4a00416d60bc03ebac (patch) | |
| tree | b9f6f7e3ba8218889dcffe6322071601aab2c6c8 /sys/dev/atkbdc | |
| parent | cc861283f42c379d265fd7d6d2f3432822df6730 (diff) | |
Notes
Diffstat (limited to 'sys/dev/atkbdc')
| -rw-r--r-- | sys/dev/atkbdc/atkbdc_isa.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/atkbdc/atkbdc_isa.c b/sys/dev/atkbdc/atkbdc_isa.c index 72412ad4cbf0..c55e3562724b 100644 --- a/sys/dev/atkbdc/atkbdc_isa.c +++ b/sys/dev/atkbdc/atkbdc_isa.c @@ -87,6 +87,7 @@ static driver_t atkbdc_isa_driver = { static struct isa_pnp_id atkbdc_ids[] = { { 0x0303d041, "Keyboard controller (i8042)" }, /* PNP0303 */ + { 0x0b03d041, "Keyboard controller (i8042)" }, /* PNP030B */ { 0x2003d041, "Keyboard controller (i8042)" }, /* PNP0320 */ { 0 } }; |
