summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2008-07-16Enable the read DMA engine's PCI read request burst length long burstBrad Smith
2008-07-15Add a timecounter based on the $sys_tick register, and use it on machinesMark Kettenis
2008-07-15Use -Wa,-Av9b instead of -Wa,-Av9a such that I can use %sys_tick in anMark Kettenis
2008-07-15Backout rev 1.162. This change made us muck with with pci config space atMark Kettenis
2008-07-15Remove some debug code that i forgot to remove in a previous commit.Owain Ainsworth
2008-07-15Adapt some code from the FreeBSD driver required to makeJonathan Gray
2008-07-15theres no need too m_adj() the mbuf by 8bytes (u_int64_t) inThordur I. Bjornsson
2008-07-14Fix struct sysioreg layout after the struct iommureg layout change;Miod Vallat
2008-07-14Make VIDIOC_ENUM_FMT list all available formats for the attached device.Marcus Glocker
2008-07-14Don't lock timeouts in db_show_callout.Artur Grabowski
2008-07-14Use uvm_km_valloc_prefer_wait() instead of uvm_km_valloc_wait() in vmapbuf().Miod Vallat
2008-07-14Be sure to propagate PSL_O in psw on PCXU* processors to userland processesMiod Vallat
2008-07-14Be sure to propagate PSL_O in psw on PCXU* processors to userland processesMiod Vallat
2008-07-14m_copy can return NULL, so check for itHenning Brauer
2008-07-14Zap some dead commons that are no longer used.Artur Grabowski
2008-07-14Finish support for uncompressed payloads (UDESCSUB_VS_FORMAT_UNCOMPRESSED).Marcus Glocker
2008-07-13Do not specify the gateway on RTM_DELETE -- similar fix was done in the arpClaudio Jeker
2008-07-13Spacing.Marcus Glocker
2008-07-13Save format and frame descriptors to a format group structure so weMarcus Glocker
2008-07-13Add some additional hardware revisions from FreeBSD needed forJonathan Gray
2008-07-12reference vmt (openbsd) rather than vmware (xorg)Chris Kuethe
2008-07-12Make the console interrupt driven.Mark Kettenis
2008-07-12Make sure the label is read in rdopen(), this isn't the case if youMiod Vallat
2008-07-12Right now agp_generic_enable() is wrong. It has been since 2006. ItOwain Ainsworth
2008-07-12syncBernd Ahlers
2008-07-12Add another Acer id.Bernd Ahlers
2008-07-12Shave off a few instructions from cpu_switchto().Mark Kettenis
2008-07-12Add a temporary hack to attach only the first thread of every core forMark Kettenis
2008-07-12Add core(4).Mark Kettenis
2008-07-12Perform IOMMU cache flushes on Oberon.Mark Kettenis
2008-07-12Use the proper interrupt target ID on Oberon.Mark Kettenis
2008-07-12Adjust SUN4U_TLB_RESERVED_MASK for updated SUN4U_TLB_PA_MASK.Mark Kettenis
2008-07-12Don't install interrupt handlers for non-exitsing interrupts on CMU-CH.Mark Kettenis
2008-07-12On Fujitsu's SPARC64 CPUs, the data_access_error trap is synchronous, and AFSRMark Kettenis
2008-07-12Add macros to get the appropriate interrupt target ID for non-UPA CPUs andMark Kettenis
2008-07-12Remove obsolete TODO comment.Marcus Glocker
2008-07-12regenBrad Smith
2008-07-12Add the OUI id for JMicron and the ids for the JMP202 FastE PHY andBrad Smith
2008-07-12Add support for the Marvell 88E8016 PHY.Brad Smith
2008-07-11If there is a 100baseT4 connection then fall through so as toBrad Smith
2008-07-11Check the correct BMSR bit in the capabilities field when checkingBrad Smith
2008-07-11Qlogic -> QLogicIgor Sobrado
2008-07-11Fujitsu SPARC64-VI CPU's have two cores that have two threads each. ProvideMark Kettenis
2008-07-11Add timeout_add_{tv,ts,bt,sec,usec,nsec} so that we can add timeoutsBret Lambert
2008-07-11de-__inline a trio of functions to shave some space.Bret Lambert
2008-07-11Don't try to read the "regs" propety; it's pointless.Mark Kettenis
2008-07-11remove an unused function. ok jsg@Kevin Lo
2008-07-11Handle CPUs with a clock speed >= 2 GHz correctly.Mark Kettenis
2008-07-11initialise the state kept between calls to dmamap_load_buffer to 0. thereDavid Gwynne
2008-07-10Handle breaks.Mark Kettenis