From 2572d3960be01f02cdc813ba51e757060b7dc49e Mon Sep 17 00:00:00 2001 From: jhb Date: Wed, 20 Mar 2002 19:38:26 +0000 Subject: Add PCI ID for the SeaLevel Ultra 530.PCI single port card. Sponsored by: The Weather Channel --- sys/dev/sio/sio_pci.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/dev/sio/sio_pci.c') diff --git a/sys/dev/sio/sio_pci.c b/sys/dev/sio/sio_pci.c index e71b330..6931de6 100644 --- a/sys/dev/sio/sio_pci.c +++ b/sys/dev/sio/sio_pci.c @@ -73,6 +73,7 @@ static struct pci_ids pci_ids[] = { { 0x01111407, "Koutech IOFLEX-2S PCI Dual Port Serial", 0x10 }, { 0x048011c1, "Lucent kermit based PCI Modem", 0x14 }, { 0x95211415, "Oxford Semiconductor PCI Dual Port Serial", 0x10 }, + { 0x7101135e, "SeaLevel Ultra 530.PCI Single Port Serial", 0x18 }, { 0x0000151f, "SmartLink 5634PCV SurfRider", 0x10 }, { 0x0103115d, "Xircom Cardbus modem", 0x10 }, { 0x00000000, NULL, 0 } -- cgit v1.1