diff options
| author | Takanori Watanabe <takawata@FreeBSD.org> | 2002-03-10 12:22:17 +0000 |
|---|---|---|
| committer | Takanori Watanabe <takawata@FreeBSD.org> | 2002-03-10 12:22:17 +0000 |
| commit | 03b8237df8f614b5fd50a79bd1aa11ebf20c7aa2 (patch) | |
| tree | 0ae5d7084de325d5730d4c31a630aeb3985f7ab0 /sys/isa | |
| parent | 29ec623730f5964793e62d87a7e6bf2ec654b37e (diff) | |
Notes
Diffstat (limited to 'sys/isa')
| -rw-r--r-- | sys/isa/psm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/isa/psm.c b/sys/isa/psm.c index 98236824fad7..d43207e7f4fb 100644 --- a/sys/isa/psm.c +++ b/sys/isa/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 } }; |
