summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2005-05-10- remove commented out headerBrad Smith
2005-05-10Add epic(4) driver which supersedes tx(4).Brad Smith
2005-05-09replace sc_quirk with sc_flags, spotted and ok mickey@Marco Peereboom
2005-05-08change the dmesg output: print known chipset names, don't print theReyk Floeter
2005-05-08the ar5210 is silicon version 0, not 1.Reyk Floeter
2005-05-08fix silicon version number reporting. ie. ath0: mac 80.6 -> ath0: mac 5.6.Reyk Floeter
2005-04-30try to drain send queue if we lose link during heavy transmitBrad Smith
2005-04-30don't set MTU if its the same as what's currently being used.Brad Smith
2005-04-30check for ETHERMIN in SIOCSIFMTU ioctl; from bradPeter Valchev
2005-04-30From NetBSD, pt to by brad (might fix csum problems, else they mayPeter Valchev
2005-04-27Remove unnecessary step in ack sequence.Marco Peereboom
2005-04-27In osiop_checkintr(), bail out early and do not claim the interrupt forMiod Vallat
2005-04-25csum -> csum_flagsBrad Smith
2005-04-25remove the stepping info since this isn't rightBrad Smith
2005-04-24add microcode to support interrupt mitigation on theBrad Smith
2005-04-24- fix and update commentsBrad Smith
2005-04-23styleBrad Smith
2005-04-23- always accept VLAN-sized framesBrad Smith
2005-04-23Fix newer Xircom CBE2-100 cards.Brad Smith
2005-04-21snprintf error handling, ok beck cloderTheo de Raadt
2005-04-20support 11b and 11a mode on the ar5211. "pure" 11g mode is not yetReyk Floeter
2005-04-18beautify the code by renaming HAL functions with capitalized words (iReyk Floeter
2005-04-17Fix typosTom Cosgrove
2005-04-17Typo in panic stringTom Cosgrove
2005-04-17tabs not spacesMichael Shalayeff
2005-04-17Timeouts are not ran at splhigh anymore so we don't need splimp.Marco Peereboom
2005-04-17don't disassociate on SIOCSIFADDR if the interface is already up and running.Damien Bergamini
2005-04-15re(4) cannot handle a standard sized Jumbo frame.Brad Smith
2005-04-15re-add RL_JUMBO_FRAMELEN/RL_JUMBO_MTU but this time use the right valuesBrad Smith
2005-04-15add another 8169 rev and remove vtophys() hack for alpha now that the driverBrad Smith
2005-04-14enable HW transmit checksum offloadBrad Smith
2005-04-09use htole32 and leto32h for register access instead of hardware-basedReyk Floeter
2005-04-08move reset of HAL descriptors to ath.cReyk Floeter
2005-04-08bye bye unportable bitfieldsReyk Floeter
2005-04-08- enable reception of VLAN sized framesBrad Smith
2005-04-06pad keys with zeros to a supported key length. this is bad but seemsReyk Floeter
2005-04-06<sys/types.h> is not needed with <sys/param.h>Kevin Lo
2005-04-05fix wep by adjusting the total packet lengthReyk Floeter
2005-04-04Add blink and unblink but tell userland it is responsible for actually doing itMarco Peereboom
2005-04-03make wi_ioctl() easier to auditUwe Stuehler
2005-04-03remove redundant suser() checksUwe Stuehler
2005-04-02A few register offsets in the Parameter Engine were wrong.Miod Vallat
2005-04-02check permissions on 80211 ioctlsUwe Stuehler
2005-04-02More ioctl permission checks.Uwe Stuehler
2005-04-02call ral_set_chan() in IEEE80211_S_RUN too. this was causing troubles withDamien Bergamini
2005-04-02set the bssid in hostap mode too.Damien Bergamini
2005-04-02remove an unneeded initialization of TXCSR7.Damien Bergamini
2005-04-02Damn it! I spent hours fixing that "device timeout" bug!Damien Bergamini
2005-04-01shut ami up, bad me.Marco Peereboom
2005-04-01call ral_set_chan() on transition to state IEEE80211_S_ASSOC to make sureDamien Bergamini