diff options
author | 2000-12-28 14:27:48 +0000 | |
---|---|---|
committer | 2000-12-28 14:27:48 +0000 | |
commit | 689dd5a3753b4a5d928572151184028531f5c89f (patch) | |
tree | 6fd24ac52584dd8603ce52b4a1fef016a8fc1389 | |
parent | count authentication failures only (diff) | |
download | wireguard-openbsd-689dd5a3753b4a5d928572151184028531f5c89f.tar.xz wireguard-openbsd-689dd5a3753b4a5d928572151184028531f5c89f.zip |
Add Xircom MiniPCI modem as found in, i.e., IBM ThinkPad X20. I could not find
an exact model number for it though...
-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 f2cdc7a4f18..43082f64373 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ - $OpenBSD: pcidevs,v 1.353 2000/12/15 16:21:33 jason Exp $ + $OpenBSD: pcidevs,v 1.354 2000/12/28 14:27:48 aaron Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -1869,6 +1869,7 @@ product MOT MPC106 0x0002 MPC106 PPC PCI bridge /* Xircom products */ product XIRCOM X3201_3 0x0002 X3201-3 product XIRCOM X3201_3_21143 0x0003 X3201-3 (21143) +product XIRCOM MPCI_MODEM 0x000c MiniPCI Modem /* Yamaha products */ product YAMAHA YMF724 0x0004 724 |