diff options
author | 2007-06-08 10:23:29 +0000 | |
---|---|---|
committer | 2007-06-08 10:23:29 +0000 | |
commit | aa56e7cc0fa16796754ac2a24d896d30953ffd1d (patch) | |
tree | ec3c9fd4602ac7f9f3d0640ef4eb3315ebcfed33 | |
parent | kill arcnet leftovers, some pt out by Mike Belopuhov <mkb@crypt.org.ru>, (diff) | |
download | wireguard-openbsd-aa56e7cc0fa16796754ac2a24d896d30953ffd1d.tar.xz wireguard-openbsd-aa56e7cc0fa16796754ac2a24d896d30953ffd1d.zip |
Add Digi International Digi Neo 8 (8 serial ports). From Pedro Almeida.
-rw-r--r-- | sys/dev/pci/pcidevs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 4f73dd4c54a..341148a7f9b 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1242 2007/06/06 17:52:05 damien Exp $ +$OpenBSD: pcidevs,v 1.1243 2007/06/08 10:23:29 mbalmer Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -3435,6 +3435,7 @@ product SANGOMA A10X 0x0300 A10x /* Digi International */ product DIGI NEO4 0x00b0 Neo-4 +product DIGI NEO8 0x00b1 Neo-8 /* Schneider & Koch (SysKonnect) */ product SCHNEIDERKOCH FDDI 0x4000 FDDI |