Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-02-28 | Fix confusion between KS_paragraph and KS_section; inspired from a PS/2 | Miod Vallat | |
keyboard sv map error spotted by Jan Johansson. | |||
2005-02-28 | Fix confusion between KS_paragraph and KS_section; inspired from a PS/2 | Miod Vallat | |
keyboard sv map error spotted by Jan Johansson. | |||
2005-02-28 | add radiotap, monitor and promiscuous mode support. | Damien Bergamini | |
2005-02-28 | do per-node rate adaptation. paves the way for ibss support. | Damien Bergamini | |
2005-02-28 | Fix minor KNF nit that hurts every time I analyse this code. | Christopher Pascoe | |
ok dlg@ | |||
2005-02-28 | another fix from netbsd pointed out by jsg@ | David Gwynne | |
Clear IFF_RUNNING flag before aborting usb pipes in atu_stop(). | |||
2005-02-28 | Don't bother trying to load an empty firmware file. | Patrick Latifi | |
ok deraadt | |||
2005-02-28 | Do not incorrectly emit "too many" message in debugging code. | Christopher Pascoe | |
ok dlg@ | |||
2005-02-27 | Split sti softc in two structures, one device-related for regular device | Miod Vallat | |
attachment and interface, one screen-attached for the real work. The attachment code is now required to decide whether sti_end_attach() is run immediately, or as a startuphook. This allows hp300 to initialize sti early, and use it as a console; hppa is functionally unchanged, as it uses the PROM console until the root device is mounted. | |||
2005-02-27 | IBSS bits from NetBSD rtw.c -r 1.40 | Jonathan Gray | |
2005-02-27 | regen | Brad Smith | |
2005-02-27 | MF -> MT | Brad Smith | |
2005-02-25 | add support for the atheros ar5211 802.11A/B/g wireless chipset. | Reyk Floeter | |
ok deraadt@ | |||
2005-02-25 | Correct usage of bus_dma which makes re(4) work on alpha. | Jonathan Gray | |
From NetBSD rtl8169.c -r 1.11 ok pvalchev@ | |||
2005-02-25 | Add support for software WEP. | Jonathan Gray | |
Pointers from and ok damien@ | |||
2005-02-25 | sync | Theo de Raadt | |
2005-02-25 | via is integrating s3 video components now..; maxim@chl.chalmers.se | Theo de Raadt | |
2005-02-24 | fixes inspired by netbsd and pointed out by jsg@ | David Gwynne | |
- make sure the interface is up before continuing in atu_start - use IFQ_DEQUEUE instead of IF_DEQUEUE | |||
2005-02-24 | support zoltrix tv/fm; from jakemsr@ pr4096 | Michael Shalayeff | |
2005-02-24 | add zoltrix vendor and a bktr device; from jakemsr@ | Michael Shalayeff | |
2005-02-24 | fix a buffer-done race that makes mirroring work now; | Michael Shalayeff | |
use pool instead of malloc/free and this fixes new buffer mode; implement DIOCGPDINFO for disklabel -d; tested by henning@ millert@ fries@ | |||
2005-02-23 | add all supported regulation domains. the forced COUNTRYCODE in ar5xxx | Reyk Floeter | |
is now disabled by default to use the value found in EEPROM. ok deraadt@ | |||
2005-02-23 | sync | Theo de Raadt | |
2005-02-23 | palm zire 31; pr 4113, jamesw@bsdhosting.co.za | Theo de Raadt | |
2005-02-22 | sv map fix; from Jan Johansson <janj+openbsd@wenf.org> | Michael Shalayeff | |
2005-02-22 | send enable cmd after a reset; form netbsd | Michael Shalayeff | |
2005-02-22 | make ral compile on macppc. | Damien Bergamini | |
pointed out by "barryg" (Barry Dexter A. Gonzaga). | |||
2005-02-22 | make ral compile on macppc. | Damien Bergamini | |
fix endianness issues. pointed out by "barryg" (Barry Dexter A. Gonzaga). | |||
2005-02-22 | From part of NetBSD rtw.c rev 1.36: | Jonathan Gray | |
In rtw_detach, flag the rtw as "invalid" (RTW_F_INVALID). Do not try to power-down the RF section of an invalid rtw. | |||
2005-02-22 | Fix a bug causing arches not able to load unaligned to crash in ip input. | Per Fogelstrom | |
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. | |||
2005-02-21 | sync | Alexander Yurchenko | |
2005-02-21 | Support another Intel 6300ESB SATA. | Alexander Yurchenko | |
Tested by Marc Wirth <MarcWirth@mac.com>. | |||
2005-02-21 | ipwcontrol and iwicontrol removal. | Damien Bergamini | |
2005-02-21 | unbreak compilation by including some missing headers | David Gwynne | |
requested by and ok reyk@ | |||
2005-02-21 | define AHC_ALLOW_MEMIO on macppc, resulting in support for more | Martin Reindl | |
controllers and better performance ok drahn@, krw@ | |||
2005-02-20 | Do not confuse syslog by printing messages starting with '<'. | Miod Vallat | |
ok krw@ | |||
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 | spelling in comment | Jolan Luff | |
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 | |