summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Collapse)Author
2005-02-28Fix confusion between KS_paragraph and KS_section; inspired from a PS/2Miod Vallat
keyboard sv map error spotted by Jan Johansson.
2005-02-28Fix confusion between KS_paragraph and KS_section; inspired from a PS/2Miod Vallat
keyboard sv map error spotted by Jan Johansson.
2005-02-28add radiotap, monitor and promiscuous mode support.Damien Bergamini
2005-02-28do per-node rate adaptation. paves the way for ibss support.Damien Bergamini
2005-02-28Fix minor KNF nit that hurts every time I analyse this code.Christopher Pascoe
ok dlg@
2005-02-28another fix from netbsd pointed out by jsg@David Gwynne
Clear IFF_RUNNING flag before aborting usb pipes in atu_stop().
2005-02-28Don't bother trying to load an empty firmware file.Patrick Latifi
ok deraadt
2005-02-28Do not incorrectly emit "too many" message in debugging code.Christopher Pascoe
ok dlg@
2005-02-27Split sti softc in two structures, one device-related for regular deviceMiod 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-27IBSS bits from NetBSD rtw.c -r 1.40Jonathan Gray
2005-02-27regenBrad Smith
2005-02-27MF -> MTBrad Smith
2005-02-25add support for the atheros ar5211 802.11A/B/g wireless chipset.Reyk Floeter
ok deraadt@
2005-02-25Correct usage of bus_dma which makes re(4) work on alpha.Jonathan Gray
From NetBSD rtl8169.c -r 1.11 ok pvalchev@
2005-02-25Add support for software WEP.Jonathan Gray
Pointers from and ok damien@
2005-02-25syncTheo de Raadt
2005-02-25via is integrating s3 video components now..; maxim@chl.chalmers.seTheo de Raadt
2005-02-24fixes 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-24support zoltrix tv/fm; from jakemsr@ pr4096Michael Shalayeff
2005-02-24add zoltrix vendor and a bktr device; from jakemsr@Michael Shalayeff
2005-02-24fix 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-23add all supported regulation domains. the forced COUNTRYCODE in ar5xxxReyk Floeter
is now disabled by default to use the value found in EEPROM. ok deraadt@
2005-02-23syncTheo de Raadt
2005-02-23palm zire 31; pr 4113, jamesw@bsdhosting.co.zaTheo de Raadt
2005-02-22sv map fix; from Jan Johansson <janj+openbsd@wenf.org>Michael Shalayeff
2005-02-22send enable cmd after a reset; form netbsdMichael Shalayeff
2005-02-22make ral compile on macppc.Damien Bergamini
pointed out by "barryg" (Barry Dexter A. Gonzaga).
2005-02-22make ral compile on macppc.Damien Bergamini
fix endianness issues. pointed out by "barryg" (Barry Dexter A. Gonzaga).
2005-02-22From 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-22Fix 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-21syncAlexander Yurchenko
2005-02-21Support another Intel 6300ESB SATA.Alexander Yurchenko
Tested by Marc Wirth <MarcWirth@mac.com>.
2005-02-21ipwcontrol and iwicontrol removal.Damien Bergamini
2005-02-21unbreak compilation by including some missing headersDavid Gwynne
requested by and ok reyk@
2005-02-21define AHC_ALLOW_MEMIO on macppc, resulting in support for moreMartin Reindl
controllers and better performance ok drahn@, krw@
2005-02-20Do not confuse syslog by printing messages starting with '<'.Miod Vallat
ok krw@
2005-02-20Don't calculate 'total_len' twice.Brad Smith
Inspired by NetBSD' rtk(4) driver. From: Mike Pechkin <mpech at mail dot ru>
2005-02-19spelling in commentJolan Luff
2005-02-19return on invalid beacon stateReyk Floeter
2005-02-19add support for the atheros ar5212 wireless chipsets. it is notReyk 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-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-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