Age | Commit message (Expand) | Author |
2009-03-10 | remove IBSS and HostAP modes since these aren't advertised in ic->ic_caps | Kevin Lo |
2009-03-10 | Add ips_intrds() function to be able to disable interrupts on hardware. | Alexander Yurchenko |
2009-03-10 | Limit registers space size to some reasonable value. | Alexander Yurchenko |
2009-03-09 | Initial stab at a driver for FFB3/XVR-1000. It seems to work fine, but without | Mark Kettenis |
2009-03-09 | Completely rework command processing: | Alexander Yurchenko |
2009-03-09 | Switch mvme88k to timecounters. | Miod Vallat |
2009-03-09 | Clarify comment in namei(): the code commented doesn't check if the | Bret Lambert |
2009-03-09 | Make the DIOCSETIFFLAG, DIOCSETLIMIT, and DIOCSETTIMEOUT ioctls | Ryan Thomas McBride |
2009-03-09 | Do not start printing device info before attachment succeeded. | Stefan Sperling |
2009-03-08 | Fix dmesg output for child devices not configured (e.g. lpt on RAMDISK). | Miod Vallat |
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 |