summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Sort head files and removed ununsed header file.yongari2008-11-251-13/+9
* Whitespace fix.yongari2008-11-253-25/+25
* Add support for Marvell PATA M88SX6121.rpaulo2008-11-252-0/+2
* Restore sfence semantics in mxge after the introductiongallatin2008-11-242-25/+25
* Make sure arc4random(9) is properly seeded when /etc/rc.d/initrandom returns.cperciva2008-11-242-3/+24
* Save the value read from TX queue CSR, so we don't test against ayongari2008-11-241-1/+1
* print the extended tx/rx descriptor for 5416 and later partssam2008-11-241-9/+32
* nuke special handling of RXORN interrupt; the hal marks the FATALsam2008-11-242-17/+4
* Remove DELAY() on hdac_audio_commit().mav2008-11-231-1/+0
* Eliminate an unused variable reported by coverityimp2008-11-231-4/+2
* Do not use soft PCM volume for digital outputs to allow SPDIF AC3 bypassmav2008-11-231-4/+8
* Strictly differentiate digital and analog PCM devices according to codecmav2008-11-232-58/+91
* Report card erase sector size as disk stripe size.mav2008-11-231-0/+2
* Improve detach handling: close races, flush queue.mav2008-11-231-13/+16
* Add backward compatibility ifdefs for non-multiq kernelskmacy2008-11-233-2/+29
* work around periodic leak on queue overrun by enabling coalescing of packets ...kmacy2008-11-231-1/+1
* intr_machdep.h breaks build on some arches and is not neededkmacy2008-11-231-4/+0
* Cast to uintptr_t before casting to void*. This allows themarcel2008-11-221-3/+3
* Whitespace cleanup for previous commit.mav2008-11-221-3/+3
* Handle device_get_children() errors in more correct way.mav2008-11-221-9/+12
* Change check order to avoid array overrun.mav2008-11-221-2/+2
* Unbreak LINT.jkoshy2008-11-224-0/+24
* - enable multiple transmit queueskmacy2008-11-225-246/+109
* - bump __FreeBSD version to reflect added buf_ring, memory barriers,kmacy2008-11-229-225/+49
* Several small additions to the Chelsio 10G driver.gnn2008-11-214-5/+38
* Create a /dev/cardbus%d.cis, to be compatible with older versions ofimp2008-11-212-1/+6
* Given that the buffer dcons_crom(4) exposes is used for both inputmarius2008-11-191-1/+1
* Also make dcons(4) use MPSAFE callouts.ed2008-11-191-1/+1
* Make nmdm(4) use MPSAFE callouts.ed2008-11-191-2/+2
* Make sure legacy replacement route is turned off when enbling HPET.jkim2008-11-191-2/+5
* Change the initialization methodology for global variables scheduledzec2008-11-191-5/+0
* src/sys/dev/usb2/controller/uss820dci_pccard.calfred2008-11-1927-3172/+520
* Correct a logic error when testing BCE_PHY_SERDES_FLAG.delphij2008-11-191-1/+1
* Allow device hints to wire the unit numbers of devices.jhb2008-11-183-60/+86
* Fix the maximum transfer size for mfi(4) disk devices to not exceed thejhb2008-11-171-1/+2
* Undo revision 185013 until better solution is found.emax2008-11-171-4/+0
* Fix two possible (but unlikely) NULL-pointer dereferences in glxsb(4).philip2008-11-171-3/+7
* Overhaul of CIS parsing, next step: keep a cached copy of the CIS,imp2008-11-174-73/+68
* Fix typo. It restuled in activating unwanted Rx filtering as wellyongari2008-11-171-1/+2
* More locking for syscons(4). This should prevent races with sckbdevent().emax2008-11-161-0/+4
* Various whitespace and style fixes.jhb2008-11-1619-284/+291
* Print PMC widths in the initialization announcement.jkoshy2008-11-161-1/+2
* Correct an oversight: call the MD finalize hook at module unloadjkoshy2008-11-151-0/+3
* Fix assertions.jkoshy2008-11-151-6/+9
* Correct an indexing error (a change missed out in #184802).jkoshy2008-11-151-1/+1
* Correct association 0 handling.mav2008-11-151-14/+24
* First step in cleaning up CIS parsing and /dev/cardbus*.cis: removeimp2008-11-153-38/+42
* - Revive fdc(4) per-device flag 0x10, which was removed in r1.284[1].jkim2008-11-151-63/+86
* Fix compile. I was in the wrong tree when I tested it :-(ambrisko2008-11-141-2/+2
* When running a 32bit app. on amd64, ensure the bits above 32bitambrisko2008-11-141-0/+15
OpenPOWER on IntegriCloud