From d64c6a588b1a748d63f3a403d1165720570355c8 Mon Sep 17 00:00:00 2001 From: jhb Date: Tue, 5 Apr 2005 18:06:28 +0000 Subject: Oops, revert a commit that snuck in with the earlier critical section changes. Noticed by: bde --- sys/dev/sio/sio_pci.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/dev/sio/sio_pci.c b/sys/dev/sio/sio_pci.c index a59e221..05d4226 100644 --- a/sys/dev/sio/sio_pci.c +++ b/sys/dev/sio/sio_pci.c @@ -71,7 +71,6 @@ struct pci_ids { static struct pci_ids pci_ids[] = { { 0x100812b9, "3COM PCI FaxModem", 0x10 }, { 0x2000131f, "CyberSerial (1-port) 16550", 0x10 }, - { 0x65851282, "Davicom 56PDV PCI Modem", 0x10 }, { 0x01101407, "Koutech IOFLEX-2S PCI Dual Port Serial", 0x10 }, { 0x01111407, "Koutech IOFLEX-2S PCI Dual Port Serial", 0x10 }, { 0x048011c1, "Lucent kermit based PCI Modem", 0x14 }, -- cgit v1.1