Age | Commit message (Expand) | Author |
2004-11-12 | print address, this is not a debug piece | Theo de Raadt |
2004-11-11 | use ether_ifdetach; from daan | Theo de Raadt |
2004-11-11 | simplify debug printf mechanism, with various levels of verbosity more | Theo de Raadt |
2004-11-11 | strlcpy | Theo de Raadt |
2004-11-11 | some fixes for beeing compatible with gcc3 as noticed by some people. | Reyk Floeter |
2004-11-11 | - Fix Yukon ram sizing. | Brad Smith |
2004-11-11 | rev 1.71 | Brad Smith |
2004-11-11 | add support for the Atmel AT76c503a (vendor/device ids, we should already | David Gwynne |
2004-11-11 | regen | David Gwynne |
2004-11-11 | change the device id of the "atmel dwl-120" (which is what dlink calls its | David Gwynne |
2004-11-11 | from netbsd, if_axe.c revision 1.6 | David Gwynne |
2004-11-11 | the other half of the changes from netbsds if_axe.c revision 1.5: | David Gwynne |
2004-11-11 | half of the changes from netbsds if_axe.c revision 1.5: | David Gwynne |
2004-11-11 | from netbsd, if_axereg.h revision 1.2 | David Gwynne |
2004-11-11 | from netbsd, if_axe.c revision 1.5 | David Gwynne |
2004-11-11 | from netbsd revisions 1.2 and 1.3 | David Gwynne |
2004-11-11 | make setup of the rx transfers consistent | David Gwynne |
2004-11-11 | Handle all types of interrupts when operating in polled mode. | David Gwynne |
2004-11-11 | list the things that atu relies on | David Gwynne |
2004-11-11 | quirk for iriver 3xx. | Alexander Yurchenko |
2004-11-11 | remove test code; Danovitsch@vitsch.net | Theo de Raadt |
2004-11-11 | remove excessive splnet; Danovitsch@vitsch.net | Theo de Raadt |
2004-11-10 | allocate a single buffer for the rx xfer to use rather than let it try | David Gwynne |
2004-11-10 | add support for the Conceptronic SnapPort USB 2.0 LAN Adapter | David Gwynne |
2004-11-10 | regen | David Gwynne |
2004-11-10 | Conceptronic SnapPort USB 2.0 LAN Adapter | David Gwynne |
2004-11-10 | - replace stge_lookup() with pci_matchbyid() | Alexander Yurchenko |
2004-11-10 | strncpy->strlcpy | Alexander Yurchenko |
2004-11-09 | fix the url pointing to the original atuwi driver. pointed out by Dries | David Gwynne |
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 |
2004-11-08 | ugly ugly hack to allow a usb device to do a full reset of the port during | David Gwynne |
2004-11-08 | put more debug stuff inside #ifdef, to make the driver a wee bit smaller | Theo de Raadt |
2004-11-08 | use __packed instead of __attribute__ ((__packed__)) (ok miod@), check | Reyk Floeter |
2004-11-07 | add a new message: inject. this allows the tracer to to inject buffers into | marius eriksen |
2004-11-07 | struct ucode.length should be in number of elements (u_int32_t), not | Daniel Hartmeier |
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 |
2004-11-04 | Only compile the mouse pasting code if wsmouse is configured in the kernel; | Miod Vallat |
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 |
2004-11-03 | Return 1 instead of 0 in ipw_intr() if the interrupt is handled by us. | Damien Bergamini |
2004-11-03 | IFM_IEEE80211_ADHOC -> IFM_IEEE80211_IBSS in ipw_media_status(). | Damien Bergamini |
2004-11-03 | Calling ipwcontrol -k without downloading the firmware first lead to a | Damien Bergamini |