diff options
author | 2004-01-07 00:06:07 +0000 | |
---|---|---|
committer | 2004-01-07 00:06:07 +0000 | |
commit | 16b151a4f4f6bbfa81b4e7b2eede7a4e97785295 (patch) | |
tree | 766fe5897545dfd6a0f91b7b2fcc7f443515c5a0 | |
parent | Make sure that kroute updates for the FIB are only sent if there is a (diff) | |
download | wireguard-openbsd-16b151a4f4f6bbfa81b4e7b2eede7a4e97785295.tar.xz wireguard-openbsd-16b151a4f4f6bbfa81b4e7b2eede7a4e97785295.zip |
- Remove duplicate entry for Lucent Win Modem 0x0449
- Fix typo in device id for S3 86C964 rev 3
ok krw@, deraadt@
-rw-r--r-- | sys/dev/pci/pcidevs | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index a1287cfa6d6..6d6031e173e 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.702 2004/01/06 17:22:46 tom Exp $ +$OpenBSD: pcidevs,v 1.703 2004/01/07 00:06:07 tom Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -1413,7 +1413,6 @@ product LITEON PNICII 0xc115 PNIC-II /* Lucent products */ product LUCENT LTMODEM 0x0440 K56flex DSVD LTMODEM -product LUCENT LTWINV90 0x0449 Win Modem V.90 product LUCENT LTMODEM_0441 0x0441 LTMODEM product LUCENT LTMODEM_0442 0x0442 LTMODEM product LUCENT LTMODEM_0443 0x0443 LTMODEM @@ -1927,7 +1926,7 @@ product S3 864_3 0x88c3 86C864-3 product S3 964_0 0x88d0 86C964-0 product S3 964_1 0x88d1 86C964-1 product S3 964_2 0x88d2 86C964-2 -product S3 964_3 0x88d1 86C964-3 +product S3 964_3 0x88d3 86C964-3 product S3 968_0 0x88f0 86C968-0 product S3 968_1 0x88f1 86C968-1 product S3 968_2 0x88f2 86C968-2 |