From 565f27f116fb870ee901657aff259bcf57cb3ae7 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Wed, 20 Mar 2002 19:38:26 +0000 Subject: [PATCH] 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(+) diff --git a/sys/dev/sio/sio_pci.c b/sys/dev/sio/sio_pci.c index e71b3304b72..6931de62fdf 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 }