summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a missing error statistic, the number of FCS errors on receive.gnn2009-06-101-0/+1
* Preallocate the four BARs in ALI SATA controllers during the chipinitjhb2009-06-101-12/+31
* Move machine dependant AFMT_* definition from sound.hariff2009-06-101-30/+0
* Add alc(4), a driver for Atheros AR8131/AR8132 PCIe ethernetyongari2009-06-103-0/+4717
* Controller will dma SCB command status for a given command andyongari2009-06-101-13/+14
* Add opt_inet.h back lost with r190872.bz2009-06-091-0/+1
* - add drbr routines for accessing #qentries and conditionally dequeueingkmacy2009-06-091-1/+1
* Rework the _BBN handling for Host-PCI bridges. Previously we only trustedjhb2009-06-091-18/+25
* - Remove an unnecessary memory barrier from an atomic op.jhb2009-06-091-3/+3
* Use new spelling of the NG_*LEN constants.imp2009-06-094-8/+8
* unify zyd_tx_mgt() and zyd_tx_data() to simplify TX path and sortsweongyo2009-06-092-137/+60
* Fix compile time warning on sparc64, thanks to strict kobj signatures checking.ariff2009-06-081-10/+9
* Remove redundant checks for ACPI_WAIT_FOREVER cases.jkim2009-06-081-4/+0
* Use proper types in kbdmux_kbd_getc():ed2009-06-081-2/+2
* Rewrite OsdSynch.c to reflect the latest ACPICA more closely:jkim2009-06-081-267/+445
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onbz2009-06-081-2/+0
* Commit missed driver_info to driver_ivar change in usb_attach_args.thompsa2009-06-081-2/+2
OpenPOWER on IntegriCloud