Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-08-31 | Fix redundant device name and/or target printing after calling | Miod Vallat | |
sc_print_addr(); ok krw@ | |||
2008-08-31 | remove the #if 0'ed NFS_ATTRTIMEO() macro since it was | Thordur I. Bjornsson | |
replaced by a function long ago.. ok blambert@ | |||
2008-08-31 | remove http links to dead domain. | Jonathan Gray | |
2008-08-31 | remove http links to dead/changed domains. | Jonathan Gray | |
2008-08-30 | replace TRUNC_PAGE by trunc_page and ROUND_PAGE by round_page | Martin Reindl | |
plus cast to vaddr_t where necassary from Miod's todo list ok miod@ | |||
2008-08-30 | Code refactorization and state structure changes in preparation of asynchronous | Miod Vallat | |
abort commands, needed to eventually support command timeouts for non-polled commands... no functional change. | |||
2008-08-30 | no need to include uvm/uvm.h twice | Martin Reindl | |
2008-08-30 | Move the link state check back up to the top of the various status | Brad Smith | |
functions right after reading the BMSR as it was before the addition of the fiber support and simplify brgphy_fiber_status() a bit. ok dlg@ | |||
2008-08-30 | garbage collect the no longer used GEM_IS_APPLE macro. | Brad Smith | |
2008-08-30 | Fix an issue initially reported by drahn@ with gem(4) where these | Brad Smith | |
drivers can report 2-3x times the number of actual packets being transmitted by only incrementing the counter for descriptors with buffers being freed. ok kettenis@ | |||
2008-08-30 | regen | Brad Smith | |
2008-08-30 | Add PCI ids for Intel E1000 82576 based boards. | Brad Smith | |
From FreeBSD | |||
2008-08-30 | regen | Brad Smith | |
2008-08-30 | Add the vendor ID for Techsan Electronics and PCI ids for their | Brad Smith | |
Sky2PC DVB cards. From jbg@ | |||
2008-08-30 | Remove the header that exposed the old wdt ioctl interface to userland, | Jonathan Gray | |
wdt was converted to use the common watchdog code some time ago so this is no longer needed. "yes, we should remove it" mbalmer@ | |||
2008-08-30 | Mention Family 11h in the comment. | Brad Smith | |
2008-08-29 | Disable the use of Jumbo frames on the first generation chips (82542). | Brad Smith | |
The exact details are unknown (possibly hw errata?) but the Windows and Linux drivers have never supported Jumbos on this chipset and since it is so old and rare it is not that big of a deal. From FreeBSD ok dlg@ awhile ago. | |||
2008-08-29 | Take the PHY out of power down while attaching just before probing for | Brad Smith | |
PHY. This helps with systems dual booting Windows XP/Vista where the Windows drivers will put the PHY in power down mode when rebooting. From FreeBSD | |||
2008-08-29 | Build with mtrr support on amd64. This really should have gone in in | Owain Ainsworth | |
edmonton, but I forgot. ok and extra testing phessler@. | |||
2008-08-29 | Don't memcpy too far whem drm_realloc() is called with a smaller size. | Owain Ainsworth | |
This was never noticed since it's always used with a larger size. Noticed by Stephane Marchesin. | |||
2008-08-29 | move code to support Frequency-Hopping spread spectrum (FHSS) PHYs | Damien Bergamini | |
to the Attic. nothing uses it in the tree and it is very unlikely that something will use it one day. the only driver supporting FHSS PHYs in the tree is ray(4) and it does not use net80211. | |||
2008-08-29 | add support for software crypto to allow WPA/WPA2/RSN. it is disabled | Reyk Floeter | |
for now because it needs more testing, but basic WPA/WPA2 and WEP seems to work. to enable it, set the compiled-in ath_softcrypto variable to 1. this is based on a previous diff from damien@ with some changes to disable the hardware crypto engine if softcrypto is enabled and to keeps the hardware crypto code in place to allow later work on hardware WPA/WPA2. | |||
2008-08-29 | add a HAL function to force disabling the hardware crypto engine | Reyk Floeter | |
2008-08-29 | the atw(4) man page says: | Damien Bergamini | |
"The driver lets you change to Host AP mode, but it does not work and it probably never will." so just remove the HOSTAP capability bit in the code and remove this sentence. | |||
2008-08-29 | fix comment: we use a pool for namei, so malloc considerations do not | Otto Moerbeek | |
apply; ok jsg@ | |||
2008-08-29 | garbage collect unused capabilities and configurations flags. | Damien Bergamini | |
add two capabilities flags: IEEE80211_C_HT for HT STAs (802.11n) and IEEE80211_C_APPMGT which indicates the capability for an AP to buffer unicast and multicast traffic for STAs in PS mode. all drivers claiming HostAP support should support that but the truth is that none of them do. most of them are still at the 802.11b-only era and do not update dynamic parts of beacons or process frames from ic_pwrsaveq. | |||
2008-08-29 | MSIZE and MCLBYTES are now defined in sys/param.h; from Jordan Gordeev | Jason McIntyre | |
ok thib | |||
2008-08-29 | support AMD Family 11h (Turion X2 Ultra et al); discussed with jsg@ and jmc@ | Constantine A. Murenin | |
2008-08-28 | Ignore xserver provided mmio address. We already have it. From git. | Owain Ainsworth | |
2008-08-28 | unbreak IEEE80211_DEBUG | Damien Bergamini | |
2008-08-28 | Rewrite the multicast/promiscuous handling and in the process merge into | Brad Smith | |
one function. Also fix reception of multicast packets when in promisuous mode. The Realtek chips are a little different than most others in that they will not receive multicast packets by enabling promiscuous mode alone. Tested by naddy@ and sthen@ ok naddy@ | |||
2008-08-28 | indent IF_PURGE. pointed out by brad@ | Damien Bergamini | |
no binary changes. | |||
2008-08-28 | #undef IPW_DEBUG | Damien Bergamini | |
fix a comment while i'm here. pointed out by brad@ | |||
2008-08-28 | 80 cols. | Damien Bergamini | |
no binary changes. | |||
2008-08-28 | WPA support for iwi(4). | Damien Bergamini | |
some initial WMM bits too. use license.template while i'm here. | |||
2008-08-28 | Do not try to attach to rev 2 BCM4311/BCM4312 chipsets as they | Brad Smith | |
require v4 firmware and the driver currently uses v3 firmware. ok mglocker@ | |||
2008-08-28 | i've lost the IF_PURGE() bits in the process... | Damien Bergamini | |
use license.template while i'm here. | |||
2008-08-28 | WPA support for ipw(4). | Damien Bergamini | |
Did a lot of cleanup while I was there. | |||
2008-08-28 | some style fixes. | Brad Smith | |
2008-08-28 | Fix a typo in the naming of the PPPoE input queues, ppoe -> pppoe. | Brad Smith | |
ok canacar@ | |||
2008-08-28 | encode the speed and link state in the local port key. | Reyk Floeter | |
ok brad@ | |||
2008-08-28 | Driver for Acer Labs M5455 integrated sound found on recent Ultra workstations. | Mike Belopuhov | |
Suggestions and corrections by kettenis, ratchov, jakemsr. Thanks a lot! Recording doesn't work at the moment. ok kettenis ratchov | |||
2008-08-28 | - enable uvideo on sgi, it's working for me with a quickcam e 3500 plus | Jasper Lievisse Adriaanse | |
ok mglocker@ | |||
2008-08-28 | Ignore userland provided batchbuffer start parameter, we can determine | Owain Ainsworth | |
it ourselves. From drm git. | |||
2008-08-28 | set sarea_priv to NULL to prevent possible access on next open/close. | Owain Ainsworth | |
From Robert Noland via drm git. | |||
2008-08-28 | Kill the ifdefed out ttm interface stuff. The intel driver has | Owain Ainsworth | |
definitively gone for GEM so this will not be needed. No binary change. | |||
2008-08-28 | Add some more E1000 PCI ids. | Brad Smith | |
From FreeBSD | |||
2008-08-28 | This file was meant to be removed with the last commit, it's now empty | Owain Ainsworth | |
and unused. | |||
2008-08-28 | replace usage of drm_memrange with extent(9). No functional change, but | Owain Ainsworth | |
should shrink the kernel somewhat. For some strange reason I was unaware of this api when I pulled in these changes. tested by myself and Paul de Weerd, thanks! | |||
2008-08-27 | Remove a redundant define for RL_CFG2 and remove an incorrect comment. | Brad Smith | |