diff options
author | 2014-05-18 10:49:28 +0000 | |
---|---|---|
committer | 2014-05-18 10:49:28 +0000 | |
commit | 814c9dd911e9c27185a92a7b5ef4996c7df261ec (patch) | |
tree | 44ed8b68a89631498f9234abc9f0e29286a2b59b | |
parent | No need to check for NULL before invoking free(); use calloc() when (diff) | |
download | wireguard-openbsd-814c9dd911e9c27185a92a7b5ef4996c7df261ec.tar.xz wireguard-openbsd-814c9dd911e9c27185a92a7b5ef4996c7df261ec.zip |
Add PCI ID for Realtek RTL8402 card reader.
-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 aeb9006aa07..4449d43c12a 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1726 2014/05/15 09:47:26 mpi Exp $ +$OpenBSD: pcidevs,v 1.1727 2014/05/18 10:49:28 stsp Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -5841,6 +5841,7 @@ product REALTEK RTS5209 0x5209 RTS5209 Card Reader product REALTEK RTS5227 0x5227 RTS5227 Card Reader product REALTEK RTS5229 0x5229 RTS5229 Card Reader product REALTEK RTS5249 0x5249 RTS5249 Card Reader +product REALTEK RTL8402 0x5286 RTL8402 Card Reader product REALTEK RTL8411B 0x5287 RTL8411B Card Reader product REALTEK RTL8411 0x5289 RTL8411 Card Reader product REALTEK RT8029 0x8029 8029 |