diff options
author | jhb <jhb@FreeBSD.org> | 2005-04-05 18:06:28 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2005-04-05 18:06:28 +0000 |
commit | d64c6a588b1a748d63f3a403d1165720570355c8 (patch) | |
tree | 26eef13da38e2d3b388b0b8d69ce5361106f2f2a /sys/dev/sio | |
parent | bc92478cf216a4e0d4399464f3927c1c709b4dc1 (diff) | |
download | FreeBSD-src-d64c6a588b1a748d63f3a403d1165720570355c8.zip FreeBSD-src-d64c6a588b1a748d63f3a403d1165720570355c8.tar.gz |
Oops, revert a commit that snuck in with the earlier critical section
changes.
Noticed by: bde
Diffstat (limited to 'sys/dev/sio')
-rw-r--r-- | sys/dev/sio/sio_pci.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 }, |