summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2005-02-19make dhclient work.Damien Bergamini
2005-02-19use mii_phy_match()Brad Smith
2005-02-19regenBrad Smith
2005-02-19add a placeholder for an unknown Agere 10/100 PHY found with quad port hme'sBrad Smith
2005-02-19From part of NetBSD rtw.c rev 1.42:Jonathan Gray
2005-02-18do not enable debug messages by default.Damien Bergamini
2005-02-18reset the interface on tx timeouts.Damien Bergamini
2005-02-18make sure bpfilter.h is included before including ralvar.h.Damien Bergamini
2005-02-18make sure bpfilter.h is included before including ralvar.h. fixes a panicDamien Bergamini
2005-02-18Internal wireless on PCChips A535 laptop found in a dmesg fromJonathan Gray
2005-02-18regenJonathan Gray
2005-02-18Internal wireless on PCChips A535 laptop found in a dmesg fromJonathan Gray
2005-02-17a new year and a new, less restrictive license. because it has to beReyk Floeter
2005-02-17knfReyk Floeter
2005-02-17cosmetic changes, fix regdomain code and beacon handlingReyk Floeter
2005-02-17mostly cosmetic changes: knf, get rid of unneeded sysctls, cleanup theReyk Floeter
2005-02-17ehternet -> ethernetMiod Vallat
2005-02-17derived from NetBSD:Reyk Floeter
2005-02-17miscellaneous typo fixes:Jean-Francois Brousseau
2005-02-17add software WEP (will implement hardware WEP later).Damien Bergamini
2005-02-17clear the IEEE80211_RATE_BASIC flag from the rate before callingDamien Bergamini
2005-02-17unmap DMA allocated memory properly.Damien Bergamini
2005-02-17zero memory after call to malloc() to avoid freeing non-allocatedDamien Bergamini
2005-02-16add support for enabling amp power on a non-documented Conexant codecTodd T. Fries
2005-02-16Fix scoping error when unhooking the interrupt handler. reyk@ okAaron Campbell
2005-02-16fix an invalid condition which returns on an invalid beacon state.Reyk Floeter
2005-02-15Driver for Ralink Technology RT2500 wireless adapters.Damien Bergamini
2005-02-15add the manual tx power option. this is supported by some prism2/2.5/3Reyk Floeter
2005-02-14add missing breakBrad Smith
2005-02-14atu is enabled on zaurus so build the firmwares for it too.David Gwynne
2005-02-14From NetBSD:Jonathan Gray
2005-02-13Remove __P usage in sys that has crept back in.Jonathan Gray
2005-02-12Fix crashes during probe by ensuring that SCSI_IS_SCSIBUS_B() returnsKenneth R Westerback
2005-02-12Additional axe devices found in Linux driver.Jonathan Gray
2005-02-12regenJonathan Gray
2005-02-12Additional axe devices found in Linux driver.Jonathan Gray
2005-02-10Remove redundant product name strings, simplify matching slightly.Jonathan Gray
2005-02-09Match D-Link DWL-610.Jonathan Gray
2005-02-09Attach to the D-Link DWL-510.Ryan Thomas McBride
2005-02-08From NetBSD:Jonathan Gray
2005-02-08Sync.Kenneth R Westerback
2005-02-08Add ProSavage PM133. Found on WinNET P620 motherboard.Kenneth R Westerback
2005-02-07Add Billionton CFLT2 Compact Flash. ok pval@ drahn@.Matthieu Herrb
2005-02-07regenMatthieu Herrb
2005-02-07Add Billionton CFLT2 Compact Flash. ok pval@ drahn@.Matthieu Herrb
2005-02-07regenBrad Smith
2005-02-07another PCI-E bridge.Brad Smith
2005-02-07em(4) doesn't use the mii layer, call if_link_state_change() directly.Ryan Thomas McBride
2005-02-07Use new if_link_state_change() instead of sending route message and notifyingRyan Thomas McBride
2005-02-06Wait 10ms for the completion of the EEPROM recall process, allowing aPedro Martelletto