summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* fix poor indentation resulting from a mergeluigi2009-12-241-14/+14
* Implement RX interrupt moderation using one-shot timer interrupt.yongari2009-12-242-27/+74
* Merge from amd64/i386:marius2009-12-245-3/+67
* Add missing locking in intr_bind().marius2009-12-241-2/+8
* Execute the cleanup handlers before jumping to the kernel justmarius2009-12-241-0/+2
* - Consistently wrap debugging in NETIF_DEBUG. This basically mergesmarius2009-12-241-6/+22
* Revert r183628 as with the current ata(4) ATAPI DMA with AcerLabsmarius2009-12-241-1/+0
* sh: Remove setting variables from dotcmd/exportcmd.jilles2009-12-242-5/+0
* Make geom_concat to passthrough stripe parameters of the first component,mav2009-12-241-5/+8
* Add a new tool which attempts to check for kernel configuration options thatjhb2009-12-243-0/+367
* As soon as geom_raid3 reports it's own stripe as sector size, report largestmav2009-12-241-0/+14
* - Don't check for a valid interrupt controller on every interruptmarius2009-12-241-2/+3
* As soon as mirror has no own stripes, report largest stripe of unrerlyingmav2009-12-241-0/+9
* Add two disk ioctls, giving user-level tools information about disk/arraymav2009-12-242-1/+18
* Make geom_stripe report it's stripe size to upper layers.mav2009-12-241-0/+2
* Adapt OpenBSD pf's "sloopy" TCP state machine which is useful for Directdelphij2009-12-248-179/+341
* Add hwpmc_arm.crpaulo2009-12-231-0/+1
* Intel XScale hwpmc(4) support.rpaulo2009-12-2311-26/+940
* Recognize the NS16552 found in PCIe-based sun4u machines.marius2009-12-232-2/+3
* - By re-arranging the code in OF_decode_addr() somewhat and acceptingmarius2009-12-231-33/+33
* Style changes.marius2009-12-231-14/+12
* - Add support for the IOMMUs of Fire JBus to PCIe and Oberon Uranusmarius2009-12-233-43/+166
* Fix whitespace according to style(9).marius2009-12-231-29/+29
* - Add quirk handling for ALi M5229, mainly setting the magic "forcemarius2009-12-231-3/+24
* - Sort the prototypes.marius2009-12-231-24/+23
* Fix a bug in gzipfs that prevented lseek() from working and add lseek()jhb2009-12-232-16/+67
* Add structures for OFW MSI/MSI-X support. These are identical formarius2009-12-231-0/+25
* Hook ebus(4) and isa(4) up to the sun4v LINT build in order tomarius2009-12-232-1/+5
* - Remove devices which are/were only relevant for sun4u.marius2009-12-231-19/+0
* Don't probe the bq4802 variant found in Ultra 25 and 45 for now asmarius2009-12-231-4/+9
* Don't use an out register to hold the vector number across the callmarius2009-12-231-11/+11
* We don't need to generate DMA complete interrupt for everyyongari2009-12-232-1/+18
* Correct STE_COUNTDOWN register offset. The datasheet was wrong.yongari2009-12-231-1/+1
* Remove unused duplicated register definition. It seems theyongari2009-12-231-12/+0
* Implement hardware MAC statistics counter support. The countersyongari2009-12-232-25/+169
* mostly style changes, such as removal of trailing whitespace,luigi2009-12-231-183/+152
* Report the correct result of mii_mediachg(). Previously it alwaysyongari2009-12-231-19/+12
* Don't report link status if driver is not running.yongari2009-12-231-0/+4
* Overhaul RX filter programming.yongari2009-12-231-62/+38
* Reimplement controller reset. Datasheet says full reset takes aboutyongari2009-12-231-8/+15
* Don't reinitialize controller if driver is already running. Thisyongari2009-12-231-2/+11
* Allow proper tracing of posix_openpt(2).ed2009-12-231-0/+2
* When warning about possible netisr configuration problems during boot,rwatson2009-12-231-4/+4
* Refine netisr.c comments a bit.rwatson2009-12-231-20/+28
* fix build with the new fast lookup structure.luigi2009-12-231-79/+56
* fix build on 64-bit architectures.luigi2009-12-231-15/+15
* Calculate the average CPU clock frequency and export that throughmarcel2009-12-231-0/+14
* Export the bus, cpu and itc frequencies under the hw.freq sysctl node.marcel2009-12-234-27/+43
* Add a bit definition for invalid timestamp in the record header.marcel2009-12-231-0/+1
* Shorten the USB_QUIRK_ENTRY macro and undef it at the end, its only internal.thompsa2009-12-231-238/+235
OpenPOWER on IntegriCloud