summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2008-02-14Actually implement the crypto.Chris Kuethe
2008-02-14Some armish machines do not have very accurate clock generators,Dale Rahn
2008-02-14Make sure an interrupt handler does not get on the per-cpu list of pendingMark Kettenis
2008-02-14Missed updating the SK_IS_YUKON2 macro when adding Yukon Supreme support.Brad Smith
2008-02-13Since SPDIF support for the auixp driver is still half doneJacob Meuser
2008-02-13as with the recent auich(4) commit, set the sample rate of theJacob Meuser
2008-02-13#undef IIOV before redefining for 1:1 mappings, to silence a warning.Miod Vallat
2008-02-13Offset the kernel message buffer down one page again, for the PROM scribblesMiod Vallat
2008-02-13Make sure we reserve enough stack space on MACHINE_STACK_GROWS_UP architecturesMark Kettenis
2008-02-12pin 47 on ALC65{0,5,8} ac97 codecs can be used for either eapd orJacob Meuser
2008-02-12if the ac97 codec is fixed-rate, ac97_set_rate() will return theJacob Meuser
2008-02-12add tda(4), commented out for nowRobert Nagy
2008-02-12tda(4) is a driver for Philips TDA8444 which can be found inRobert Nagy
2008-02-11Remove long dead CLKF_BASEPRI which crept in by mistake.Miod Vallat
2008-02-11g/c db_thread_fp_used()Miod Vallat
2008-02-11A couple fixes:Miod Vallat
2008-02-11The TCP server has to recalculate the client's window size takenAlexander Bluhm
2008-02-11reinstate pci subvendor/subdevice detection so we can figure out whichDavid Gwynne
2008-02-11add support for the mfi controllers with the ppc iops, aka, LSI SAS1078 orDavid Gwynne
2008-02-10Set reserved bits in the TX Configuration Register the value from the Sun docs.Mark Kettenis
2008-02-10Attach to "lom-console". Hopefuly this will give us a proper console onMark Kettenis
2008-02-10Add interrupt state diagnostic registers.Mark Kettenis
2008-02-09regenMark Kettenis
2008-02-09Add Intel Q33 and Q35 IDs. From a diff by niklas@Mark Kettenis
2008-02-09regenMark Kettenis
2008-02-09Correct/normalize a few Intel server chipset IDs.Mark Kettenis
2008-02-09Introduce HW_PHYSMEM64 and HW_USERMEM64 sysctls, which don't overflow onMark Kettenis
2008-02-09regenMark Kettenis
2008-02-09Fix a few Intel 82673E entries.Mark Kettenis
2008-02-08Return ENOTTY not EINVAL for unsupported ioctl's;Thordur I. Bjornsson
2008-02-08don't unconditionally return here, still need to set recording parametersJacob Meuser
2008-02-08regenMark Kettenis
2008-02-08Intel ICH-2 doesn't have an AGP bridge; rename to Hub-to-PCI.Mark Kettenis
2008-02-08Return ENOTTY not EINVAL for unsupported ioctl's;Thordur I. Bjornsson
2008-02-08ifp->if_start -> et_startBrad Smith
2008-02-07unbreak build: aml_showvalue() is only available on !SMALL_KERNELPeter Valchev
2008-02-07unbreak SMALL_KERNEL kernels, with miodHenning Brauer
2008-02-07Add the SIOCSIFMTU ioctl to allow ioctl changes;Thordur I. Bjornsson
2008-02-07Add optional metadata memebers.Marco Peereboom
2008-02-07enable DMA for 1-sector devices (i.e. most flash devices).Stuart Henderson
2008-02-06Replace magic values with appropriate symbolic constants.Mark Kettenis
2008-02-05Move carp load balancing (ARP/IP) to a simpler configuration scheme.Marco Pfatschbacher
2008-02-05ACPI 3.0 seems to work just fine so lets enable it.Marco Peereboom
2008-02-05Added change for debugging setbufintJordan Hargrave
2008-02-05de-inline pciide, shaving a goodly amount off the kernelBret Lambert
2008-02-05drm_pci_alloc allocates memory using bus_dma, but then doesn't use dmamaps.Owain Ainsworth
2008-02-05Add the NFE_CORRECT_MACADDR flag for MCP77/79 chipsets.Brad Smith
2008-02-05Shave off a few more bytes by moving IO collision detection into a genericMarco Peereboom
2008-02-05Add strip size to debug print.Marco Peereboom
2008-02-05Create a generic function to validate IO instead of copying and pastingMarco Peereboom