diff options
| author | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2001-10-09 15:30:19 +0000 |
|---|---|---|
| committer | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2001-10-09 15:30:19 +0000 |
| commit | 5ad8aff3763ca646c056dfd786dc8e6a0855a605 (patch) | |
| tree | a9803e3b4e449a160fa131f2cab8f53e9f10c049 | |
| parent | 66e062451ea5ea44e634ae03cf0ff18fb00e07c5 (diff) | |
Notes
| -rw-r--r-- | sys/dev/ct/ct_isa.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ct/ct_isa.c b/sys/dev/ct/ct_isa.c index ec38efe3663f..388ba3fe85e8 100644 --- a/sys/dev/ct/ct_isa.c +++ b/sys/dev/ct/ct_isa.c @@ -111,6 +111,7 @@ struct ct_isa_softc { }; static struct isa_pnp_id ct_pnp_ids[] = { + { 0x0100e7b1, "Logitec LHA-301" }, { 0x110154dc, "I-O DATA SC-98III" }, { 0x4120acb4, "MELCO IFC-NN" }, { 0, NULL } |
