summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix the move so that it matches what the rest of the internetjmg2010-09-031-1/+1
* Initial WOL support. NS DP8315 was tested but SiS900/SiS7016 wasyongari2010-09-032-31/+124
* Implement initial device suspend/resume method.yongari2010-09-021-0/+31
* In the case of non-sequential mappings, ofw_mapmem() could ask Opennwhitehorn2010-09-021-1/+1
* Adding a missing firstname (Monique)edwin2010-09-021-1/+1
* Correct spelling mistake, int -> intogavin2010-09-021-2/+2
* Better wording.yongari2010-09-021-3/+3
* Correct bioq_disksort so that bioq_insert_tail() offers barrier semantic.gibbs2010-09-027-27/+74
* Document tunable dev.sis.%unit.manual_padyongari2010-09-021-1/+18
* Enable sis(4). sis(4) should work on all architectures.yongari2010-09-021-1/+1
* Unlike most other controllers, NS DP83815/DP83816 controllers seemyongari2010-09-022-10/+81
* Fix the last endianness issue on handling station address whichyongari2010-09-021-13/+14
* MFp4 CH=183052 183053 183258:bz2010-09-024-12/+69
* Disable video ROM shadowing by default as I originally intended. I foundjkim2010-09-021-2/+2
* Fix UP build.mdf2010-09-021-0/+2
* MFp4 CH=183259:bz2010-09-021-2/+2
* Remove the freelist, which simply duplicates some of the zone allocator'sdes2010-09-022-31/+2
* Remove trailing whitespace.emaste2010-09-021-1/+1
* Add fix for SiI3114 and SiI3512 chips bug, which caused sending R_ERR inmav2010-09-021-0/+8
* SATA1.x SiliconImage controllers on power-on reset TFD Status register intomav2010-09-023-17/+15
* o csup(1) does not have -g flag. Remove it from the example.maxim2010-09-021-1/+1
* Reduce the need to accesss struct usb_device by providing functions to accessthompsa2010-09-027-30/+56
* Add support for power mode filtering as some USB hardware does not supportthompsa2010-09-025-6/+37
* Change argument for usbd_get_dma_delay() from USB bus to USB device, somethompsa2010-09-027-15/+22
* Fix setting of the rx_max and tx_max variables. If the expected buffer size isthompsa2010-09-021-4/+4
* Fix UMS_BUTTON_MAX define namethompsa2010-09-021-1/+1
* Fix build breakage from r212127thompsa2010-09-022-4/+2
* Add GPIO programming for more PHY hardware.thompsa2010-09-022-29/+97
* Add support for extra buttons on the Kensington Slimblade Trackball.thompsa2010-09-021-0/+12
* Silence debug error by default.thompsa2010-09-021-1/+1
* We need to grab a node reference count to vap->iv_bss before using it as it isthompsa2010-09-027-16/+40
* Modify pxe.c to use the version of nfs_getrootfh() that returnsrmacklem2010-09-021-0/+59
* Modify lib/libstand/nfs.c to use NFSv3 instead of NFSv2.rmacklem2010-09-021-2/+742
* Fix stupid error in r212109 which didn't swap DMA maps. This causedyongari2010-09-021-2/+2
* Modify nfs_diskless.c to recognize the environment variablermacklem2010-09-011-45/+120
* Add missing MODULE_VERSION() definitions, this resolves problems aroundthompsa2010-09-0138-7/+43
* Move sis_reset() to sis_initl(). This ensures driver starts withyongari2010-09-011-7/+5
* Avoid controller reinitialization which could be triggered byyongari2010-09-011-0/+5
* Do not reinitialize controller whenever promiscuous mode oryongari2010-09-012-2/+11
* Report result of link state change to caller. Previously it alwaysyongari2010-09-011-2/+3
* Overhaul link state change handling. Previously sis(4) blindlyyongari2010-09-012-88/+100
* Fix a bug with sched_affinity() where it checks td_pinned of anothermdf2010-09-011-11/+13
* s/u_intXX_t/uintXX_t/gyongari2010-09-012-35/+35
* rmlock(9) two additions and one change/fix:mlaier2010-09-016-51/+148
* bus_dma(9) cleanup.yongari2010-09-012-420/+497
* Nuke unnecessary return at the end of function.yongari2010-09-011-8/+0
* style(9) - space after keywords.yongari2010-09-011-35/+35
* Remove leading and trailing white spaces.yongari2010-09-012-36/+36
* Updates for the RMI MIPS platform codejchandra2010-09-014-10/+13
* Add a sysctl knob to accept input packets on any link in a failover lagg.emaste2010-09-011-1/+9
OpenPOWER on IntegriCloud