diff options
author | Kevin Lo <kevlo@cvs.openbsd.org> | 2024-06-30 08:11:37 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@cvs.openbsd.org> | 2024-06-30 08:11:37 +0000 |
commit | 4635466f45923328bc8bcbaf070fde9bfd6eef05 (patch) | |
tree | 0bbb5dc4488e7b3f4c69d530e1b48728889f5ebe /sys/dev/pci/pcidevs | |
parent | 56953c411b4f0bbbcfcb7b3b1ecf7b83fabef20d (diff) |
Add Realtek RTL8126.
Diffstat (limited to 'sys/dev/pci/pcidevs')
-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 e148333f755..60126fa64d8 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.2077 2024/06/16 16:20:51 kn Exp $ +$OpenBSD: pcidevs,v 1.2078 2024/06/30 08:11:36 kevlo Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -8776,6 +8776,7 @@ product REALTEK RTL8411 0x5289 RTL8411 Card Reader product REALTEK RT8029 0x8029 8029 product REALTEK RT8139D 0x8039 8139D product REALTEK RTL8125 0x8125 RTL8125 +product REALTEK RTL8126 0x8126 RTL8126 product REALTEK RT8129 0x8129 8129 product REALTEK RT8101E 0x8136 8101E product REALTEK RT8138 0x8138 8138 |