Age | Commit message (Expand) | Author |
2013-01-29 | the bus_space api implies that there's a bus endianness that it will | David Gwynne |
2013-01-29 | big pullup of bge to support the 5718 family of chips including the | David Gwynne |
2013-01-28 | Make ulpt(4) upload firmware into HP LaserJet printers which require firmware. | Stefan Sperling |
2013-01-28 | regen | Stefan Sperling |
2013-01-28 | Add USB device IDs for HP LaserJet printers which require firmware. | Stefan Sperling |
2013-01-28 | Add TX interrupt mitigation for vr(4) chips, loosely based on FreeBSD, | Darren Tucker |
2013-01-27 | Bump MAXTSIZ to 128 MB, some binaries are quite large. | Federico G. Schwindt |
2013-01-27 | Correct the PBA size used for PCH adapters (26KB). | Brad Smith |
2013-01-26 | Make sure new processes get a clean FPU configuration upon startup, by | Miod Vallat |
2013-01-25 | Add _KERNEL guard to hide dprintf macro from userland. | Brad Smith |
2013-01-25 | Updates for beagle/panda work. OK patrick@ and miod@ | Brandon Mercer |
2013-01-25 | the event type is a 16bit value, not 32bit. use htole16 instead of htole32. | David Gwynne |
2013-01-25 | we go to a lot of effort to post the first tx descriptor last, but we | David Gwynne |
2013-01-25 | the myx_dmamem struct doesnt need a name. | David Gwynne |
2013-01-23 | ARMv7 doesn't support the atomic SWP instruction anymore. Use the atomic | Patrick Wildt |
2013-01-23 | Add instruction fault register functions, which will be needed for further | Patrick Wildt |
2013-01-23 | Change interface and span interface lists from LIST to TAILQ. | Camiel Dobbelaar |
2013-01-22 | pull the guts of bus_space_barrier into the inline function in the header. | David Gwynne |
2013-01-21 | Stop hiding when this is failing - make this as obvious as it is | Bob Beck |
2013-01-21 | Only the mpcpcibus driver is actually using these structures so merge them | Martin Pieuchot |
2013-01-21 | Remove old functions to access MPC106 registers. Only one of them was used | Martin Pieuchot |
2013-01-21 | No need to include pcibrvar.h | Martin Pieuchot |
2013-01-21 | Remove unused variable, leftover from rev 1.36. | Martin Pieuchot |
2013-01-21 | Split AHCI in order to support devices which are not attached via pci. | Patrick Wildt |
2013-01-21 | myx does reads and writes in one direction to packet buffers. lets try | David Gwynne |
2013-01-20 | Make pf TCP sequence number tracking less strict by one octet for | Alexander Bluhm |
2013-01-20 | Add viomb(4). | Brad Smith |
2013-01-18 | Convert softraid crypto to the new ccb and workunit completion functions. | Joel Sing |
2013-01-18 | The workunit completion needs to run at IPL_BIO, at least for now. | Joel Sing |
2013-01-18 | fix bogus dependencies, and allow mkdep to run | Marc Espie |
2013-01-18 | Relax the restriction on sending frames to trunk(4) members to allow BPF writes. | Stuart Henderson |
2013-01-18 | Convert softraid RAID 0 to new workunit completion functions | Joel Sing |
2013-01-18 | Fix the makefile so it works on other architectures. | Joel Sing |
2013-01-18 | Convert softraid concat to new workunit completion functions. | Joel Sing |
2013-01-18 | oops. this kassert should have gone with the B_NOTMAPPED commit | Bob Beck |
2013-01-18 | Tweak workunit completion. | Joel Sing |
2013-01-18 | Implement common workunit completion functions and handle the completion | Joel Sing |
2013-01-18 | Give buf_acquire_unmapped and B_NOTMAPPED a viking funeral as they should | Bob Beck |
2013-01-18 | Clean up and rework workunit completion for RAID 0. Ensure that we remove | Joel Sing |
2013-01-18 | acpi: add acpiec_lock and acpi_unlock routines. | Paul Irofti |
2013-01-18 | Convert RAID1 to new ccb functions. | Joel Sing |
2013-01-18 | data transfers suit STREAMING dma maps. | David Gwynne |
2013-01-18 | Constrain the amount of kernel memory used by NTFS. Keep a small cache of | Joel Sing |
2013-01-18 | Generate assym.h where we need it, instead of reaching around into other | Joel Sing |
2013-01-18 | acpi: Add global lock enter and leave routines. | Paul Irofti |
2013-01-18 | Clean up/standardise makefiles for i386/stand. | Joel Sing |
2013-01-18 | Clean up and rework workunit completion for concat. Ensure that we remove | Joel Sing |
2013-01-18 | twist the amd64 bus_space implementation a bit. instead of using the tag | David Gwynne |
2013-01-18 | Reset I/O counters when releasing ccbs. | Joel Sing |
2013-01-18 | Update the ARM CPU ID information. The IDs aren't vendor/product | Patrick Wildt |