diff options
author | takawata <takawata@FreeBSD.org> | 2002-03-10 12:22:17 +0000 |
---|---|---|
committer | takawata <takawata@FreeBSD.org> | 2002-03-10 12:22:17 +0000 |
commit | 6bbe628e1d59bc70ac4f2d52534ae6247b1c8a44 (patch) | |
tree | 0ae5d7084de325d5730d4c31a630aeb3985f7ab0 /sys/dev | |
parent | f9f9d37294b73adf2685f285d3aa78ee1ea818df (diff) | |
download | FreeBSD-src-6bbe628e1d59bc70ac4f2d52534ae6247b1c8a44.zip FreeBSD-src-6bbe628e1d59bc70ac4f2d52534ae6247b1c8a44.tar.gz |
Add SONY VAIO psm controller ISA-PnP ID.
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/atkbdc/psm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/atkbdc/psm.c b/sys/dev/atkbdc/psm.c index 9823682..d43207e 100644 --- a/sys/dev/atkbdc/psm.c +++ b/sys/dev/atkbdc/psm.c @@ -2881,6 +2881,7 @@ static struct isa_pnp_id psmcpnp_ids[] = { { 0x1303d041, "PS/2 port" }, /* PNP0313, XXX */ { 0x80374d24, "IBM PS/2 mouse port" }, /* IBM3780, ThinkPad */ { 0x81374d24, "IBM PS/2 mouse port" }, /* IBM3781, ThinkPad */ + { 0x0490d94d, "SONY VAIO PS/2 mouse port"}, /* SNY9004, Vaio*/ { 0 } }; |