summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* - Import macros used in gmirror for printing gvinum debug messages and makinglulf2008-10-2610-72/+94
* New ap-side power save implementation; the main change is to allow driverssam2008-10-268-113/+285
* move decl up before first usesam2008-10-261-1/+1
* introduce M_ENCAP flag to mark packets encapsulated w/ an 802.11 headersam2008-10-262-1/+8
* fix comment that belonged w/ previous commitsam2008-10-261-3/+2
* change ieee80211_send_probereq to supply raw xmit parameters so it cansam2008-10-261-2/+19
* change ieee80211_send_nulldata to send a QoS Null Data frame to asam2008-10-261-14/+51
* o change ieee80211_mgmt_output to take a raw xmit parameters block sosam2008-10-264-30/+45
* fix old merge botch that causes gaps in the tx seq# space for QoS framessam2008-10-261-1/+0
* Sync BAR frame handling with out of tree work:sam2008-10-253-56/+190
* set erp flag and tx parameter state when joining a bss; this allowssam2008-10-251-0/+3
* honor IEEE80211_CLONE_NOBEACONS for type of vap, not just a sta mode vapsam2008-10-251-5/+3
* improve inactivity handling debug supportsam2008-10-251-5/+29
* use a private mgt frame recv handler for ahdemo mode instead of an inlinesam2008-10-251-4/+24
* expand captured ie's before calling match_bss so they can potentiallysam2008-10-251-1/+1
* change ieee80211_sta_join to take an explicit channel instead ofsam2008-10-254-7/+18
* o add support for ifconfig wlanX mode foosam2008-10-251-62/+8
* add debug msgssam2008-10-251-5/+28
* fix associd check for adhoc modesam2008-10-251-18/+13
* ignore IEEE80211_ELEMID_PWRCNSTR when parsing beacon/probe response framessam2008-10-251-0/+1
* add 1/2 and 1/4 channel flags to IEEE80211_CHAN_ALL so that operationssam2008-10-251-0/+1
* add/improve debug msgssam2008-10-253-4/+18
* only call hardclock on cpu0kmacy2008-10-251-1/+4
* Invalid BSD disklabels have been created by sysinstall andmarcel2008-10-251-1/+6
* drm/i915: fix ioremap of a user address for non-root (CVE-2008-3831)rnoland2008-10-251-1/+1
* Add an entry for the "SIIG Cyber 4 PCI 16550", which is a four-port carddes2008-10-251-0/+6
* Fix spelling in comment.mav2008-10-251-1/+1
* Use auto-negotiation for manual media type selection. This fixesyongari2008-10-251-1/+2
* Enable the cfi(4) driver.marcel2008-10-251-0/+1
* Add a driver for flash memory that implements to the Common Flashmarcel2008-10-258-0/+1023
* Add a driver for the Local Bus Controller.marcel2008-10-253-0/+369
* Assign 0xff800000-0xffffffff to the LBC controller. That's wheremarcel2008-10-251-0/+4
* handle case where eflags represents actual flags value whenkmacy2008-10-251-0/+2
* Implement miibus_statchg handler. It detects whether rl(4)yongari2008-10-251-0/+34
* In mmu_booke_mapdev(), handle mappings that cannot be representedmarcel2008-10-251-5/+16
* After sending stop command to MAC, give hardware chance to drainyongari2008-10-251-0/+8
* Make rl_init_locked() call rl_reset. This will put hardware intoyongari2008-10-251-7/+4
* Don't rearm watchdog timer in rl_txeof(). The watchdog timer wasyongari2008-10-251-2/+0
* Various bus_dma(9) fixes.yongari2008-10-252-120/+256
* Make the driver compile on FBSD6 as well.n_hibma2008-10-241-2/+6
* Add MSI support.mav2008-10-241-1/+6
* Bump the revision after the latest commits.mav2008-10-241-1/+1
* Add some special handeling for AD1981HD codec. It has very unusual designmav2008-10-241-0/+18
* Don't rely on the value of *statep without first taking the vnode interlock.dfr2008-10-241-1/+4
* Fix general issues with IPI supportkmacy2008-10-243-50/+63
* Fix evtchn initialization on SMPkmacy2008-10-241-12/+47
* After adding U3G_DEBUG to LINT we need to create the opt_u3g.h file whenn_hibma2008-10-241-1/+5
* Add U3G_DEBUG to LINTn_hibma2008-10-243-1/+4
* Remove the entry from the i386 specific NOTES as it is in the genericn_hibma2008-10-241-1/+0
* - Bugfix: Only claim interface after having checked all endpoints. Thisn_hibma2008-10-241-42/+40
OpenPOWER on IntegriCloud