summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* Minor device side improvement. Make sure a not complete state gets paired withthompsa2009-06-123-33/+37
* Re-add the send queue tunable for people who do not use buffering.gnn2009-06-111-1/+10
* strict kobj signatures: fix iicbus_write impl in dev/pcfavg2009-06-112-2/+2
* strict kobj signatures: some ofw_setprop fixesavg2009-06-111-4/+4
* strict kobj signatures: fix assortment of miibus_writereg implsavg2009-06-113-5/+7
* strict kobj sigs: fix assortment of device_detach and device_shutdown implsavg2009-06-1111-17/+25
* strict kobj signatures: fix assortment of bus_read_ivar implsavg2009-06-113-3/+3
* strict kobj signatures: fixes in agp driveravg2009-06-115-26/+24
* strict kobj signatures: linker_if fixesavg2009-06-111-2/+3
* - Remove unnecessary read memory barriers from atomic operations[1].jkim2009-06-111-2/+4
* Remove custom KOBJMETHOD(), CHANNEL_DECLARE() and MIXER_DECLARE()ariff2009-06-115-55/+11
* Catch up with r193750 (OsdSynch.c locking changes):jkim2009-06-102-16/+97
* Make the demo/stress tools build again, after my changes to param().ed2009-06-102-2/+2
* Fix an LORcokane2009-06-101-6/+0
* Move from using devclass_find_free_unit(cfi_diskclass, 0) to -1, sinceimp2009-06-101-2/+1
OpenPOWER on IntegriCloud