Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-11-23 | Remove 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-23 | Do not attach second port on dual port cards for now. | Mark Kettenis | |
This makes the first port work. ok brad@ | |||
2006-11-23 | Set some more power management bits; makes Yukon-2 XL work somewhat. | Mark Kettenis | |
ok brad@ | |||
2006-11-23 | Add the 88W8310 chip which is for cardbus devices. | Marcus Glocker | |
ok claudio@ | |||
2006-11-23 | The duration field is calculated by the firmware. Remove malo_txtime() | Marcus Glocker | |
therefore. ok claudio@ | |||
2006-11-23 | OpenBSD-ify the HW VLAN tag insertion code. | Brad Smith | |
2006-11-23 | Don't access buf[strlen(buf) - 1] for zero-length strings. | Ray Lai | |
``ok by me'' djm@. | |||
2006-11-23 | only HW VLAN tag insertion. | Brad Smith | |
2006-11-22 | add the BCM4312 PCI id. | Brad Smith | |
2006-11-22 | Definitions for the fast block move routines were missing registers in their | Miod 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-22 | Be more generous with interrupt disabling in the scheduler. | Miod Vallat | |
2006-11-22 | The softintr lock needs to be an __mp_lock, not a __cpu_simple_lock. | Miod Vallat | |
2006-11-22 | malo(4) doesn't use rssadapt(9). | Damien Bergamini | |
firmware supports rate adaptation. | |||
2006-11-22 | style(9): remove variables names from prototypes. | Damien Bergamini | |
ok mglocker@ | |||
2006-11-22 | Remove rssadapt(9) bits; Firmware supports rate adaption. Also, | Marcus Glocker | |
remove unused arguments in the TX descriptor setup routine. ok claudio@ | |||
2006-11-22 | sync dhclient and dhcpd parse.c areas where we can. | Kevin Steves | |
mainly formatting, whitespace; ok henning@ | |||
2006-11-22 | don't write to BBP before it is ready and fully initialized | Damien Bergamini | |
-> move rt2560_set{tx,rx}antenna() after rt2560_bbp_init(). from <sephe at dragonflybsd dot org> | |||
2006-11-22 | Fix an int overflow, reported on bugtraq by Gruzicki Wlodek; ok millert@ | Otto Moerbeek | |
2006-11-22 | Improved cross build support for gcc on OpenBSD. allows the cross built | Dale 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-22 | small header cleanup: | Kevin Steves | |
remove uneeded header use <foo.h> not "foo.h" for system include no binary change; ok henning@ | |||
2006-11-22 | If M_CANFAIL is set and the malloc() size is to big | Thordur I. Bjornsson | |
return NULL instead of panic()'ing. ok pedro@, deraadt@ | |||
2006-11-22 | fix some warning messages and comments in parse_date(); ok henning@ | Kevin Steves | |
2006-11-22 | tagging -> tag insertion | Brad Smith | |
2006-11-22 | only mention VLAN tag insertion. | Brad Smith | |
2006-11-22 | mention only VLAN tag insertion. | Brad Smith | |
2006-11-22 | Some more minor cleanup in the PCI hookup. | Marcus Glocker | |
From Jon Simola <jon@mecha.ca>. | |||
2006-11-22 | From 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-22 | Outsource fgets line reading, newline continuation, and comment | Ray Lai | |
handling to fparseln. Fixes out of bounds array access for strings of length 0 or 1. OK moritz@. | |||
2006-11-22 | Mark signal race. | Ray Lai | |
``OK!'' deraadt@. | |||
2006-11-22 | also save gp for them dynamic executables; todd@ ok | Michael Shalayeff | |
2006-11-21 | Fail wi_get_txpower() on USB wi(4), so that we don't CSR_READ on them. | Miod Vallat | |
ok mickey@ jsg@ | |||
2006-11-21 | Free allocated mbufs at TX done. While there also reset some TX descriptor | Marcus Glocker | |
values. Fixes "WARNING: mclpool limit reached; increase kern.maxclusters" ok claudio@ | |||
2006-11-21 | fix dmesg printing for the artisea chipset. | Brad Smith | |
2006-11-21 | Define IPL_SCHED. | Miod Vallat | |
2006-11-21 | splassert support. | Miod Vallat | |
2006-11-21 | Don't bother using _cpu_intr_raise() for splhigh(), use _cpu_intr_suspend(). | Miod Vallat | |
2006-11-21 | Use _cpu_intr_resume() instead of splx() for consistency. No functional change. | Miod Vallat | |
2006-11-21 | Fill in load/end address for binary. | Dale Rahn | |
2006-11-21 | remove spurious ; after bracket, no binary change | Kevin Steves | |
2006-11-21 | remove unused #defines; | Kevin Steves | |
remove duplicate #defines; remove DEBUG; remove useless comment; no need to #ifdef protect. no binary change; ok henning@ | |||
2006-11-21 | VLAN tagging | Brad Smith | |
2006-11-21 | remove unused #defines, no binary change; ok henning@ | Kevin Steves | |
2006-11-21 | no "\n" needed here; ok henning@ | Kevin Steves | |
2006-11-21 | sync | Markus Friedl | |
2006-11-21 | do not delete sections that might be shared with other connections | Markus Friedl | |
however, this workaround might leak config entries in isakmpd; ok (for now) hshoexer | |||
2006-11-21 | try udpencap before ike; ok hshoexer | Markus Friedl | |
2006-11-21 | in octal, eight looks like 10... fix the STP_FLAGS_BITS definition | Reyk Floeter | |
introduced with my previous commit. | |||
2006-11-21 | From 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-21 | make this work; todd@ deraadt@ ok | Michael Shalayeff | |
2006-11-21 | introduce sysctl net.inet6.ip6.multicast_mtudisc (for multicast routers). | Jun-ichiro itojun Hagino | |
deraadt ok. manpage nit by jmc. |