summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2009-03-03put back r1.25 (poisoning chain pointers after removing items from theMiod Vallat
2009-03-03Make sure the scsi_xfer timeout is triggered while the command is still alive.Miod Vallat
2009-03-03shorten sizes of variables to the required number of bits, and removeTheo de Raadt
2009-03-03attempt support for a single-port variant of the NetMos NM9835 by lookingTheo de Raadt
2009-03-03regenAlexander Yurchenko
2009-03-03Add IBM Remote Supervisor Adapter found on lpinto's machine.Alexander Yurchenko
2009-03-03regenKevin Lo
2009-03-03more RealTek RTL8187 based devicesKevin Lo
2009-03-02the packet length passed to m_clget is a u_int, print it with %u not %d inDavid Gwynne
2009-03-02Make sure rt_gateway is not NULL in rt_mpath_matchgate(). It is possible toClaudio Jeker
2009-03-02Fixup empty macro. Original comment from harti at freebsd.org:Mike Belopuhov
2009-03-02Send valid ERROR packets to prematurely terminate a transfer.Kenneth R Westerback
2009-03-01Switch more info printfs to debug. The average user doesn't want to seeOwain Ainsworth
2009-03-01Support for MVME141 boards. Tested with both VME and VSB memory boardsMiod Vallat
2009-03-01Tweak pccspeed() to not report 33MHz boards as 50MHz (until better code isMiod Vallat
2009-03-01Replace a few magic constants with proper #defines as pointed out by miod@.Mark Kettenis
2009-03-01Support for MVME165 board - code written in april 2006, eventually debuggedMiod Vallat
2009-03-01Fix bus_space_map() on intio space, it is not mapped 1:1...Miod Vallat
2009-03-01Clean up match routines vs board id; this should give 166, 172 and 176 aMiod Vallat
2009-03-01Enable raptor(4) here too. Pointed out by deraadt@ and miod@.Mark Kettenis
2009-03-01Enable raptor(4).Mark Kettenis
2009-03-01Finish colormap support; makes Xorg wsfb driver work.Mark Kettenis
2009-03-01Some initial colormap support.Mark Kettenis
2009-03-01Time to turn off debug by default. It shrinks ramdisk as a bonus.Alexander Yurchenko
2009-03-01Add sensors support.Alexander Yurchenko
2009-03-01An accelerated framebuffer driver for the Tech Source Raptor GFX cards builtMark Kettenis
2009-03-01Make more IPI synchronous. Performance slightly down, stability slightly up.Miod Vallat
2009-03-01Files forgotten during last commit:Miod Vallat
2009-03-01- add missing letoh32Alexander Yurchenko
2009-03-01rework serialisation of messages slightly.David Gwynne
2009-03-01check pfsyncs IFF_RUNNING flag before doing stuff. should save time forDavid Gwynne
2009-03-01Don't let an mmio area replace the frame buffer if they are the same size.Mark Kettenis
2009-03-01i can't see a reason that we'd need to go to splnet to call ip_output.David Gwynne
2009-03-01move to 4.5-currentTheo de Raadt
2009-02-27Do not check the link state when installing a route. This bit was missing inClaudio Jeker
2009-02-27fix quick reuse of tcp states.Henning Brauer
2009-02-27fix mbuf problems and simplify code, well spotted and input byJoerg Goltermann
2009-02-270x3 is not really a good number for bit flags. Should fix the LogitechMarcus Glocker
2009-02-27Rework nmi handling to handle ``complex'' NMI faster, and return as fast asMiod Vallat
2009-02-27Be a bin more paranoid in m88410_inval() in the operation complete check.Miod Vallat
2009-02-27set interrupt moderation timer for tx; otherwise interrupt always for txKevin Lo
2009-02-26If acx_attach() fails, print the reason why it is failing.Stefan Sperling
2009-02-26Fix PR6089, "panic in acx_detach upon card eject".Stefan Sperling
2009-02-26fix tree break with two missing charsTodd T. Fries
2009-02-26declare builds from around here to be 4.5 instead of 4.5-beta, though itTheo de Raadt
2009-02-26Add a two new ioctls to the apm(4) interface.Owain Ainsworth
2009-02-26bulk updates are sent from a timeout which walks over the state tree andDavid Gwynne
2009-02-26fix the multicast code; tested by sthen@Kevin Lo
2009-02-25Fix up multicast support, from brad.Jonathan Gray
2009-02-25On full mask revision 2 or later default toJonathan Gray