summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Revert previous commit and add myself to the list of people who shouldphk2009-09-0824-1316/+1293
* Add necessary include.phk2009-09-0824-1293/+1316
* remove extranous returnsam2009-09-071-1/+1
* fix extraneous return that can cause a memory leaksam2009-09-071-1/+1
* correct typo that was a noop on 32-bit machines but a bug on 64-bit machinessam2009-09-071-1/+1
* To save small bit of CPU time, hide part of SNTF register read latencymav2009-09-061-9/+7
* Remove constraint, requiring request data to fulfill controller's alignmentmav2009-09-061-3/+3
* Change 'dev.cpu.N.temperature', sysctl I (degC) to IK (Kelvin).nork2009-09-061-3/+5
* Move ptmx into pty(4).ed2009-09-061-0/+18
* Remove unneeded minor numbers from /dev/null and /dev/zero.ed2009-09-061-7/+4
* These checks against BUSY aren't needed: the newbus layer does thisimp2009-09-051-8/+0
* If an interface is brought up with no cable it will experiencejfv2009-09-041-1/+2
* must also plumb static wep keys to the local sta db in sta mode; notsam2009-09-041-0/+4
* Fill the reverse RSS map with 0xff's so that the subsequent loop tojhb2009-09-041-0/+3
* Make umass(4) pass device USB serial number to CAM, making it possibletrasz2009-09-041-0/+46
* Remove 'ad:' prefix from disk serial number. We don't want serial numberpjd2009-09-041-2/+2
* fix a TX issue on big endian machines like powerpc or sparc64. Nowweongyo2009-09-041-1/+1
* Stupid cut and paste error on a stats struct member, thanksjfv2009-09-031-1/+1
* Round maxio for ATI SB600 to 64K.mav2009-09-031-1/+1
* Expose the TF_REVERSE flag to the console driver.ed2009-09-031-3/+11
* ATI SB600 can't handle 256 sectors transfers with FPDMA (NCQ).mav2009-09-031-0/+3
* Move libteken out of the syscons directory.ed2009-09-0312-2898/+1
* Improve HDA controller capabilities logging.mav2009-09-023-6/+10
* Add counters for the i7 architecture which were accidentally leftgnn2009-09-012-3/+82
* Make sure rx descriptor ring align on 16 bytes. I guess theyongari2009-08-311-2/+4
* On resume in sta mode program the beacon timers so when roaming (andsam2009-08-311-1/+10
* add core dump support to blkfrontkmacy2009-08-301-2/+87
* Fix build with INVARIANTS.mav2009-08-301-1/+1
* MFp4:mav2009-08-302-55/+180
* MFp4:mav2009-08-301-5/+31
* change default regdomain for thailandsam2009-08-271-1/+1
* It is possible for all the kthreads to exit (hci modules unloaded) which inthompsa2009-08-251-0/+9
* Introduce MII_ADDR_BASE option on ARM, which allows to override the defaultraj2009-08-251-4/+7
* Fix VESA modes and allow 8bit depth modes.delphij2009-08-242-1/+23
* Tweak the way that the ACPI and ISA bus drivers match hint devices tojhb2009-08-241-2/+18
* A couple of changes: first, make header split on by defaultjfv2009-08-241-18/+50
* Don't try to power down PHY when alc(4) failed to map the device.yongari2009-08-241-1/+2
* Add RTL8168DP/RTL8111DP device id. While I'm here append "8111D" toyongari2009-08-241-3/+5
* Cleanups to the Xen console driver:ed2009-08-241-41/+27
* - Patch to allow USB controller to resume operation afteralfred2009-08-248-62/+130
* Remove redundant locking.alfred2009-08-241-2/+0
* Add a reminder comment to optimize bus_dmamap_sync calls.alfred2009-08-241-0/+6
* Add mass storage quirks.alfred2009-08-242-0/+30
* - fix uvisor support, mostly correct buffer sizes used.alfred2009-08-241-11/+35
* - Fix false positive uipaq probealfred2009-08-242-0/+6
* - fix CDC ethernet matching order so that the match flags get correct.alfred2009-08-241-3/+3
* We used force all of the GPIO pins low first and thenalfred2009-08-241-5/+8
* - FIFO's are always opened separately in read and writealfred2009-08-242-14/+4
* - patch for cordump slowdown. Avoid using DELAY(1000) when noalfred2009-08-241-33/+50
* - allow disabling "root_mount_hold()" byalfred2009-08-241-73/+29
OpenPOWER on IntegriCloud