Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-06-11 | Remove the usb_proc_ptr type definition, which was really a 'struct proc *' | Marc Balmer | |
only. No binary change. ok mk. | |||
2007-06-11 | Remove the USB_GET_SC_OPEN macro. There is a double check for sc == NULL in | Marc Balmer | |
ulpt.c, I am aware of that and it will be changed later. No binary change. ok mk. | |||
2007-06-11 | Remove the definition and use of the USB_GET_SC macro, no binary change. | Marc Balmer | |
ok mk. | |||
2007-06-11 | Handle mbuf chains in TX path. Improve debug output. | Marcus Glocker | |
2007-06-11 | More USB cleanup: In usb_port.h, get rid of the sel_klist #define | Michael Knudsen | |
(which was there twice without gcc complaining) and update all uses of it. ok jsg mbalmer | |||
2007-06-11 | remove all FreeBSD/NetBSD specific code because we will | Robert Nagy | |
never use them and the code is much more readable now ok jakemsr@ | |||
2007-06-11 | Remove the definiton and usage of the USB_DO_ATTACH macro. It was a wrapper | Marc Balmer | |
around a single function only and it did not even use all of it's arguments. ok jsg. | |||
2007-06-11 | Remove the definition and usage of the USBGETSOFTC macro, which was really | Marc Balmer | |
only a cast to (void *). ok jsg. | |||
2007-06-11 | usbd_devinfo_alloc() uses M_WAITOK so don't check return value. | Jonathan Gray | |
From Karl Sjödahl <dunceor@gmail.com> | |||
2007-06-10 | Get rid of the USBDEVPTRNAME macro. | Marc Balmer | |
No binary change. ok jsg. | |||
2007-06-10 | Remove the definition and use of USBDEVUNIT. | Marc Balmer | |
ok jsg. | |||
2007-06-10 | Remove the definition and use of the USBDEVNAME macro. | Marc Balmer | |
(This might look easy, but it was a big diff. Thanks to dlg and especially jsg for looking over it; we found at least four mistakes in the initial diff.) ok jsg. | |||
2007-06-10 | Remove the definition and use of the USBDEV macro. It only created confusion | Marc Balmer | |
and the address of it's argument: USBDEV(sc->sc_dev) yields &sc->sc_dev. No binary changes. ok jsg. | |||
2007-06-10 | Remove definitions and usage of usb_callout and related macros. These macros | Marc Balmer | |
were used as a layer of confusion^Wabstraction around the timeout(9) API. No binary change. ok jsg. | |||
2007-06-10 | Do not turn on debugging in most/all drivers when USB_DEBUG is defined. | Marc Balmer | |
Debugging code must be turned on selectively, e.g. by defining UDCF_DEBUG. idea from and ok jsg. | |||
2007-06-09 | This information is redundant. Remove the list of files. | Marc Balmer | |
suggested by and ok jsg. | |||
2007-06-09 | Initialize TX queue. Handle TX done interrupts in a own function. | Marcus Glocker | |
2007-06-09 | Remove the definition and use of if_deactivate(). It was defined empty and | Marc Balmer | |
thus produced no code at all. No binary change. ok jsg. | |||
2007-06-09 | Add a CVS marker. | Marc Balmer | |
ok jsg | |||
2007-06-09 | Remove the definition and use of usb_malloc_type which is really int. | Marc Balmer | |
While here, reindent the function prototypes in usbdi_util.h No binary change. ok jsg | |||
2007-06-09 | Remove the definition and use of UPACKED and replace it with our own __packed | Marc Balmer | |
(to which UPACKED was define'd before anway). No binary change, just one layer of confusion less in the sourcecode. ok jsg | |||
2007-06-09 | print regulatory domain in dmesg output. | Damien Bergamini | |
fix typo in a comment. | |||
2007-06-09 | re-indent prototypes after "Static" removal. | Damien Bergamini | |
no binary change. | |||
2007-06-08 | Add TX path which enables some first (unreliable yet) packet transfers. | Marcus Glocker | |
2007-06-08 | remove: | Henning Brauer | |
-entry for ix nic in files.isa, not even in tree -ep nic driver, replaced by ne ages ago -hp nic driver, broken for ages from brad, ok matthieu krw theo miod | |||
2007-06-08 | Add support for the Digi Neo 8-port serial adapter. | Marc Balmer | |
Patch from Pedro Almeida <palmeida@securenetworks.pt>, with some minor changes by me (man page). ok jsg | |||
2007-06-08 | sync. | Marc Balmer | |
2007-06-08 | Add Digi International Digi Neo 8 (8 serial ports). From Pedro Almeida. | Marc Balmer | |
2007-06-08 | all drivers should spoof version 1 labels | Theo de Raadt | |
2007-06-07 | move ieee80211_compute_duration() and ieee80211_compute_duration1() | Damien Bergamini | |
functions into the two drivers that use them (atw and rtw.) this code is not generic enough to be used by other drivers and there is no chance that it will ever be used in newer driver since it supports 802.11b only. plus, it hurts my eyes each time i look into ieee80211_output.c. "fine with me as long as the logic doesn't change in the functions" jsg@ | |||
2007-06-07 | in OpenBSD as all old BSD unix, RAW_PART always starts at 0, so no | Theo de Raadt | |
need for special case code; ok krw | |||
2007-06-07 | strncpy -> strlcpy, plus a little spacing line up. | Ray Lai | |
OK deraadt. | |||
2007-06-07 | Type of raidsize is now daddr64_t, not int. Fixes compile. | Kenneth R Westerback | |
2007-06-06 | Oops, dispatch packets to the correct hci_input_xxx() function | Uwe Stuehler | |
2007-06-06 | correct format strings for large types; ok marco | Theo de Raadt | |
2007-06-06 | Let it compile with SBT_DEBUG | Uwe Stuehler | |
2007-06-06 | add another revision "RTL8168 3"; from NetBSD via Brad | Peter Valchev | |
2007-06-06 | the copyright holder changed the license from "dual bsd/gpl" to be | Reyk Floeter | |
2-clause bsd-only. good. | |||
2007-06-06 | Remove IPS_D_INTR debug level, IPS_D_XFER is good enough. | Alexander Yurchenko | |
2007-06-06 | comment an unused function (wpi_setup_beacon). | Damien Bergamini | |
i do not plan to add support for independant bss or hostap modes. | |||
2007-06-06 | - #undef the correct macro | Damien Bergamini | |
- improve a comment | |||
2007-06-06 | Ansify. No binary change. | Michael Knudsen | |
Looked over by jasper. | |||
2007-06-06 | Mechanical removal of USBBASEDEVICE. No binary change. | Michael Knudsen | |
Tested by thib and myself. ok mbalmer jsg | |||
2007-06-06 | - Recognize the 8110SCe 8169 revision in re(4) | Peter Valchev | |
- Rename the existing 8110SC revision to 8110SCd to be consistent info from the linux driver via Brad | |||
2007-06-06 | make sensors framework usage consistent with other drivers; ok damien@ | Constantine A. Murenin | |
2007-06-06 | sync | Damien Bergamini | |
2007-06-06 | Remove incorrect entry for Intel PRO/Wireless 3945ABG. | Damien Bergamini | |
Fix entry for 4965AGN (upcoming iwn(4) driver.) The name is "Intel Wireless Wi-Fi Link 4965AGN" and not "Intel PRO/Wireless 4965AGN". | |||
2007-06-06 | now that all partition size/offsets are potentially 64-bit, change the | Theo de Raadt | |
type of all variables to daddr64_t. this includes the APIs for XXsize() and XXdump(), all range checks inside bio drivers, internal variables for disklabel handling, and even uvm's swap offsets. re-read numerous times by otto, miod, krw, thib to look for errors | |||
2007-06-06 | remove never used #ifdef IPX_NOTYET code | Henning Brauer | |
2007-06-06 | do not include ipx headers (were not needed in the first place) | Henning Brauer | |