Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-12-26 | strored -> stored | Miod Vallat | |
2004-12-26 | Properly indent with tabs rather than spaces. | Jonathan Gray | |
Noticed by brad@ | |||
2004-12-26 | Remove uneeded ifdefs/code. | Jonathan Gray | |
2004-12-23 | turn padding of tx packets on since it appears it may be needed by certain | David Gwynne | |
firmwares or revisions of the chip. also remove the option to turn it off. | |||
2004-12-20 | lots of minor tweaking and cleanup, removal of unused junk, etc; dlg ok | Theo de Raadt | |
2004-12-19 | filesystem firmware loading for uyap(4). this should work, i wrote it very | Theo de Raadt | |
carefully. unfortunately, we cannot find anyone who has one of these devices in our entire user community, thus far. commit it anyways. whoever finds one can contact me if there is a problem. | |||
2004-12-13 | endian fixes, ie, atu will now work on big endian architectures. | David Gwynne | |
2004-12-13 | set the buffer up before we try to use it. fixes a panic on sparc64 which | David Gwynne | |
didn't manifest on i386 for some reason. | |||
2004-12-12 | wait till we have root mounted before trying to upload firmwares | David Gwynne | |
2004-12-12 | fix proto | Theo de Raadt | |
2004-12-12 | backout the original method of reattaching a usb device now that we have | David Gwynne | |
something better and more flexible to use. | |||
2004-12-12 | do a better reattachement of this device | David Gwynne | |
2004-12-12 | get rid of uhub_reset_device | David Gwynne | |
2004-12-12 | better way to do the reattachement of a device | David Gwynne | |
2004-12-09 | code to let us cause a detach and reattach of a device from software | David Gwynne | |
ok deraadt@ | |||
2004-12-08 | remove the variables that used to make up the signal cache. nothing in atu | David Gwynne | |
is using this now. from daan vreeken | |||
2004-12-08 | remove some defines for timeouts that are no longer used thanks to net80211 | David Gwynne | |
from daan vreeken | |||
2004-12-08 | Falcom Twist-USB GSM/GPRS modem. | Jonathan Gray | |
From David Coppa <caff at openbeer dot it> with tweaks from me. | |||
2004-12-08 | regen | Jonathan Gray | |
2004-12-08 | Falcom Twist-USB GSM/GPRS modem. | Jonathan Gray | |
From David Coppa <caff at openbeer dot it> with tweaks from me. | |||
2004-12-06 | tell net80211 that we can get probes/beacons on any channel during a scan. | David Gwynne | |
this lets us get rid of an ugly hack that was needed to work around the default net80211 behaviour of dropping these packets when not on the current channel. | |||
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 | 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 | 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 | 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-11-30 | Make Sun type 6 USB keyboards return extended keycodes for 'L' keys | Matthieu Herrb | |
ok deraadt@. | |||
2004-11-29 | sync | Alexander Yurchenko | |
2004-11-29 | CSR BlueCore, from anil. | Alexander Yurchenko | |
2004-11-28 | sync | Peter Valchev | |
2004-11-28 | garmin palm device; from openbsd@st.thrush.com | Peter Valchev | |
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-23 | replace old net/if_ieee80211.h header with the net80211 ones, kernel part. | Federico G. Schwindt | |
millert@ mcbride@ jsg@ | |||
2004-11-23 | Create the init process earlier, before the root filesystem is mounted, | Miod Vallat | |
and have it stall on a semaphore. This allows all kthread creations which could have been requested during autoconf to be processed before root is mounted as well. This causes umass devices attached to any usb with flags 1 (such as on macppc) to configure properly instead of panicing the kernel at mountroot time. From NetBSD; tested by various. | |||
2004-11-23 | use ieee80211com to store the mac | David Gwynne | |
2004-11-22 | better fix for the internal fw loader that doesnt break 64bit archs | David Gwynne | |
2004-11-22 | use a size_t here | Theo de Raadt | |
2004-11-22 | correct license | Theo de Raadt | |
2004-11-22 | relax warmboot detection, required for some models. ok deraadt@ | Daniel Hartmeier | |