aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Don't compile in the AR9130 embedded WMAC code into the HAL by default.Adrian Chadd2011-11-241-5/+8
* Flesh out a geom_map setup, so the kernel can be squeezed _onto_ the device.Adrian Chadd2011-11-242-6/+61
* Compile in the right bits so the AR9130 WMAC support functions correctly.Adrian Chadd2011-11-241-1/+13
* Add a comment documenting where the WMAC hangs off of.Adrian Chadd2011-11-241-0/+1
* Flip on these debugging options by default. This is -HEAD after all.Adrian Chadd2011-11-241-5/+5
* Slim the default build down a little:Adrian Chadd2011-11-241-5/+6
* To save more power, switch to 10/100Mbps link when controller isPyun YongHyeon2011-11-232-4/+77
* Make sure to stop TX MAC before freeing queued TX frames.Pyun YongHyeon2011-11-232-21/+56
* Wrap BCM5785 in #ifdef notyet for now. According to yongari@ there areMarius Strobl2011-11-231-0/+2
* - Just use cam_calc_geometry(9) on newer version of FreeBSD rather thanMarius Strobl2011-11-234-14/+34
* Use DEVMETHOD_END.Marius Strobl2011-11-2332-36/+33
* Probe the BCM5785.Marius Strobl2011-11-231-0/+1
* Sync with NetBSD rev. 1.104Marius Strobl2011-11-231-1/+14
* Remove unused functions.Max Khon2011-11-232-109/+0
* - Remove unused old libdialog includesMax Khon2011-11-232-185/+0
* Fix parsing of redirect_addr argument.Gleb Smirnoff2011-11-231-1/+2
* Avoid double free creating a new RAID with invalid command line arguments.Ed Maste2011-11-231-0/+3
* some tweaks to build picobsd for different architectures.Luigi Rizzo2011-11-232-5/+13
* Plug fd leaksKevin Lo2011-11-233-0/+4
* fix formatting warning using casts. The numbers involvedLuigi Rizzo2011-11-231-4/+4
* Fix build without INVARIANTS.Mikolaj Golub2011-11-231-0/+2
* Fix build, hopefully.Mikolaj Golub2011-11-231-33/+42
* Re-lock the ath lock after ath_reset() has been called.Adrian Chadd2011-11-231-0/+1
* Remove unused variable mii.Kevin Lo2011-11-231-2/+0
* Tidy up the statistic documentation.Adrian Chadd2011-11-231-2/+2
* Add the new statistics introduced in r227868.Adrian Chadd2011-11-231-7/+14
* Flesh out the TX aggregation completion statistics.Adrian Chadd2011-11-233-5/+16
* Disable accepting frames in re_stop() to put RX MAC into idle state.Pyun YongHyeon2011-11-231-3/+15
* fdopendir(): Do not close the passed file descriptor on failure.Jilles Tjoelker2011-11-221-4/+13
* Perform media change after setting IFF_DRV_RUNNING flag. Without it,Pyun YongHyeon2011-11-221-2/+2
* Writing access to RL_CFG5 register also requires EEPROM writePyun YongHyeon2011-11-221-5/+6
* Rename device_delete_all_children() into device_delete_children().Hans Petter Selasky2011-11-2232-32/+32
* s,KOBJMETHOD_END,DEVMETHOD_END,g in order to fully hide the explicit mentionMarius Strobl2011-11-2227-30/+30
* Style change.Hans Petter Selasky2011-11-221-2/+2
* Remove yet another outdated note about procfs(5) being required.Mikolaj Golub2011-11-221-6/+0
* forgot to merge NETMAP entries in sys/conf !Luigi Rizzo2011-11-223-0/+8
* Update to use DEVMETHOD_END.Marius Strobl2011-11-221-1/+1
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-22156-585/+238
* For IP1001 PHY, do not set multi-port device(MASTER). Ideally thisPyun YongHyeon2011-11-221-1/+2
* Remove libpam from _prebuild_libs. This should unbreak the -jX build.Dag-Erling Smørgrav2011-11-221-2/+1
* No need in procfs(5).Mikolaj Golub2011-11-222-25/+1
* Now kvm_getenvv() and kvm_getargv() don't need procfs(5).Mikolaj Golub2011-11-222-341/+27
* Add new options, -e and -x, to display process environment variablesMikolaj Golub2011-11-226-12/+228
* Announce flow control capability to underlying PHY driver.Pyun YongHyeon2011-11-221-4/+11
* Retire linprocfs_doargv(). Instead use new functions, proc_getargv()Mikolaj Golub2011-11-221-146/+14
* Rework link establishment and link state detection logic.Pyun YongHyeon2011-11-221-18/+44
* In procfs_doproccmdline() if arguments are not cashed read them fromMikolaj Golub2011-11-221-30/+8
* Add new sysctls, KERN_PROC_ENV and KERN_PROC_AUXV, to returnMikolaj Golub2011-11-223-5/+409
* Improve logging:Gleb Smirnoff2011-11-221-2/+2
* style(9) nitGleb Smirnoff2011-11-221-1/+2