summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstsp <stsp@openbsd.org>2015-06-04 21:13:12 +0000
committerstsp <stsp@openbsd.org>2015-06-04 21:13:12 +0000
commitf87e6f12792e84297b3f26bb39e0e598ab45781d (patch)
treee908517a39b2756e93f16496afe54f7a9caa94a7
parentNew rtwn(4) driver for RTL8188CE wifi cards. (diff)
downloadwireguard-openbsd-f87e6f12792e84297b3f26bb39e0e598ab45781d.tar.xz
wireguard-openbsd-f87e6f12792e84297b3f26bb39e0e598ab45781d.zip
attach rtwn at pci
-rw-r--r--sys/dev/pci/files.pci7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/pci/files.pci b/sys/dev/pci/files.pci
index 2483a060a24..2575dbfb778 100644
--- a/sys/dev/pci/files.pci
+++ b/sys/dev/pci/files.pci
@@ -1,4 +1,4 @@
-# $OpenBSD: files.pci,v 1.315 2015/05/11 06:46:22 ratchov Exp $
+# $OpenBSD: files.pci,v 1.316 2015/06/04 21:13:12 stsp Exp $
# $NetBSD: files.pci,v 1.20 1996/09/24 17:47:15 christos Exp $
#
# Config file and device description for machine-independent PCI code.
@@ -688,6 +688,11 @@ file dev/pci/if_atw_pci.c atw_pci
attach rtw at pci with rtw_pci
file dev/pci/if_rtw_pci.c rtw_pci
+# Realtek RTL8188CE Mini-PCI
+device rtwn: ifnet, wlan, firmload
+attach rtwn at pci
+file dev/pci/if_rtwn.c rtwn
+
# Ralink RT2500 PCI/Mini-PCI
attach ral at pci with ral_pci
file dev/pci/if_ral_pci.c ral_pci