Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-11-09 | fix the url pointing to the original atuwi driver. pointed out by Dries | David Gwynne | |
Schellekens. | |||
2004-11-09 | remove useless bpf code. removes dependancy on code from an(4). | David Gwynne | |
2004-11-09 | Always free memory on failure in c{e,s}4231_alloc(); from Patrick Lafiti. | Miod Vallat | |
2004-11-08 | let it actually compile | Theo de Raadt | |
2004-11-08 | Atmel AT76c503 / AT76c503a / AT76c505 / AT76c505a USB WLAN driver | David Gwynne | |
originally the atuwi driver from Daan Vreeken, but with enough changes by deraadt@ and me to warrant a name change. there are still plenty of issues to resolve, but at least i can get packets over it now. ok deraadt@ | |||
2004-11-08 | ugly ugly hack to allow a usb device to do a full reset of the port during | David Gwynne | |
attach. this is required by atu (atmel based usb wireless) devices. something better will be done, but we need it for now to work on atu. ok deraadt@ | |||
2004-11-08 | put more debug stuff inside #ifdef, to make the driver a wee bit smaller | Theo de Raadt | |
for the alpha | |||
2004-11-08 | use __packed instead of __attribute__ ((__packed__)) (ok miod@), check | Reyk Floeter | |
possible NULL mac in the keycache function. | |||
2004-11-07 | add a new message: inject. this allows the tracer to to inject buffers into | marius eriksen | |
the stackgap. this in turn allows for argument replacement with indirection. for example replacing an entire envp or struct pollfd. ok provos@ millert@ | |||
2004-11-07 | struct ucode.length should be in number of elements (u_int32_t), not | Daniel Hartmeier | |
number of bytes. reported by Pyun YongHyeon, patch from mickey@, ok deraadt@ | |||
2004-11-06 | sync pci ids | Reyk Floeter | |
2004-11-06 | regen | Reyk Floeter | |
2004-11-06 | added new ar5212 device ids | Reyk Floeter | |
2004-11-05 | Better granularity between wsmouse support and wsmoused support, as one | Miod Vallat | |
could use wsmoused with a serial mouse; wsmoused support will now be compiled regardless of wsmouse attachments, unless option SMALL_KERNEL. Thanks to mickey@ for pointing out my mistake. | |||
2004-11-04 | Only compile the mouse pasting code if wsmouse is configured in the kernel; | Miod Vallat | |
shaves a few dozens of KB on installation media. | |||
2004-11-04 | fix memory leak on deleting a screen; from janjaap@stack.nl via pr3977 | Michael Shalayeff | |
2004-11-03 | register typo | Reyk Floeter | |
2004-11-03 | oops missed to set devtype here rather than in sti_sgc.c:1.23 | Michael Shalayeff | |
2004-11-03 | Call ipw_stop() at the beginning of ipw_init(): this fixes a memory leak | Damien Bergamini | |
when ipw_init() is called on ENETRESET. Call ipw_stop() when the radio transmitter is turned off. ok claudio@ | |||
2004-11-03 | Return 1 instead of 0 in ipw_intr() if the interrupt is handled by us. | Damien Bergamini | |
Ignore invalid 0xffffffff interrupts. ok claudio@ | |||
2004-11-03 | IFM_IEEE80211_ADHOC -> IFM_IEEE80211_IBSS in ipw_media_status(). | Damien Bergamini | |
ok claudio@ aaron@ | |||
2004-11-03 | Calling ipwcontrol -k without downloading the firmware first lead to a | Damien Bergamini | |
panic. Fix the ipw_free_firmware() function itself instead of fixing the callers. ok claudio@ | |||
2004-11-03 | Fix calls to bus_dmamap_create(). | Damien Bergamini | |
2004-11-03 | knf, use positive error values (suggested by miod@) | Reyk Floeter | |
2004-11-03 | Revert to 3.6-current code since IBM onboard mpt's act up. Found by pval & ↵ | Marco Peereboom | |
deraadt no cookie for me... | |||
2004-11-02 | fix getting strings off a device which broke with the removal of the | David Gwynne | |
UQ_NO_STRINGS quirk. | |||
2004-11-02 | Remove __HAVE_NWSCONS and related remnants of pre-wscons days; no functional | Miod Vallat | |
change. | |||
2004-11-02 | #ifdef __alpha__ -> #ifdef __LP64__ | Miod Vallat | |
2004-11-02 | spacing, beautify dmesg output | Reyk Floeter | |
2004-11-02 | removed some printfs | Reyk Floeter | |
2004-11-02 | factor out the dma memory allocation, mapping, freeing and unmapping | marius eriksen | |
functionality and call them only on attach and detach. these were being called in interrupt context and were causing a panic on device timeout. ok damien@ | |||
2004-11-02 | no CardBus here. | Brad Smith | |
2004-11-02 | import of a free hal part for the ath driver as a replacement for the | Reyk Floeter | |
binary-only hal module found in FreeBSD and NetBSD. OpenBSD's approach is based on reverse engineering because it is _not_ possible to include a non-free and binary-only piece of software in a 100% free operating system. it still lacks some features found in the "official" hal module but this will be done very soon with a help by a lot of contributors - because it's free. ok deraadt@ | |||
2004-11-02 | imported Sam Leffler's ath driver for atheros multimode wireless nics | Reyk Floeter | |
from NetBSD and FreeBSD. ok deraadt@ | |||
2004-11-02 | BSD-like license permitting redistribution of of the current Atmel | Theo de Raadt | |
firmware (apparently new firmwares coming soon). Agreement worked out with rbisset@atmel -- the marketing director :) Thanks Atmel, I am working on a driver. | |||
2004-11-02 | from netbsd: | Theo de Raadt | |
Generated from the firmware binaries for T3 series CF adapter. Obtained from Tim Gardner <timg@tpi.com> who developed the Linux driver. And approved by Brad Lefore <blefore@sj.symbol.com> to redistribute it with BSD license. | |||
2004-11-01 | back out previous commit. | Brad Smith | |
2004-10-31 | don't swap zeros | Brad Smith | |
2004-10-31 | sync with quirks from FreeBSD and NetBSD, ok dlg | Jonathan Gray | |
2004-10-31 | regen | Jonathan Gray | |
2004-10-31 | more devices from FreeBSD and NetBSD | Jonathan Gray | |
2004-10-31 | UQ_NO_STRINGS no longer needed, ok dlg | Jonathan Gray | |
2004-10-31 | from netbsd via freebsd via jsg@ | David Gwynne | |
usbdi_util.h (1.29), uhid.c (1.62), ugen.c (1.68), usb_subr.c (1.114) Yes, some devices return incorrect lengths in their string descriptors. Rather than losing, do what Windows does: just request the maximum size, and allow a shorter response. Obsoletes the need for UQ_NO_STRINGS, and therefore these "quirks" are removed. usb_subr.c (1.116) In the "seemed like a good idea until I found the fatal flaw" department... Attempting to read a maximum-size string descriptor causes my kue device to go completely apeshit. So, go back to the original method, but allow the device to return a shorter string than it claimed. | |||
2004-10-31 | from netbsd: ehci.c revision 1.84 | David Gwynne | |
Only delay interrupt my 2 miucroframes instead of 8. This improves Ethernet performance. | |||
2004-10-31 | fix some comments, spelling and printfs | David Gwynne | |
2004-10-31 | netbsd reduced their difference to us in revision 1.76. they use usb_lockmgr | David Gwynne | |
like us, so get rid of the ifdefs. | |||
2004-10-31 | from netbsd: ehci.c revision 1.69 | David Gwynne | |
hcpriv is not actually used here. Remove references to it. | |||
2004-10-31 | from netbsd: ehci.c revisions 1.185 and 1.187: | David Gwynne | |
Follow the spec more closely when updating the overlay qTD in the QH. Preserve some bits in the overlay qTD. | |||
2004-10-31 | from netbsd: ehci.c revision 1.83 | David Gwynne | |
No need to generate an interrupt at the data part of a control transfer, it's generated by the status transfer. | |||
2004-10-31 | from netbsd: ehci.c revision 1.82 | David Gwynne | |
Make sure to update the data toggle on short transfers. This makes my Ethernet adapter much happier. |