summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/if_rtw_pci.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.mpi2015-11-241-2/+1
* unifdef INETtedu2014-12-221-3/+1
* Use <sys/endian.h> instead of <machine/endian.h>guenther2014-12-191-3/+2
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-051-2/+1
* Convert a number of old private copies of code which predatesderaadt2012-10-181-22/+2
* use nitems(); no binary change for drivers that are compiled on amd64.jasper2011-04-031-2/+2
* Massage the powerhook functions into activate functions, and then callderaadt2010-08-291-2/+2
* Two pci'd that come from cardbus, in case anyone ever needs them...deraadt2009-06-261-1/+3
* Make rtw at pci detachable.jsg2009-06-021-4/+28
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
* only output on situations where power state is D3. unify the message infgsch2007-10-221-13/+9
* Use pci_set_powerstate(), shrinking the code and unifying the differentfgsch2007-10-221-19/+8
* Only match on RTL8185 if RTW_DEBUG is set, support for the RTL8185jsg2007-09-051-2/+4
* Remove the last of the FreeBSD compatiblity goop.jsg2005-09-081-2/+1
* do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisubmatch(); kettenis@ testing; brad@ okmickey2005-08-091-8/+1
* add the RTL8185 (not working yet)reyk2005-05-291-4/+5
* Simplify matching logic using pci_matchbyid() and correct some comments.jsg2005-04-151-39/+7
* Attach to the D-Link DWL-510.mcbride2005-02-091-1/+2
* Move the cfdriver struct to rtw.c where it belongs so cardbus rtwjsg2004-12-311-4/+1
* Driver for Realtek 802.11 devices from NetBSD.jsg2004-12-291-0/+306