Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add support for the atheros ar5211 802.11A/B/g wireless chipset. | 2005-02-25 | 7 | -158/+4102 | |
| | | | | ok deraadt@ | ||||
* | Correct usage of bus_dma which makes re(4) work on alpha. | 2005-02-25 | 1 | -5/+5 | |
| | | | | | | From NetBSD rtl8169.c -r 1.11 ok pvalchev@ | ||||
* | Add support for software WEP. | 2005-02-25 | 1 | -5/+9 | |
| | | | | Pointers from and ok damien@ | ||||
* | sync | 2005-02-25 | 2 | -2/+7 | |
| | |||||
* | via is integrating s3 video components now..; maxim@chl.chalmers.se | 2005-02-25 | 1 | -1/+2 | |
| | |||||
* | fixes inspired by netbsd and pointed out by jsg@ | 2005-02-24 | 1 | -4/+11 | |
| | | | | | - make sure the interface is up before continuing in atu_start - use IFQ_DEQUEUE instead of IF_DEQUEUE | ||||
* | support zoltrix tv/fm; from jakemsr@ pr4096 | 2005-02-24 | 4 | -5/+46 | |
| | |||||
* | add zoltrix vendor and a bktr device; from jakemsr@ | 2005-02-24 | 1 | -1/+5 | |
| | |||||
* | fix a buffer-done race that makes mirroring work now; | 2005-02-24 | 2 | -132/+155 | |
| | | | | | | use pool instead of malloc/free and this fixes new buffer mode; implement DIOCGPDINFO for disklabel -d; tested by henning@ millert@ fries@ | ||||
* | add all supported regulation domains. the forced COUNTRYCODE in ar5xxx | 2005-02-23 | 1 | -32/+90 | |
| | | | | | | is now disabled by default to use the value found in EEPROM. ok deraadt@ | ||||
* | sync | 2005-02-23 | 2 | -4/+11 | |
| | |||||
* | palm zire 31; pr 4113, jamesw@bsdhosting.co.za | 2005-02-23 | 2 | -2/+4 | |
| | |||||
* | sv map fix; from Jan Johansson <janj+openbsd@wenf.org> | 2005-02-22 | 1 | -2/+2 | |
| | |||||
* | send enable cmd after a reset; form netbsd | 2005-02-22 | 1 | -3/+9 | |
| | |||||
* | make ral compile on macppc. | 2005-02-22 | 1 | -4/+5 | |
| | | | | | fix endianness issues. pointed out by "barryg" (Barry Dexter A. Gonzaga). | ||||
* | make ral compile on macppc. | 2005-02-22 | 2 | -2/+4 | |
| | | | | pointed out by "barryg" (Barry Dexter A. Gonzaga). | ||||
* | From part of NetBSD rtw.c rev 1.36: | 2005-02-22 | 1 | -2/+6 | |
| | | | | | In rtw_detach, flag the rtw as "invalid" (RTW_F_INVALID). Do not try to power-down the RF section of an invalid rtw. | ||||
* | Fix a bug causing arches not able to load unaligned to crash in ip input. | 2005-02-22 | 1 | -5/+6 | |
| | | | | | | | | | m_pullup must be done with a size >= ip header and m_adj must be called after the pullup so pullup does not kill the header alignment. Makes mips64, alpha, sparc64 and possibly others happy. ok from martin, brad and a bunch of others who tested. | ||||
* | sync | 2005-02-21 | 2 | -2/+11 | |
| | |||||
* | Support another Intel 6300ESB SATA. | 2005-02-21 | 2 | -2/+12 | |
| | | | | Tested by Marc Wirth <MarcWirth@mac.com>. | ||||
* | ipwcontrol and iwicontrol removal. | 2005-02-21 | 4 | -81/+22 | |
| | |||||
* | unbreak compilation by including some missing headers | 2005-02-21 | 3 | -3/+6 | |
| | | | | requested by and ok reyk@ | ||||
* | define AHC_ALLOW_MEMIO on macppc, resulting in support for more | 2005-02-21 | 1 | -3/+3 | |
| | | | | | | controllers and better performance ok drahn@, krw@ | ||||
* | Do not confuse syslog by printing messages starting with '<'. | 2005-02-20 | 2 | -7/+7 | |
| | | | | ok krw@ | ||||
* | Don't calculate 'total_len' twice. | 2005-02-20 | 1 | -4/+4 | |
| | | | | | | Inspired by NetBSD' rtk(4) driver. From: Mike Pechkin <mpech at mail dot ru> | ||||
* | spelling in comment | 2005-02-19 | 1 | -2/+2 | |
| | |||||
* | return on invalid beacon state | 2005-02-19 | 1 | -2/+2 | |
| | |||||
* | add support for the atheros ar5212 wireless chipsets. it is not | 2005-02-19 | 4 | -5/+4959 | |
| | | | | | | | | | | | 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@ | ||||
* | Added support for Intel PRO/Wireless 2225BG PCI adapters. | 2005-02-19 | 1 | -2/+3 | |
| | |||||
* | regen | 2005-02-19 | 1 | -0/+1 | |
| | |||||
* | Intel PRO/Wireless 2225BG PCI (iwi). | 2005-02-19 | 1 | -1/+2 | |
| | |||||
* | fix setting of the MAC address. | 2005-02-19 | 1 | -3/+2 | |
| | |||||
* | fix dmesg output. pointed out by jsg@ | 2005-02-19 | 1 | -4/+2 | |
| | |||||
* | fix attachment process and dmesg output. do some indent while i'm here. | 2005-02-19 | 1 | -65/+78 | |
| | | | | pointed out by jsg@ | ||||
* | fix dmesg output. | 2005-02-19 | 1 | -5/+5 | |
| | |||||
* | do not transmit any data frame if there is not at least two free descriptors | 2005-02-19 | 1 | -2/+2 | |
| | | | | in the tx ring (CTS/RTS frame + data frame). | ||||
* | cosmetic tweaks. | 2005-02-19 | 2 | -11/+8 | |
| | |||||
* | make dhclient work. | 2005-02-19 | 1 | -1/+18 | |
| | |||||
* | use mii_phy_match() | 2005-02-19 | 15 | -80/+144 | |
| | |||||
* | regen | 2005-02-19 | 1 | -2/+7 | |
| | |||||
* | add a placeholder for an unknown Agere 10/100 PHY found with quad port hme's | 2005-02-19 | 1 | -1/+5 | |
| | | | | and on-board Netra T1 105's, etc. | ||||
* | From part of NetBSD rtw.c rev 1.42: | 2005-02-19 | 2 | -16/+205 | |
| | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | do not enable debug messages by default. | 2005-02-18 | 1 | -4/+2 | |
| | |||||
* | reset the interface on tx timeouts. | 2005-02-18 | 1 | -1/+2 | |
| | |||||
* | make sure bpfilter.h is included before including ralvar.h. | 2005-02-18 | 1 | -1/+3 | |
| | |||||
* | make sure bpfilter.h is included before including ralvar.h. fixes a panic | 2005-02-18 | 1 | -1/+3 | |
| | | | | in if_ral_cardbus.c. | ||||
* | Internal wireless on PCChips A535 laptop found in a dmesg from | 2005-02-18 | 1 | -2/+7 | |
| | | | | | Fabio Olive Leite <foleite at yahoo dot com dot br> and some additional wi devices found in linux-wlan driver. | ||||
* | regen | 2005-02-18 | 2 | -11/+57 | |
| | |||||
* | Internal wireless on PCChips A535 laptop found in a dmesg from | 2005-02-18 | 1 | -4/+14 | |
| | | | | | Fabio Olive Leite <foleite at yahoo dot com dot br> and some additional wi devices found in linux-wlan driver. | ||||
* | a new year and a new, less restrictive license. because it has to be | 2005-02-17 | 5 | -105/+60 | |
| | | | | | | free. go ahead miod@ |