summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2008-07-10nuke two bogus ARGSUSEDThordur I. Bjornsson
2008-07-10move a common statement out of if/else;Thordur I. Bjornsson
2008-07-10Don't terminate the array of matching product/vendor IDs with { 0, 0 }Marc Balmer
2008-07-10Detect whether com(4) is the console on the m4k.Mark Kettenis
2008-07-10Add support for Fujitsu SPARC64-VI CPUs.Mark Kettenis
2008-07-10Add support for getting the time of day on the m4k.Mark Kettenis
2008-07-10Add a function to get the time of day from the prom on the m4k.Mark Kettenis
2008-07-10check pf NAT source port allocation against net.inet.(tcp|udp).baddynamicDamien Miller
2008-07-10In pf_state_insert(), if the first pf_state_key_attach() fails, theDavid Krause
2008-07-10Make cams with Sonix chipset work by avoiding excessive alternateMarcus Glocker
2008-07-10add X11 ports to default TCP baddynamic listDamien Miller
2008-07-10the DRM_{READ,WRITE}$NUMBER() macros currently useOwain Ainsworth
2008-07-09Fixup AGP_MODE{GET,SET}_RATE() macros. the agp 2.0 spec defines that the lowestOwain Ainsworth
2008-07-09expand the net.inet.(tcp|udp).baddynamic dynamic source portDamien Miller
2008-07-09Remove an XXX comment about using the same pool for mfs and ffs, sinceThordur I. Bjornsson
2008-07-09Simplify the match function a bit by just returning the result fromBrad Smith
2008-07-08this makes the code in sdattach less dense by collapsing the flags we passDavid Gwynne
2008-07-08Remove the IDE_PCI_CLASS_OVERRIDE quirk flag for the Intel AHCI controllersBrad Smith
2008-07-08vmt(4) is a kernel level implementation of the vmware tools.David Gwynne
2008-07-08Update 2300 firmware from 3.01.20 (Dec 19, 2002) to 3.03.19 (NovKenneth R Westerback
2008-07-07Comment correction, actually -> actualBrad Smith
2008-07-07Match on XMITS (which is a PCI-X Schizo variant found on Sun FireMark Kettenis
2008-07-07- Improve negotation and fix some more DPRINTFs.Marcus Glocker
2008-07-07The current drm_locked_task*() code sometimes tries to sleep in anOwain Ainsworth
2008-07-07Extend sbbc(4) to provide a console driver for the v1280.Mark Kettenis
2008-07-07Fix typo in comment.Mark Kettenis
2008-07-07Add an entry to report the bus clock on bernd's atom laptop.Jonathan Gray
2008-07-07Use bus_dmamap_load_mbuf() instead of bus_dmamap_load() whenThordur I. Bjornsson
2008-07-07Shorten the sensor description and reserve room for optional charactersMarc Balmer
2008-07-07Add AGP and hostbridge support for the Intel 82945GME chipset.Bernd Ahlers
2008-07-07syncBernd Ahlers
2008-07-07Add Intel 82945GME Hostbridge and Video.Bernd Ahlers
2008-07-07tweak the alignment of the rx buffers so the headers in the frame areDavid Gwynne
2008-07-06Add the position to the sensor description.Marc Balmer
2008-07-06remove #ifndef nolint gooThordur I. Bjornsson
2008-07-06When the device gets close switch back from alternate interface toMarcus Glocker
2008-07-06Zap redundant prototype for nfsrv_zapsock();Thordur I. Bjornsson
2008-07-06pciide_match() is a bit convoluted, we match anything claimingJonathan Gray
2008-07-06Use UT_{READ|WRITE}_VENDOR_DEVICE instead of self defined values.Marc Balmer
2008-07-06Enable ssm(4) and remove hacks that worked around the fact that we didn'tMark Kettenis
2008-07-06Add ssm(4), a driver for the scalable shared memory device found onMark Kettenis
2008-07-06Bump verson number now that the bootloader works on the v1280.Mark Kettenis
2008-07-06Add sbbc(4), a driver for the BootBus controller on Serengeti and StarCatMark Kettenis
2008-07-06Add missing include such that RAMDISK kernels compile again.Mark Kettenis
2008-07-05Copy OBP breakpoint vector from the PROM trap table into our own trap table.Mark Kettenis
2008-07-05Add function to read %tba.Mark Kettenis