diff options
author | murray <murray@FreeBSD.org> | 2001-08-31 20:16:00 +0000 |
---|---|---|
committer | murray <murray@FreeBSD.org> | 2001-08-31 20:16:00 +0000 |
commit | 8a7c2ca9e29e3d093b095a78f683db9d0e05f1a4 (patch) | |
tree | bfb105040d116725095c3427f4a84c3a223378e3 /sys/isa | |
parent | 5d33a1ef26cf8c36f62411464bec32b771913490 (diff) | |
download | FreeBSD-src-8a7c2ca9e29e3d093b095a78f683db9d0e05f1a4.zip FreeBSD-src-8a7c2ca9e29e3d093b095a78f683db9d0e05f1a4.tar.gz |
Add PCI device IDs for Kuotech dual port serial cards.
Also give example of the flags needed to use these cards.
PR: kern/21242
Submitted by: Shigeki Moride <moride@portside.net>
Diffstat (limited to 'sys/isa')
-rw-r--r-- | sys/isa/sio.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/isa/sio.c b/sys/isa/sio.c index 5bbd931..f9bfdd9 100644 --- a/sys/isa/sio.c +++ b/sys/isa/sio.c @@ -580,6 +580,8 @@ static struct pci_ids pci_ids[] = { { 0x100812b9, "3COM PCI FaxModem", 0x10 }, { 0x048011c1, "Lucent kermit based PCI Modem", 0x14 }, { 0x0000151f, "SmartLink 5634PCV SurfRider", 0x10 }, + { 0x01101407, "Koutech IOFLEX-2S PCI Dual Port Serial", 0x10 }, + { 0x01111407, "Koutech IOFLEX-2S PCI Dual Port Serial", 0x10 }, /* { 0xXXXXXXXX, "Xircom Cardbus modem", 0x10 }, */ { 0x00000000, NULL, 0 } }; |