From db066a0c1abecd8df1b7e216ecaa755300b48c6d Mon Sep 17 00:00:00 2001 From: sobomax Date: Wed, 10 Jul 2002 17:26:11 +0000 Subject: Add PCI ID and configuration hint for Netmos Nm9845 PCI 6-ports serial card. Submitted by: Oleg Antoshin MFC after: 3 days --- sys/dev/sio/sio_pci.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/dev/sio') diff --git a/sys/dev/sio/sio_pci.c b/sys/dev/sio/sio_pci.c index 6931de6..39f2f66 100644 --- a/sys/dev/sio/sio_pci.c +++ b/sys/dev/sio/sio_pci.c @@ -76,6 +76,7 @@ static struct pci_ids pci_ids[] = { { 0x7101135e, "SeaLevel Ultra 530.PCI Single Port Serial", 0x18 }, { 0x0000151f, "SmartLink 5634PCV SurfRider", 0x10 }, { 0x0103115d, "Xircom Cardbus modem", 0x10 }, + { 0x98459710, "Netmos Nm9845 PCI Bridge with Dual UART", 0x10 }, { 0x00000000, NULL, 0 } }; -- cgit v1.1