summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/if_ral_pci.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add support for RT3290 chipset by James Hastings.kevlo2018-10-021-1/+2
* Add support for Ralink RT5360. From Kevin Lo who tested with ajsg2017-05-311-1/+2
* Add support for RT5390 and RT5392 chipsets to the ral(4) driver.stsp2016-08-171-2/+7
* You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.mpi2015-11-241-2/+1
* Add a DVACT_WAKEUP op to the *_activate() API. This is called after thederaadt2013-12-061-16/+10
* replace workqs with tasks for handling resumedlg2013-11-141-5/+6
* Add support for the Ralink RT3060, which uses the RT3572 MAC/BBP.kettenis2013-08-011-1/+2
* add suspend/resume support for PCI ral(4) devices.damien2010-08-041-2/+45
* Initial bits for >=RT3090 support.damien2010-04-051-9/+12
* call powerhook_disestablish() and pci_intr_disestablish() earlier.damien2009-11-011-4/+3
* fix EDIMAX attachment.damien2009-05-121-17/+20
* attach to Edimax RT2860.damien2009-05-111-9/+16
* make various strings ("can't map mem space" and similar) more consistentsthen2009-03-291-4/+4
* more sizeof->nitemsdamien2008-11-251-2/+2
* rename rt2860 pci ids to match with reality.damien2008-07-211-13/+15
* in raldetach, do not call chip-specific detach if it was never called inderaadt2007-12-091-5/+5
* expresscard ral(4) rt2860 now can attach and detach correctlyderaadt2007-12-041-3/+13
* match expresscard ralderaadt2007-11-151-8/+10
* New driver for Ralink RT2860 chipset.damien2007-11-151-12/+36
* Remove some useless variables/code dealing with cardbus BARsgrange2006-11-181-3/+2
* replace rssadapt(9) with amrr for automatic rate control.damien2006-10-221-2/+2
* - add preliminary support for Ralink Technology RT2561, RT2561S and RT2661damien2006-01-091-19/+46
* do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisubmatch(); kettenis@ testing; brad@ okmickey2005-08-091-7/+1
* make ral compile on macppc.damien2005-02-221-1/+2
* fix dmesg output. pointed out by jsg@damien2005-02-191-4/+2
* make sure bpfilter.h is included before including ralvar.h.damien2005-02-181-1/+3
* Driver for Ralink Technology RT2500 wireless adapters.damien2005-02-151-0/+147