summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-02-19Added support for Intel PRO/Wireless 2225BG PCI adapters.Damien Bergamini
2005-02-19regenDamien Bergamini
2005-02-19Intel PRO/Wireless 2225BG PCI (iwi).Damien Bergamini
2005-02-19fix setting of the MAC address.Damien Bergamini
2005-02-19fix dmesg output. pointed out by jsg@Damien Bergamini
2005-02-19fix attachment process and dmesg output. do some indent while i'm here.Damien Bergamini
pointed out by jsg@
2005-02-19fix dmesg output.Damien Bergamini
2005-02-19ospfd.conf mode 0600, requested by norbyHenning Brauer
2005-02-19Originate P2P links correctly.Esben Norby
ok claudio@
2005-02-19do not transmit any data frame if there is not at least two free descriptorsDamien Bergamini
in the tx ring (CTS/RTS frame + data frame).
2005-02-19cosmetic tweaks.Damien Bergamini
2005-02-19make dhclient work.Damien Bergamini
2005-02-19The COMPILATIONDATE keyword has been dropped in ppp(8), change theMarc Balmer
man page accordingly. ok jmc@, jaredy@
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
and on-board Netra T1 105's, etc.
2005-02-19From 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-19add dc@cardbusBrad Smith
2005-02-19syncPeter Valchev
2005-02-19set the gpios in the right placeDavid Gwynne
ok drahn@
2005-02-18syncPeter Valchev
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
in if_ral_cardbus.c.
2005-02-18.Xr mutex 9, now that it exists.Pedro Martelletto
2005-02-18Set cf_time to the epoch for consistency of generated files.Todd C. Miller
2005-02-18remove all the cruft i had in there while trying to figure this stuff outDavid Gwynne
ok drahn@
2005-02-18manpage for the PXA27x USB Device ControllerDavid Gwynne
requested by miod@, ok drahn@
2005-02-18Manual page for the mutex set of functions. Okay jmc@ and art@.Pedro Martelletto
2005-02-18do not embed compile date and such in the binaries so they don't changeHenning Brauer
all time, ok millert@
2005-02-18enable pxaudc. clean up the ohci line in the RAMDISK while im hereDavid Gwynne
ok drahn@
2005-02-18fix zlib's homepage; ok henning@, jmc@Robert Nagy
2005-02-18grammatical blip, from jens ropers;Jason McIntyre
2005-02-18sort options to echo builtin;Jason McIntyre
2005-02-18update SEE ALSO, and a tweak;Jason McIntyre
2005-02-18Sync USB wi supported device list with driver.Jonathan Gray
Fix a few vendor/product names while here.
2005-02-18Internal wireless on PCChips A535 laptop found in a dmesg fromJonathan Gray
Fabio Olive Leite <foleite at yahoo dot com dot br> and some additional wi devices found in linux-wlan driver.
2005-02-18regenJonathan Gray
2005-02-18Internal wireless on PCChips A535 laptop found in a dmesg fromJonathan Gray
Fabio Olive Leite <foleite at yahoo dot com dot br> and some additional wi devices found in linux-wlan driver.
2005-02-18ansi, knf, and other style nits; ok henningJared Yanovich
2005-02-18better error messages for getnameinfo failures; ok dtucker@Damien Miller
2005-02-17a new year and a new, less restrictive license. because it has to beReyk Floeter
free. go ahead miod@
2005-02-17== has a higher priority than &, so put braces wherever necessary; from cloder@Miod Vallat
2005-02-17knfReyk Floeter
2005-02-17How he wanted it work, from/ok miod@Dale Rahn
2005-02-17untested, no ok, and it broke. revert.Dale Rahn
2005-02-17whitespace nitDavid Gwynne
ok drahn@
2005-02-17cosmetic changes, fix regdomain code and beacon handlingReyk Floeter
2005-02-17a driver for the usb device controller. at the moment it only hardwires theDavid Gwynne
physical port on a zaurus to the host controller. needs lots of cleanup. ok drahn@