Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-12-06 | some mice have more than 7 buttons, so raise the limit in the driver. | David Gwynne | |
fix submitted by Wolfgang S. Rupprecht in pr4015 | |||
2004-12-06 | dont try and detect if the external firmware is already loaded by changing | David Gwynne | |
the channel on atu devices with intersil radios. it seems to crash the firmware. from daan vreeken, tested by mitja muzenic | |||
2004-12-05 | fix printf's in ipw_dma_alloc() | Damien Bergamini | |
2004-12-05 | add IEEE80211_C_SHPREAMBLE capability flag and reorder interrupt handlers | Damien Bergamini | |
2004-12-05 | update net80211 AP list after scanning | Damien Bergamini | |
2004-12-05 | mostly cosmetic changes | Damien Bergamini | |
2004-12-05 | Clean Tx/Rx rings allocation and management. | Damien Bergamini | |
2004-12-05 | wait longer for master initialization | Damien Bergamini | |
2004-12-05 | do a scan for networks when net80211 thinks we should rather than doing it | David Gwynne | |
only when we bring the interface up. | |||
2004-12-05 | net80211 in the watchdog | David Gwynne | |
2004-12-05 | rather then -> rather than | Jonathan Gray | |
2004-12-05 | clean up init of the tx xfers | David Gwynne | |
2004-12-05 | unbreak builds without ATU_DEBUG set. | David Gwynne | |
thanks to jsg@ for pointing that out | |||
2004-12-05 | clean up some more of the old state machine | David Gwynne | |
2004-12-05 | shrink atu_ioctl to only have the useful bits. inet6 seems a bit happier as a | David Gwynne | |
side effect | |||
2004-12-05 | rely on net80211 for media status/changes. reset the device as needed | David Gwynne | |
from daan vreeken | |||
2004-12-05 | remove the dependance on code from wi | David Gwynne | |
2004-12-04 | remove code that is now unused because of the move to net80211 and the | David Gwynne | |
rx/tx cleanup | |||
2004-12-04 | clean up the tx path | David Gwynne | |
2004-12-04 | - reorder interrupt handlers | Damien Bergamini | |
- don't request ack's for multicast frames - fix short preamble support - clear nic memory on reset - fix ioctl SIOCGTABLE0 | |||
2004-12-04 | minor cleaning | Damien Bergamini | |
2004-12-04 | fix shared authentication | Damien Bergamini | |
2004-12-04 | Clean DMA allocation of Tx and Rx rings | Damien Bergamini | |
2004-12-04 | clean up the rx path | David Gwynne | |
2004-12-04 | disable the state machine in atu in favour of the net80211 framework. lots of | David Gwynne | |
cleanup to follow. partly from daan vreeken, partly from me | |||
2004-12-03 | URL of data sheet has changed. | Jonathan Gray | |
2004-12-03 | Don't need to set ifp->if_mtu as ether_ifattach does this for us. | Jonathan Gray | |
2004-12-02 | rev 1.126 | Brad Smith | |
Ignore CSR13, CSR14, CSR15 'Media Specific Data' registers for 21143 based cards which use SIA mode. This fixes 10mbit mode for ZNYX ZX346Q cards and other 21143 based cards. rev 1.108 Only use a SIA/SYM media info block if no MII block is detected. The submitter of PR 32118 told me that this patch also fixes autoselecting for znyx 4 port cards (10baseT, 100baseTX did work already). From FreeBSD ok deraadt@ | |||
2004-12-02 | rev 1.4 | Brad Smith | |
fix obvious past-o where the activity led register gets overwritten by the traffic meter led register rev 1.5 Keep track of what we set the interrupt mask to, rather than reading it from the chip. From NetBSD ok deraadt@ | |||
2004-12-01 | VIA VT612x PCI Gigabit Ethernet adapter support, ok deraadt | Peter Valchev | |
from FreeBSD | |||
2004-12-01 | sync | Peter Valchev | |
2004-12-01 | Driver for the Cicada CS8201 10/100/1000 copper PHY | Peter Valchev | |
from FreeBSD | |||
2004-11-30 | EB is just like DB does not set PCR; reported and tested by Jan Johansson ↵ | Michael Shalayeff | |
<janj+openbsd@wenf.org>auich.c | |||
2004-11-30 | add hppa64 hook | Michael Shalayeff | |
2004-11-30 | Make Sun type 6 USB keyboards return extended keycodes for 'L' keys | Matthieu Herrb | |
ok deraadt@. | |||
2004-11-29 | Move the struct wsscreen_descr from a per-driver global to a per-instance | Miod Vallat | |
field of the sunfb structure. This allows multiple instances of the same driver, but with different resolutions (such as a couple of vigra or a TGX cgsix and a TGX+ cgsix) to use distinct wsscreen_descr structures featuring different resolution information. Doing this allows more wsscreen_descr fiddling inside the sparc* fb api, and results in some code shrinkage (about 4KB on sparc GENERIC). | |||
2004-11-29 | Port the remaining two sbus framebuffer drivers to sparc64; tvtwo untested | Miod Vallat | |
due to lack of hardware. | |||
2004-11-29 | knf/ansi. No binary change. | Jonathan Gray | |
ok henning@ | |||
2004-11-29 | sync | Alexander Yurchenko | |
2004-11-29 | CSR BlueCore, from anil. | Alexander Yurchenko | |
2004-11-29 | From FreeBSD: Correct URL of the programming manual. | Jonathan Gray | |
2004-11-29 | Spell precede correctly. | Jonathan Gray | |
'looks fine' millert@, krw@. ok jmc@ | |||
2004-11-28 | In kernel pppoe client, a simple IPv4 only implementation. | Can Erkin Acar | |
Initial porting from NetBSD by David Berghoff. Modified/simplified to match our sppp implementation. ok deraadt@ | |||
2004-11-28 | sync | Peter Valchev | |
2004-11-28 | garmin palm device; from openbsd@st.thrush.com | Peter Valchev | |
2004-11-28 | don't hide the process context in rf_close_component(), since we may | Pedro Martelletto | |
need it later on to do locking stuff. fixes the problem with raid reconstruction, as described in pr 3968. ok mickey@ tedu@ tdeval@ | |||
2004-11-28 | kue(4) uses loadfirmware(9), but usb threaded probing starts before | Theo de Raadt | |
root is mounted. split up kue_attach() so that if in the worst case... it knows how to defer the second part until after the filesystem is up tested by maja, idea ok from miod | |||
2004-11-28 | rev 1.74 | Brad Smith | |
Fix if_timer logic to make sure that there is always a timeout pending if there are packets queued for transmission. From FreeBSD ok deraadt@ | |||
2004-11-27 | KNF, ANSI, cleanup. No binary change. | Alexander Yurchenko | |
2004-11-24 | Long time not accurate anymore. | Miod Vallat | |