index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
/
if_ral_pci.c
Age
Commit message (
Expand
)
Author
2018-10-02
Add support for RT3290 chipset by James Hastings.
Kevin Lo
2017-05-31
Add support for Ralink RT5360. From Kevin Lo who tested with a
Jonathan Gray
2016-08-17
Add support for RT5390 and RT5392 chipsets to the ral(4) driver.
Stefan Sperling
2015-11-24
You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.
Martin Pieuchot
2013-12-06
Add a DVACT_WAKEUP op to the *_activate() API. This is called after the
Theo de Raadt
2013-11-14
replace workqs with tasks for handling resume
David Gwynne
2013-08-01
Add support for the Ralink RT3060, which uses the RT3572 MAC/BBP.
Mark Kettenis
2010-08-04
add suspend/resume support for PCI ral(4) devices.
Damien Bergamini
2010-04-05
Initial bits for >=RT3090 support.
Damien Bergamini
2009-11-01
call powerhook_disestablish() and pci_intr_disestablish() earlier.
Damien Bergamini
2009-05-12
fix EDIMAX attachment.
Damien Bergamini
2009-05-11
attach to Edimax RT2860.
Damien Bergamini
2009-03-29
make various strings ("can't map mem space" and similar) more consistent
Stuart Henderson
2008-11-25
more sizeof->nitems
Damien Bergamini
2008-07-21
rename rt2860 pci ids to match with reality.
Damien Bergamini
2007-12-09
in raldetach, do not call chip-specific detach if it was never called in
Theo de Raadt
2007-12-04
expresscard ral(4) rt2860 now can attach and detach correctly
Theo de Raadt
2007-11-15
match expresscard ral
Theo de Raadt
2007-11-15
New driver for Ralink RT2860 chipset.
Damien Bergamini
2006-11-18
Remove some useless variables/code dealing with cardbus BARs
Alexander Yurchenko
2006-10-22
replace rssadapt(9) with amrr for automatic rate control.
Damien Bergamini
2006-01-09
- add preliminary support for Ralink Technology RT2561, RT2561S and RT2661
Damien Bergamini
2005-08-09
do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisub...
Michael Shalayeff
2005-02-22
make ral compile on macppc.
Damien Bergamini
2005-02-19
fix dmesg output. pointed out by jsg@
Damien Bergamini
2005-02-18
make sure bpfilter.h is included before including ralvar.h.
Damien Bergamini
2005-02-15
Driver for Ralink Technology RT2500 wireless adapters.
Damien Bergamini