summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-11-23Remove 802.11a stuff. There is one RF chip (88W8030) which supports 5GHz,Marcus Glocker
but it seems rarely used and we don't know in connecton with which chip. 88W8335/88W8310 uses 88W8000G RF (2.4GHz).
2006-11-23Do not attach second port on dual port cards for now.Mark Kettenis
This makes the first port work. ok brad@
2006-11-23Set some more power management bits; makes Yukon-2 XL work somewhat.Mark Kettenis
ok brad@
2006-11-23Add the 88W8310 chip which is for cardbus devices.Marcus Glocker
ok claudio@
2006-11-23The duration field is calculated by the firmware. Remove malo_txtime()Marcus Glocker
therefore. ok claudio@
2006-11-23OpenBSD-ify the HW VLAN tag insertion code.Brad Smith
2006-11-23Don't access buf[strlen(buf) - 1] for zero-length strings.Ray Lai
``ok by me'' djm@.
2006-11-23only HW VLAN tag insertion.Brad Smith
2006-11-22add the BCM4312 PCI id.Brad Smith
2006-11-22Definitions for the fast block move routines were missing registers in theirMiod Vallat
clobbered list. Still not enabled by default, there are still bugs in their usage (perl does not build), but it's much better. No functional change yet.
2006-11-22Be more generous with interrupt disabling in the scheduler.Miod Vallat
2006-11-22The softintr lock needs to be an __mp_lock, not a __cpu_simple_lock.Miod Vallat
2006-11-22malo(4) doesn't use rssadapt(9).Damien Bergamini
firmware supports rate adaptation.
2006-11-22style(9): remove variables names from prototypes.Damien Bergamini
ok mglocker@
2006-11-22Remove rssadapt(9) bits; Firmware supports rate adaption. Also,Marcus Glocker
remove unused arguments in the TX descriptor setup routine. ok claudio@
2006-11-22sync dhclient and dhcpd parse.c areas where we can.Kevin Steves
mainly formatting, whitespace; ok henning@
2006-11-22don't write to BBP before it is ready and fully initializedDamien Bergamini
-> move rt2560_set{tx,rx}antenna() after rt2560_bbp_init(). from <sephe at dragonflybsd dot org>
2006-11-22Fix an int overflow, reported on bugtraq by Gruzicki Wlodek; ok millert@Otto Moerbeek
2006-11-22Improved cross build support for gcc on OpenBSD. allows the cross builtDale Rahn
compiler to have the same default options as native. The changes to cross build a native compiler is not quite complete. "Get this in" miod@
2006-11-22small header cleanup:Kevin Steves
remove uneeded header use <foo.h> not "foo.h" for system include no binary change; ok henning@
2006-11-22If M_CANFAIL is set and the malloc() size is to bigThordur I. Bjornsson
return NULL instead of panic()'ing. ok pedro@, deraadt@
2006-11-22fix some warning messages and comments in parse_date(); ok henning@Kevin Steves
2006-11-22tagging -> tag insertionBrad Smith
2006-11-22only mention VLAN tag insertion.Brad Smith
2006-11-22mention only VLAN tag insertion.Brad Smith
2006-11-22Some more minor cleanup in the PCI hookup.Marcus Glocker
From Jon Simola <jon@mecha.ca>.
2006-11-22From Jon Simola <jon@mecha.ca>:Marcus Glocker
Attach to cardbus based bcw cards, and more cleanup. This should help with a few of the card lockup reports I've received.
2006-11-22Outsource fgets line reading, newline continuation, and commentRay Lai
handling to fparseln. Fixes out of bounds array access for strings of length 0 or 1. OK moritz@.
2006-11-22Mark signal race.Ray Lai
``OK!'' deraadt@.
2006-11-22also save gp for them dynamic executables; todd@ okMichael Shalayeff
2006-11-21Fail wi_get_txpower() on USB wi(4), so that we don't CSR_READ on them.Miod Vallat
ok mickey@ jsg@
2006-11-21Free allocated mbufs at TX done. While there also reset some TX descriptorMarcus Glocker
values. Fixes "WARNING: mclpool limit reached; increase kern.maxclusters" ok claudio@
2006-11-21fix dmesg printing for the artisea chipset.Brad Smith
2006-11-21Define IPL_SCHED.Miod Vallat
2006-11-21splassert support.Miod Vallat
2006-11-21Don't bother using _cpu_intr_raise() for splhigh(), use _cpu_intr_suspend().Miod Vallat
2006-11-21Use _cpu_intr_resume() instead of splx() for consistency. No functional change.Miod Vallat
2006-11-21Fill in load/end address for binary.Dale Rahn
2006-11-21remove spurious ; after bracket, no binary changeKevin Steves
2006-11-21remove unused #defines;Kevin Steves
remove duplicate #defines; remove DEBUG; remove useless comment; no need to #ifdef protect. no binary change; ok henning@
2006-11-21VLAN taggingBrad Smith
2006-11-21remove unused #defines, no binary change; ok henning@Kevin Steves
2006-11-21no "\n" needed here; ok henning@Kevin Steves
2006-11-21syncMarkus Friedl
2006-11-21do not delete sections that might be shared with other connectionsMarkus Friedl
however, this workaround might leak config entries in isakmpd; ok (for now) hshoexer
2006-11-21try udpencap before ike; ok hshoexerMarkus Friedl
2006-11-21in octal, eight looks like 10... fix the STP_FLAGS_BITS definitionReyk Floeter
introduced with my previous commit.
2006-11-21From Jon Simola <simola@mecha.com>:Marcus Glocker
Lots of help from Jonathan Gray. bcw_regs has been removed, and DMA/descriptor style changes that look more normal. Tested, no loss in current unfunctionality.
2006-11-21make this work; todd@ deraadt@ okMichael Shalayeff
2006-11-21introduce sysctl net.inet6.ip6.multicast_mtudisc (for multicast routers).Jun-ichiro itojun Hagino
deraadt ok. manpage nit by jmc.