Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-02-20 | Link uboot with libgcc for quad arithmetic now that gcc won't emit these | Miod Vallat | |
instructions natively. | |||
2005-02-20 | ifmedia_set() should not panic, nor can it really fail. So if there is | Brad Smith | |
some problem setting the media to the requested value (usually IFM_AUTO), we now force the media selection to IFM_NONE. From NetBSD | |||
2005-02-20 | Don't calculate 'total_len' twice. | Brad Smith | |
Inspired by NetBSD' rtk(4) driver. From: Mike Pechkin <mpech at mail dot ru> | |||
2005-02-19 | regen | Matthieu Herrb | |
2005-02-19 | Add getdents() emulation. Makes Veritas NetBackup client for FreeBSD work. | Matthieu Herrb | |
ok deraadt@, tedu@. | |||
2005-02-19 | spelling in comment | Jolan Luff | |
2005-02-19 | double default MAX_KMAPENT to 2000, theo ok | Henning Brauer | |
everybody please update your trees and test this, we need to find out wether there is bad side-effects from the doubling. If this does not get enough testing by our user community we will play safe and revert this for the 3.7 release, so please test. | |||
2005-02-19 | return on invalid beacon state | Reyk Floeter | |
2005-02-19 | add support for the atheros ar5212 wireless chipsets. it is not | Reyk Floeter | |
finished yet and still misses some channel initialization and calibration bits. (if you want to hand in your dmesg output, please build a kernel with an uncommented COUNTRYCODE in line 109 of dev/ic/ar5xxx.c to get the value stored in your card's eeprom.) ok henning@ | |||
2005-02-19 | Added support for Intel PRO/Wireless 2225BG PCI adapters. | Damien Bergamini | |
2005-02-19 | regen | Damien Bergamini | |
2005-02-19 | Intel PRO/Wireless 2225BG PCI (iwi). | Damien Bergamini | |
2005-02-19 | fix setting of the MAC address. | Damien Bergamini | |
2005-02-19 | fix dmesg output. pointed out by jsg@ | Damien Bergamini | |
2005-02-19 | fix attachment process and dmesg output. do some indent while i'm here. | Damien Bergamini | |
pointed out by jsg@ | |||
2005-02-19 | fix dmesg output. | Damien Bergamini | |
2005-02-19 | do not transmit any data frame if there is not at least two free descriptors | Damien Bergamini | |
in the tx ring (CTS/RTS frame + data frame). | |||
2005-02-19 | cosmetic tweaks. | Damien Bergamini | |
2005-02-19 | make dhclient work. | Damien Bergamini | |
2005-02-19 | use mii_phy_match() | Brad Smith | |
2005-02-19 | regen | Brad Smith | |
2005-02-19 | add a placeholder for an unknown Agere 10/100 PHY found with quad port hme's | Brad Smith | |
and on-board Netra T1 105's, etc. | |||
2005-02-19 | From part of NetBSD rtw.c rev 1.42: | Jonathan Gray | |
log message: Program the LEDs based on operating state and packet activity. * On a Revision F RTL8180, blink LED1 at 1Hz to indicate scan/authenticate/associate states. In the run state, turn LED1 on. In every state, blink LED1 at 5Hz to indicate non-beacon tx/rx activity. I would like to use two LEDs, but in all my Rev. F instances, LED0 is not wired to an LED; instead, the first LED is wired to indicate that the card's power is on. * On a Revision D RTL8180, program the LEDs so that LED0 indicates Tx, and LED1 indicates Rx. The Rx LED will blink annoyingly if there are beacons in the air, but at least the Tx LED is useful. * Store the hardware revision in the softc to support my futile attempt at programming LEDs for both Rev. D and Rev. F parts; I never did get Rev. D LEDs to work right. * Add a debug flag RTW_DEBUG_LED for the LED transitions. | |||
2005-02-19 | add dc@cardbus | Brad Smith | |
2005-02-19 | set the gpios in the right place | David Gwynne | |
ok drahn@ | |||
2005-02-18 | do not enable debug messages by default. | Damien Bergamini | |
2005-02-18 | reset the interface on tx timeouts. | Damien Bergamini | |
2005-02-18 | make sure bpfilter.h is included before including ralvar.h. | Damien Bergamini | |
2005-02-18 | make sure bpfilter.h is included before including ralvar.h. fixes a panic | Damien Bergamini | |
in if_ral_cardbus.c. | |||
2005-02-18 | remove all the cruft i had in there while trying to figure this stuff out | David Gwynne | |
ok drahn@ | |||
2005-02-18 | enable pxaudc. clean up the ohci line in the RAMDISK while im here | David Gwynne | |
ok drahn@ | |||
2005-02-18 | fix zlib's homepage; ok henning@, jmc@ | Robert Nagy | |
2005-02-18 | Internal wireless on PCChips A535 laptop found in a dmesg from | Jonathan Gray | |
Fabio Olive Leite <foleite at yahoo dot com dot br> and some additional wi devices found in linux-wlan driver. | |||
2005-02-18 | regen | Jonathan Gray | |
2005-02-18 | Internal wireless on PCChips A535 laptop found in a dmesg from | Jonathan Gray | |
Fabio Olive Leite <foleite at yahoo dot com dot br> and some additional wi devices found in linux-wlan driver. | |||
2005-02-17 | a new year and a new, less restrictive license. because it has to be | Reyk Floeter | |
free. go ahead miod@ | |||
2005-02-17 | == has a higher priority than &, so put braces wherever necessary; from cloder@ | Miod Vallat | |
2005-02-17 | knf | Reyk Floeter | |
2005-02-17 | How he wanted it work, from/ok miod@ | Dale Rahn | |
2005-02-17 | untested, no ok, and it broke. revert. | Dale Rahn | |
2005-02-17 | whitespace nit | David Gwynne | |
ok drahn@ | |||
2005-02-17 | cosmetic changes, fix regdomain code and beacon handling | Reyk Floeter | |
2005-02-17 | a driver for the usb device controller. at the moment it only hardwires the | David Gwynne | |
physical port on a zaurus to the host controller. needs lots of cleanup. ok drahn@ | |||
2005-02-17 | allow intr_establish to be used with any in gpio | David Gwynne | |
ok drahn@ | |||
2005-02-17 | mostly cosmetic changes: knf, get rid of unneeded sysctls, cleanup the | Reyk Floeter | |
code. | |||
2005-02-17 | Setup ri_bits before invoking rasops_init(), in case we want to use RI_CLEAR | Miod Vallat | |
in ri_flg someday. | |||
2005-02-17 | ehternet -> ethernet | Miod Vallat | |
2005-02-17 | derived from NetBSD: | Reyk Floeter | |
--- Make the node table into an LRU cache: least-recently used nodes are at the end of the node queue. Change the reference-counting discipline: ni->ni_refcnt indicates how many times net80211 has granted ni to the driver. Every node in the table with ni_refcnt=0 is eligible to be garbage-collected. The mere presence of a node in the table does not any longer indicate its auth/assoc state; nodes have a ni_state variable, now. While I am here, patch ieee80211_find_node_for_beacon to do a "best match" by bssid/ssid/channel, not a "perfect match." This keeps net80211 from caching duplicate nodes in the table. --- ok deraadt@ dlg@, looks good jsg@ | |||
2005-02-17 | miscellaneous typo fixes: | Jean-Francois Brousseau | |
- sturct -> struct (spotted by pedro) - elimination of consecutive 'the' words ok jmc@, henning@, krw@, robert@, some whining by jolan@ | |||
2005-02-17 | add software WEP (will implement hardware WEP later). | Damien Bergamini | |