diff options
author | Stefan Sperling <stsp@cvs.openbsd.org> | 2016-03-09 18:18:29 +0000 |
---|---|---|
committer | Stefan Sperling <stsp@cvs.openbsd.org> | 2016-03-09 18:18:29 +0000 |
commit | c0b5296245a97d62a9e6334bf58a246d67a26dd0 (patch) | |
tree | e506a270b7eee83086de25ec7800e0e6ef34935a /sys/dev/pci/files.pci | |
parent | 06a3bcd3a4ea95bc9e8cfa70bcc27c1ae29702d2 (diff) |
Split the rtwn(4) driver into two layers:
One layer which handles PCI support and low-level packet processing.
And another layer which handles ioctls, net80211 state transitions,
and all communication with the chip. The plan is to eventually merge
corresponding code from urtwn(4) in here.
ok mpi@
Diffstat (limited to 'sys/dev/pci/files.pci')
-rw-r--r-- | sys/dev/pci/files.pci | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/dev/pci/files.pci b/sys/dev/pci/files.pci index 0614e568d71..cae5a3aae6f 100644 --- a/sys/dev/pci/files.pci +++ b/sys/dev/pci/files.pci @@ -1,4 +1,4 @@ -# $OpenBSD: files.pci,v 1.322 2015/12/31 13:06:49 kettenis Exp $ +# $OpenBSD: files.pci,v 1.323 2016/03/09 18:18:28 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. @@ -677,9 +677,8 @@ 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 +attach rtwn at pci with rtwn_pci +file dev/pci/if_rtwn.c rtwn_pci # Ralink RT2500 PCI/Mini-PCI attach ral at pci with ral_pci |