Age | Commit message (Expand) | Author |
2009-03-08 | g/c now unused extern declaration for avail_end | Martin Reindl |
2009-03-08 | Move more z8536 defines from MVME188 specific code to the MI header and use it. | Miod Vallat |
2009-03-08 | If a session leader exists s_leader is set to NULL, so don't dereference it | Mark Kettenis |
2009-03-08 | Add support for Geyser2 devices from NetBSD and fix some Geyser1 devices that | Robert Nagy |
2009-03-07 | No need to spam log with 'unable to alloc CCB' messages now that | Kenneth R Westerback |
2009-03-07 | Make sure the scsi_xfer timeout is set up before the command may complete; | Miod Vallat |
2009-03-07 | When allocating memory in bus_dmamem_alloc() with uvm_pglistalloc(), do not | Miod Vallat |
2009-03-07 | No need to register a soft interrupt for softclock, it's done in MI code. | Miod Vallat |
2009-03-07 | regen | Jonathan Gray |
2009-03-07 | Mobility Radeon HD 3400 from Eric JACQUOT and some | Jonathan Gray |
2009-03-07 | Misc cleanups, remove dead code | Jordan Hargrave |
2009-03-07 | Make sure pd2 has a pointer to the icmp header in the payload; fixes | Ryan Thomas McBride |
2009-03-06 | Fix setting of the Short Slot Time subfield of the Capability Information | Damien Bergamini |
2009-03-06 | Bring a few more PCI IDs from freebsd to match IBM ServeRAID 8i and 8s. | Alexander Yurchenko |
2009-03-06 | Add a few more cpu types from freebsd driver found on serveraid-8k board. | Alexander Yurchenko |
2009-03-06 | Bring NO_CCB to mpi. | Kenneth R Westerback |
2009-03-05 | Demacro the inteldrm ring macros too, making them use bus_space_write | Owain Ainsworth |
2009-03-05 | De-macro the ring manipulation macros in favour of functions. Saves a | Owain Ainsworth |
2009-03-05 | Additional paranoia for the indirect buffer checking. | Owain Ainsworth |
2009-03-05 | Do a similar thing to inteldrm re removing the old vblank crtc | Owain Ainsworth |
2009-03-05 | Kill a bunch of (long long long) dead ioctls. | Owain Ainsworth |
2009-03-05 | Remove the stats_boxes counters and associated code from radeondrm. | Owain Ainsworth |
2009-03-05 | Change SMP secondary processor startup to have them ``hatch'' earlier, | Miod Vallat |
2009-03-05 | Add support for IBM ServeRAID-8k. Thanks to Sergey Prysiazhnyi | Alexander Yurchenko |
2009-03-05 | Bump bus space size limit to fit all possible registers of the roket | Alexander Yurchenko |
2009-03-05 | Make ELF platforms generate ELF core dumps. Somewhat based on code from | Mark Kettenis |
2009-03-05 | Fix a panic in ether_output() when attempting to send multicast traffic on | Michele Marchetto |
2009-03-05 | Rip out old fieldio code (no longer used) | Jordan Hargrave |
2009-03-05 | New ACPI fieldio routines | Jordan Hargrave |
2009-03-05 | Stricter state checking for ICMP and ICMPv6 packets: include the ICMP type | Ryan Thomas McBride |
2009-03-04 | Clean up the ipi code a bit and try to provide useful comments as well. | Miod Vallat |
2009-03-04 | Since 88110 processors can not flush individual TLB entries, instead of | Miod Vallat |
2009-03-04 | Introduce atomic_clear_int() as an MD atomic operation to perform atomic | Miod Vallat |
2009-03-04 | When handling clock interrupts, check the overflow counter to know how many | Miod Vallat |
2009-03-04 | don't bus_space_unmap() sc->mt_ioh with the wrong bus tag | Alexandre Ratchov |
2009-03-04 | Fix stupid logic bug in rw_cas_m88k(), makes NFS much happier on SMP kernels. | Miod Vallat |
2009-03-03 | put back r1.25 (poisoning chain pointers after removing items from the | Miod Vallat |
2009-03-03 | Make sure the scsi_xfer timeout is triggered while the command is still alive. | Miod Vallat |
2009-03-03 | shorten sizes of variables to the required number of bits, and remove | Theo de Raadt |
2009-03-03 | attempt support for a single-port variant of the NetMos NM9835 by looking | Theo de Raadt |
2009-03-03 | regen | Alexander Yurchenko |
2009-03-03 | Add IBM Remote Supervisor Adapter found on lpinto's machine. | Alexander Yurchenko |
2009-03-03 | regen | Kevin Lo |
2009-03-03 | more RealTek RTL8187 based devices | Kevin Lo |
2009-03-02 | the packet length passed to m_clget is a u_int, print it with %u not %d in | David Gwynne |
2009-03-02 | Make sure rt_gateway is not NULL in rt_mpath_matchgate(). It is possible to | Claudio Jeker |
2009-03-02 | Fixup empty macro. Original comment from harti at freebsd.org: | Mike Belopuhov |
2009-03-02 | Send valid ERROR packets to prematurely terminate a transfer. | Kenneth R Westerback |
2009-03-01 | Switch more info printfs to debug. The average user doesn't want to see | Owain Ainsworth |
2009-03-01 | Support for MVME141 boards. Tested with both VME and VSB memory boards | Miod Vallat |