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
/
ic
Age
Commit message (
Expand
)
Author
2006-08-07
Remove some unused/uneeded code.
Jonathan Gray
2006-08-07
Enable WEP.
Marcus Glocker
2006-08-07
Radio type is in hex not decimal. Therefore decide correctly which
Marcus Glocker
2006-08-06
Some KNF.
Marcus Glocker
2006-08-06
remove a dragonflybsd'ism
Damien Bergamini
2006-08-06
more s/f/wh/ that I forgot in rev 1.25
Damien Bergamini
2006-08-06
fix a comment.
Damien Bergamini
2006-08-06
use the same naming conventions than net80211.
Damien Bergamini
2006-08-06
Add bpf hooks. Based on slightly modified diff from jsg.
Marcus Glocker
2006-08-06
fix swapping of the station address for big-endian archs.
Brad Smith
2006-08-06
fix the config space macro used with the TX start command.
Brad Smith
2006-08-06
With the PCIe devices, it looks as if issuing a TX command while
Brad Smith
2006-08-05
- move the promiscuous mode handling code into re_setpromisc().
Brad Smith
2006-08-05
- restructure the TX descriptor handling code to decouple the
Brad Smith
2006-08-05
don't set ifp->if_xname twice.
Damien Bergamini
2006-08-05
Use IFQ_POLL/IFQ_DEQUEUE instead of IFQ_DEQUEUE/IF_PREPEND.
Brad Smith
2006-08-05
Some KNF.
Marcus Glocker
2006-08-05
Adjust copyright.
Marcus Glocker
2006-08-05
If ieee80211_encap() returns NULL the node is already free,
Jonathan Gray
2006-08-05
Be sure to call if_detach() so ghosts of hardware
Jonathan Gray
2006-08-05
nuke latest remaining firmware ioctl bits.
Damien Bergamini
2006-08-05
Replace one more dragonfly quirk by ether_sprintf(). Fixes debug output
Marcus Glocker
2006-08-05
Replace dragonfly quirk by ether_sprintf(). Fixes debug output for
Marcus Glocker
2006-08-05
Slight KNF.
Marcus Glocker
2006-08-04
Fix comment typo, spotted by jasper@.
Marcus Glocker
2006-08-04
Make driver more silent when ACX_DEBUG is off.
Marcus Glocker
2006-08-04
use ic->ic_myaddr instead of LLADDR(ifp->if_sadl) to build management
Damien Bergamini
2006-08-04
Use ACX100 radio 11 firmware for ACX100 radio 11.
Jonathan Gray
2006-08-04
Remove code that reads the MAC address via the firmware
Jonathan Gray
2006-08-04
Load ACX111 firmware for ACX111.
Jonathan Gray
2006-08-03
delete some debug code that was put in for early development
Theo de Raadt
2006-08-03
Fix DMA initialization -- it helps to set the physical address of the buffer.
Claudio Jeker
2006-08-03
Kill some dead code that we never need. Makes the code readable and me less
Claudio Jeker
2006-08-03
pretty print radio & address
Theo de Raadt
2006-08-03
Fix more cvs Id tag tweaks in copyright notes.
Marcus Glocker
2006-08-03
Change the firmware names as suggested on the main driver project
Marcus Glocker
2006-08-03
Add/Fix copyright notes.
Marcus Glocker
2006-08-03
Change to OpenBSD cvs tag.
Marcus Glocker
2006-08-03
802.11a uses a 16 microseconds short interframe space.
Damien Bergamini
2006-08-03
always call scsi_done at splbio. issue found by pedro@
David Gwynne
2006-08-03
always call scsi_done at splbio. issue found by pedro@
David Gwynne
2006-08-03
Inital import for the acx(4) driver.
Marcus Glocker
2006-07-31
puc@cardbus (only added (commented out) to whom has puc@pci enabled)
Michael Shalayeff
2006-07-30
Make [ahc|ahd]_print_register() consistant, since they are both called
Kenneth R Westerback
2006-07-30
Be consistant and always check for non-NULL pointer before assigning into it.
Kenneth R Westerback
2006-07-29
Do not redefine ALIGNED_POINTER, it comes from <machine/param.h>
Miod Vallat
2006-07-28
make dmesg printing look a little bit nicer.
Brad Smith
2006-07-27
Rework opl_find() so that it does not need to take a proto softc, shaves
Miod Vallat
2006-07-23
Make smg(4) on par with the current state of wsdisplay drivers: make it use
Miod Vallat
2006-07-21
properly report errors thru scsi layer and not bio that will be overwritten l...
Michael Shalayeff
[next]