aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* - Make struct usb_xfer opaque so that drivers can not access the internalsAndrew Thompson2009-06-23118-3184/+4657
* Fix cxgb's ifmedia ioctl handling. Also fixed a comment.Navdeep Parhar2009-06-221-7/+3
* Fix length check for ugen control transfer.Andrew Thompson2009-06-221-1/+1
* Enable MSI in the MSI capability registers any time that the first messageJohn Baldwin2009-06-221-1/+3
* Add a missing return in NULL mutex case.Jung-uk Kim2009-06-221-1/+3
* Add a new function, ifa_ifwithaddr_check(), which rather than returningRobert Watson2009-06-221-3/+4
* add %b formats for various registersSam Leffler2009-06-211-0/+12
* use PROTO_DEFAULT.Remko Lodder2009-06-211-1/+1
* Add support for the Myson Heden 8813.Remko Lodder2009-06-212-0/+5
* For ICH based fxp(4) controllers treat them as 82559 compatibles.Pyun YongHyeon2009-06-212-69/+93
* Overhaul fxp(4) multicast filter programming. fxp(4) hardwares doPyun YongHyeon2009-06-212-134/+38
* Always check fxp(4) is running, see if it can accept frames fromPyun YongHyeon2009-06-211-3/+10
* Don't blindly enable Rx lock-up workaround. Newer chips do not needPyun YongHyeon2009-06-212-1/+9
* Due to possible PCI bus lock-up issues fxp(4) didn't perform fullPyun YongHyeon2009-06-211-1/+5
* Introduce Rx mbuf dma tag and use it in Rx path. Previously it usedPyun YongHyeon2009-06-212-44/+73
* fix !x86 cxgb compileKip Macy2009-06-211-1/+1
* fix typo in conditionalKip Macy2009-06-201-1/+1
* - fix dma map handling for !x86 caseKip Macy2009-06-203-13/+15
* The G45 docs indicate that all G4X chips use the new framecount register.Robert Noland2009-06-203-7/+8
* realloc() behaves identically to malloc when passed a NULL object pointerRobert Noland2009-06-201-26/+15
* Don't panic if drm_rmmap is called with a NULL map pointer.Robert Noland2009-06-201-0/+3
* Make puc(4) aware of this 2 port serial card based on NetMos 9835:Navdeep Parhar2009-06-201-0/+6
* Greatly simplify cxgb by removing almost all of the custom mbuf management logicKip Macy2009-06-199-2464/+1135
* Replace use of ic->ic_flags with vap->iv_flags to operate on per-vap flagsColeman Kane2009-06-181-8/+10
* reorders the sequence when the device is detached. After detaching theWeongyo Jeong2009-06-171-6/+34
* Small fixes to Unicode handling:Ed Schouten2009-06-162-38/+43
* Fix usb2_find_descriptor function name.Andrew Thompson2009-06-154-7/+7
* r193336 moved ifq_detach to if_free which broke if_alloc followedSam Leffler2009-06-151-2/+2
* Add cas(4), a driver for Sun Cassini/Cassini+ and National SemiconductorMarius Strobl2009-06-153-0/+4034
* - Add a way to change filter oversampling factor throughAriff Abdullah2009-06-151-1/+1
* Remap type of polynomial interpolators for better polyphaseAriff Abdullah2009-06-151-5/+3
* Fix _USB2_* refernces in the header protection defines.Andrew Thompson2009-06-1532-96/+96
* Fix compile with changes to the usb_config struct.Andrew Thompson2009-06-151-39/+39
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.Andrew Thompson2009-06-15113-3862/+3862
* Remove usb2_cv_* and just use the kernel condvar implementation, it was neededAndrew Thompson2009-06-1513-188/+58
* Add more entries to the Unicode-to-CP437 table.Ed Schouten2009-06-141-9/+15
* Fix type of lowaddr variable.Alexander Motin2009-06-141-2/+2
* Missed style fixes.Marius Strobl2009-06-141-5/+3
* Fix style.Marius Strobl2009-06-1410-183/+193
* purge HAL_TXSTAT_ALTRATE; you can figure this out by checking ts_finaltsiSam Leffler2009-06-135-17/+10
* - Also probe DP83865, which is an is an ultra low power versionMarius Strobl2009-06-132-10/+24
* update backend_changed to reflect .m prototypeKip Macy2009-06-132-2/+5
* Rename the host-related prison fields to be the same as the host.*Jamie Gritton2009-06-132-3/+3
* Make the proof-of-concept UTF-8 support in Syscons less useless.Ed Schouten2009-06-131-18/+121
* Correct entry of vendor ID 0x0d8c. It's C-Media, not ABC.MIHIRA Sanpei Yoshiro2009-06-131-1/+1
* Fix Book-E/MPC85XX build. Some prototypes were wrong and got revealed withRafal Jaworowski2009-06-133-6/+11
* Make variables static where appropriate.Andrew Thompson2009-06-139-10/+10
* Move the memory layout definitions and logic from mvreg.h to mvwin.hMarcel Moolenaar2009-06-122-1/+5
* Change ums_probe() so it does not need to fetch the usb_interface_descriptor.Andrew Thompson2009-06-121-8/+5
* Check for a keyboard HID report in addition to the interface class so devicesAndrew Thompson2009-06-121-5/+27