Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-05-11 | Reset IO completion values to 0 to disable completion holdof. This improves | Marco Peereboom | |
read performance. This will only work with firmwares that are launched post 5/13/2005. Help LSI, ok mickey@ | |||
2005-05-11 | Add get and set completions opcodes. | Marco Peereboom | |
2005-05-11 | extra checks for monitor mode | Reyk Floeter | |
2005-05-10 | ANSI protos | Brad Smith | |
2005-05-10 | - remove commented out header | Brad Smith | |
- spaces vs tabs | |||
2005-05-10 | Add epic(4) driver which supersedes tx(4). | Brad Smith | |
This buys us.. - bus_dma - big endian support - multicast - support for another EPIC chipset From NetBSD ok mickey@ | |||
2005-05-09 | replace sc_quirk with sc_flags, spotted and ok mickey@ | Marco Peereboom | |
2005-05-08 | change the dmesg output: print known chipset names, don't print the | Reyk Floeter | |
supported 802.11a/b/g modes (this could be discovered with ifconfig -m athX). inspired by Johan M:son Lindman and others asking about the several different ARxxxx chipset combos. | |||
2005-05-08 | the ar5210 is silicon version 0, not 1. | Reyk Floeter | |
2005-05-08 | fix silicon version number reporting. ie. ath0: mac 80.6 -> ath0: mac 5.6. | Reyk Floeter | |
2005-04-30 | try to drain send queue if we lose link during heavy transmit | Brad Smith | |
activity instead of letting it sit and return 'no buffer available' errors. | |||
2005-04-30 | don't set MTU if its the same as what's currently being used. | Brad Smith | |
2005-04-30 | check for ETHERMIN in SIOCSIFMTU ioctl; from brad | Peter Valchev | |
2005-04-30 | From NetBSD, pt to by brad (might fix csum problems, else they may | Peter Valchev | |
need to be disabled after more testing): re_encap: set RTK_TDESC_CMD_IPCSUM if any of checksum offloading is requested. otherwise, RTK_TDESC_CMD_TCPCSUM/UDPCSUM don't seem to make any effect. | |||
2005-04-27 | Remove unnecessary step in ack sequence. | Marco Peereboom | |
Help LSI, ok mickey@ | |||
2005-04-27 | In osiop_checkintr(), bail out early and do not claim the interrupt for | Miod Vallat | |
``can't happen'' situations (which happen sometimes on mvme88k), rather than inadvertently dereference NULL pointers and panic. | |||
2005-04-25 | csum -> csum_flags | Brad Smith | |
ok krw@ canacar@ | |||
2005-04-25 | remove the stepping info since this isn't right | Brad Smith | |
2005-04-24 | add microcode to support interrupt mitigation on the | Brad Smith | |
82551 F stepping chipset. From FreeBSD via Dmitry Bogdan <dsb at imcs dot dvgu dot ru> | |||
2005-04-24 | - fix and update comments | Brad Smith | |
- use ETHERTYPE_IP instead of magic value - saanp -> type_ipv4 From FreeBSD ok mickey@ | |||
2005-04-23 | style | Brad Smith | |
2005-04-23 | - always accept VLAN-sized frames | Brad Smith | |
- support setting the MTU | |||
2005-04-23 | Fix newer Xircom CBE2-100 cards. | Brad Smith | |
We have to enable the connection to the MII first. Doing so fixes the problem cards without breaking the older, working cards. From FreeBSD | |||
2005-04-21 | snprintf error handling, ok beck cloder | Theo de Raadt | |
2005-04-20 | support 11b and 11a mode on the ar5211. "pure" 11g mode is not yet | Reyk Floeter | |
tested but should work as well. thanks for the hardware donation! | |||
2005-04-18 | beautify the code by renaming HAL functions with capitalized words (i | Reyk Floeter | |
always wanted to do that). this breaks HAL compatibility but porting should be easy, have a look at athvar.h. no functional changes. | |||
2005-04-17 | Fix typos | Tom Cosgrove | |
ok krw@ | |||
2005-04-17 | Typo in panic string | Tom Cosgrove | |
ok krw@ | |||
2005-04-17 | tabs not spaces | Michael Shalayeff | |
2005-04-17 | Timeouts are not ran at splhigh anymore so we don't need splimp. | Marco Peereboom | |
Inspired by beck@, ok mickey@ | |||
2005-04-17 | don't disassociate on SIOCSIFADDR if the interface is already up and running. | Damien Bergamini | |
2005-04-15 | re(4) cannot handle a standard sized Jumbo frame. | Brad Smith | |
2005-04-15 | re-add RL_JUMBO_FRAMELEN/RL_JUMBO_MTU but this time use the right values | Brad Smith | |
2005-04-15 | add another 8169 rev and remove vtophys() hack for alpha now that the driver | Brad Smith | |
has been bus_dma-ified | |||
2005-04-14 | enable HW transmit checksum offload | Brad Smith | |
ok pvalchev@ | |||
2005-04-09 | use htole32 and leto32h for register access instead of hardware-based | Reyk Floeter | |
byte swapping. | |||
2005-04-08 | move reset of HAL descriptors to ath.c | Reyk Floeter | |
2005-04-08 | bye bye unportable bitfields | Reyk Floeter | |
2005-04-08 | - enable reception of VLAN sized frames | Brad Smith | |
- enable HW receive checksum offload ok pvlachev@ | |||
2005-04-06 | pad keys with zeros to a supported key length. this is bad but seems | Reyk Floeter | |
to be the default WEP behaviour for string-based keys and allows commands like "ifconfig ath0 nwkey yuck" to work... | |||
2005-04-06 | <sys/types.h> is not needed with <sys/param.h> | Kevin Lo | |
ok reyk and damien | |||
2005-04-05 | fix wep by adjusting the total packet length | Reyk Floeter | |
2005-04-04 | Add blink and unblink but tell userland it is responsible for actually doing it | Marco Peereboom | |
because the ami firmware does not support it. In this case bioctl(8) will do it with SES passthrough commands. | |||
2005-04-03 | make wi_ioctl() easier to audit | Uwe Stuehler | |
2005-04-03 | remove redundant suser() checks | Uwe Stuehler | |
2005-04-02 | A few register offsets in the Parameter Engine were wrong. | Miod Vallat | |
2005-04-02 | check permissions on 80211 ioctls | Uwe Stuehler | |
2005-04-02 | More ioctl permission checks. | Uwe Stuehler | |
2005-04-02 | call ral_set_chan() in IEEE80211_S_RUN too. this was causing troubles with | Damien Bergamini | |
hostap mode. | |||
2005-04-02 | set the bssid in hostap mode too. | Damien Bergamini | |