aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Move the MADT parser for amd64 and i386 to sys/x86/acpica now that it isJohn Baldwin2010-11-085-575/+4
* Add a taskqueue_cancel(9) to cancel a pending task without waiting forMatthew D Fleming2010-11-082-0/+20
* Sync the APIC startup sequence with amd64:John Baldwin2010-11-085-16/+25
* Remove stub symbols for APIC-related functions when 'device apic' is notJohn Baldwin2010-11-081-97/+0
* Disconnect acpi.ko from the build on i386. ACPI is now only supported whenJohn Baldwin2010-11-081-5/+1
* A few small style and whitespace fixes.John Baldwin2010-11-083-5/+3
* Only dump the values of the PMC and CMCI local vector table entries on aJohn Baldwin2010-11-081-4/+9
* Provide support for IIC_M_NOSTOP/IIC_M_NOSTART for bit-banging andNathan Whitehorn2010-11-081-5/+29
* Consistently use padding `_' in the comment.Jung-uk Kim2010-11-081-1/+1
* Reduce spin wait time consumed in GMII register access routine.Pyun YongHyeon2010-11-081-4/+12
* When requesting sense data for SIM not doing it automatically (such asAlexander Motin2010-11-081-2/+3
* Teach ahci(4), siis(4) and ATA_CAM ata(4) wrapper report to CAM residualAlexander Motin2010-11-083-8/+42
* On APs startup skip hard-/statclock events, which time passed before CPUAlexander Motin2010-11-081-16/+30
* Break long line.Dag-Erling Smørgrav2010-11-081-1/+2
* Fix CPU ID in /proc/cpuinfo.Dag-Erling Smørgrav2010-11-081-4/+4
* Intel IXP425 SoC is based on the ARMv5TE architectureKevin Lo2010-11-081-2/+3
* Set the pin to output on attach, we can't assume it already is.Andrew Thompson2010-11-081-0/+3
* - Provide more registers for GDBOleksandr Tymoshenko2010-11-081-18/+25
* Don't call pmap_demote_DMAP() on MTRR entries from the BIOS that are markedAlan Cox2010-11-071-2/+2
* In case the stack size reaches its limit and its growth must be restricted,Alan Cox2010-11-071-1/+2
* Remove line for the uncommitted Cambria gpio drive that snuck in with r214946.Andrew Thompson2010-11-071-1/+0
* Hook up the five gpio pins on the Avila board to the gpio framework. There areAndrew Thompson2010-11-075-0/+391
* Do not have the MTU table twice in the code. Therefore move theMichael Tuexen2010-11-074-60/+36
* Eliminate a possible race between pmap_pinit() and pmap_kenter_pde() onAlan Cox2010-11-071-5/+10
* Remove two functions which are not used.Michael Tuexen2010-11-072-27/+0
* * Use exponential backoff for retransmission of SHUTDOWN andMichael Tuexen2010-11-071-20/+15
* Bugfix: Set the bit that marks a device number in use.Nick Hibma2010-11-071-2/+5
* Not only stop all timers when entering the SHUTDOWN_SENT state,Michael Tuexen2010-11-073-25/+28
* Add missing curly brackets. By chance, the missing brackets didn't alterJaakko Heinonen2010-11-071-1/+2
* Fix indentation in r213894.Marius Strobl2010-11-071-1/+1
* - Add minidump support for FreeBSD/mipsOleksandr Tymoshenko2010-11-079-29/+703
* Fix a long standing bug in programming station address for YukonPyun YongHyeon2010-11-061-12/+13
* If we got an invalid station address, generate random address. ThisPyun YongHyeon2010-11-061-0/+19
* Mark command submission timeouts as timeouts. This should trigger deviceAlexander Motin2010-11-061-8/+13
* Instead of using the AMRR ratectl algo as default for drivers which haveBernhard Schmidt2010-11-0616-35/+19
* Add support for odd-sized PIO transfers, sometimes used by ATAPI.Alexander Motin2010-11-061-6/+18
* Implement pmap_is_prefaultable().Marius Strobl2010-11-061-1/+5
* Do not resend DATA chunks without delay when dropped by the peer andMichael Tuexen2010-11-061-0/+4
* * Fix an accounting bug regarding SACK/NR-SACK chunks.Michael Tuexen2010-11-061-56/+22
* Validate whether the zfs_cmd_t submitted from userland is not smaller thanXin LI2010-11-051-0/+8
* Bugfix: In rev 213509 Alexander committed a duplicate ID for ZTE STORNick Hibma2010-11-052-8/+13
* Fix a bug in r214049. The nvp == vp case shall be handled speciallyKonstantin Belousov2010-11-051-1/+1
* Add a forgotten change from the previous commit.Jung-uk Kim2010-11-051-1/+1
* Fix a use-after-free bug for extended IRQ resource[1]. When _PRS buffer isJung-uk Kim2010-11-051-44/+34
* Correct an inverted check in r213893.Marius Strobl2010-11-051-1/+1
* Add simple MAC statistics counter reading support. UnfortunatelyPyun YongHyeon2010-11-052-24/+146
* Implement ucom_set_pnpinfo_usb() providing ttyname and port numberNick Hibma2010-11-0520-3/+60
* style(9).Pyun YongHyeon2010-11-051-3/+3
* Remove extra white spaces.Pyun YongHyeon2010-11-051-3/+3
* Enable 64bit DMA addressing for RTL810xE/RTL8168/RTL8111 PCIePyun YongHyeon2010-11-051-2/+6