summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Fix cxgb's ifmedia ioctl handling. Also fixed a comment.np2009-06-221-7/+3
* Fix length check for ugen control transfer.thompsa2009-06-221-1/+1
* Enable MSI in the MSI capability registers any time that the first messagejhb2009-06-221-1/+3
* Add a missing return in NULL mutex case.jkim2009-06-221-1/+3
* Add a new function, ifa_ifwithaddr_check(), which rather than returningrwatson2009-06-221-3/+4
* add %b formats for various registerssam2009-06-211-0/+12
* use PROTO_DEFAULT.remko2009-06-211-1/+1
* Add support for the Myson Heden 8813.remko2009-06-212-0/+5
* For ICH based fxp(4) controllers treat them as 82559 compatibles.yongari2009-06-212-69/+93
* Overhaul fxp(4) multicast filter programming. fxp(4) hardwares doyongari2009-06-212-134/+38
* Always check fxp(4) is running, see if it can accept frames fromyongari2009-06-211-3/+10
* Don't blindly enable Rx lock-up workaround. Newer chips do not needyongari2009-06-212-1/+9
* Due to possible PCI bus lock-up issues fxp(4) didn't perform fullyongari2009-06-211-1/+5
* Introduce Rx mbuf dma tag and use it in Rx path. Previously it usedyongari2009-06-212-44/+73
* fix !x86 cxgb compilekmacy2009-06-211-1/+1
* fix typo in conditionalkmacy2009-06-201-1/+1
* - fix dma map handling for !x86 casekmacy2009-06-203-13/+15
* The G45 docs indicate that all G4X chips use the new framecount register.rnoland2009-06-203-7/+8
* realloc() behaves identically to malloc when passed a NULL object pointerrnoland2009-06-201-26/+15
* Don't panic if drm_rmmap is called with a NULL map pointer.rnoland2009-06-201-0/+3
* Make puc(4) aware of this 2 port serial card based on NetMos 9835:np2009-06-201-0/+6
* Greatly simplify cxgb by removing almost all of the custom mbuf management logickmacy2009-06-199-2464/+1135
* Replace use of ic->ic_flags with vap->iv_flags to operate on per-vap flagscokane2009-06-181-8/+10
* reorders the sequence when the device is detached. After detaching theweongyo2009-06-171-6/+34
* Small fixes to Unicode handling:ed2009-06-162-38/+43
* Fix usb2_find_descriptor function name.thompsa2009-06-154-7/+7
* r193336 moved ifq_detach to if_free which broke if_alloc followedsam2009-06-151-2/+2
* Add cas(4), a driver for Sun Cassini/Cassini+ and National Semiconductormarius2009-06-153-0/+4034
* - Add a way to change filter oversampling factor throughariff2009-06-151-1/+1
* Remap type of polynomial interpolators for better polyphaseariff2009-06-151-5/+3
* Fix _USB2_* refernces in the header protection defines.thompsa2009-06-1532-96/+96
* Fix compile with changes to the usb_config struct.thompsa2009-06-151-39/+39
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.thompsa2009-06-15113-3862/+3862
* Remove usb2_cv_* and just use the kernel condvar implementation, it was neededthompsa2009-06-1513-188/+58
* Add more entries to the Unicode-to-CP437 table.ed2009-06-141-9/+15
* Fix type of lowaddr variable.mav2009-06-141-2/+2
* Missed style fixes.marius2009-06-141-5/+3
* Fix style.marius2009-06-1410-183/+193
* purge HAL_TXSTAT_ALTRATE; you can figure this out by checking ts_finaltsisam2009-06-135-17/+10
* - Also probe DP83865, which is an is an ultra low power versionmarius2009-06-132-10/+24
* update backend_changed to reflect .m prototypekmacy2009-06-132-2/+5
* Rename the host-related prison fields to be the same as the host.*jamie2009-06-132-3/+3
* Make the proof-of-concept UTF-8 support in Syscons less useless.ed2009-06-131-18/+121
* Correct entry of vendor ID 0x0d8c. It's C-Media, not ABC.sanpei2009-06-131-1/+1
* Fix Book-E/MPC85XX build. Some prototypes were wrong and got revealed withraj2009-06-133-6/+11
* Make variables static where appropriate.thompsa2009-06-139-10/+10
* Move the memory layout definitions and logic from mvreg.h to mvwin.hmarcel2009-06-122-1/+5
* Change ums_probe() so it does not need to fetch the usb_interface_descriptor.thompsa2009-06-121-8/+5
* Check for a keyboard HID report in addition to the interface class so devicesthompsa2009-06-121-5/+27
* Free the correct memory pointer.thompsa2009-06-121-1/+1
OpenPOWER on IntegriCloud