Age | Commit message (Expand) | Author |
2007-05-26 | one extern seems to be better than 20 for ifqmaxlen; ok krw | Jason Wright |
2007-05-26 | Use M_TEMP, not M_DEVBUF for temporary memory | Uwe Stuehler |
2007-05-26 | Add re(4). From brad at comstyle dot com. | Mark Kettenis |
2007-05-26 | separate the attach information from the status information with a colon. | Reyk Floeter |
2007-05-26 | tyops | Miod Vallat |
2007-05-26 | If booted from ADPT,2940U2B, root is on scsi. | Dale Rahn |
2007-05-26 | Oops reintroduce check for SR_MAGIC to ensure that we care about metadata; | Marco Peereboom |
2007-05-26 | Assemble disks at boot time. This is not complete yet since it does not | Marco Peereboom |
2007-05-26 | De-common a few variables by moving the definition into a .c file. | Claudio Jeker |
2007-05-26 | Tune command interface. | Marcus Glocker |
2007-05-26 | cleanup | Reyk Floeter |
2007-05-26 | increase the delay to wait for the firmware to become ready, the card needs | Reyk Floeter |
2007-05-26 | update some registers and the tx descriptor layout to match the latest | Reyk Floeter |
2007-05-26 | regen | Claudio Jeker |
2007-05-26 | Add Chelsio 10Gb Ethernet card product IDs. OK reyk@ | Claudio Jeker |
2007-05-26 | More comment typos from Diego Casati. Including winners like funtion, allmost, | Kenneth R Westerback |
2007-05-25 | Make FW commands save in the way that requests/responses must be done | Marcus Glocker |
2007-05-25 | "interupt" -> "interrupt" in various comments. Mostly from Diego Casati. | Kenneth R Westerback |
2007-05-25 | Edge cases can trigger a TLB miss exception instead of an invalid TLB | Miod Vallat |
2007-05-25 | Define rw_cas. Trivially simple on amd64 with atomic_cas_ul. | Artur Grabowski |
2007-05-25 | Unifdef TLB_TRACE and TLBTRACE, no functional change. | Miod Vallat |
2007-05-25 | "boundries" -> "boundaries" in various comments. Started by Diego Casati. | Kenneth R Westerback |
2007-05-25 | Bump firmware package version; Better naming of the malo firmware files. | Marcus Glocker |
2007-05-25 | 'Proto type' -> 'Prototype' when discussing functions in comments. | Kenneth R Westerback |
2007-05-25 | Comment typos and tidying. From Diego Casati. | Kenneth R Westerback |
2007-05-25 | Change the old slow and complicated TLB shootdown code to new, fast and | Artur Grabowski |
2007-05-25 | Replace the overdesigned and overcomplicated tlb shootdown code with | Artur Grabowski |
2007-05-25 | rename cpu_dumpconf() to dumpconf(); no need to be different from other archi... | Theo de Raadt |
2007-05-25 | ANSI-fication, minor KNF. No code change. My plane had power outlets | Kenneth R Westerback |
2007-05-25 | Initial driver stub for the Marvell 88W8385 PCMCIA (CF) device. | Marcus Glocker |
2007-05-25 | add support for W83627DHG; ok kettenis | Constantine A. Murenin |
2007-05-25 | fix a typo in RFACT of 3.3Vcc of w83627ehf; ok kettenis | Constantine A. Murenin |
2007-05-24 | create separate function to validate metadata. | Marco Peereboom |
2007-05-23 | Add code to spin up secondary cpu's; still work in progress. | Mark Kettenis |
2007-05-23 | Remove all vnode dependencies so that we can bootstrap softraid volumes. | Marco Peereboom |
2007-05-23 | Print real/available memory in MB as well as bytes in dmesg, and unify | Peter Valchev |
2007-05-23 | Add hack to prevent switching to serial console on four-digit B/C/J class | Mark Kettenis |
2007-05-23 | Enable elroy(4). | Mark Kettenis |
2007-05-23 | Add proper bus_space_vaddr() implementation. | Mark Kettenis |
2007-05-23 | timecounter support (e.g. soekris net4501); ok grange@ | Markus Friedl |
2007-05-23 | use the intr pool when allocating from interrupt context; | Markus Friedl |
2007-05-23 | instead of trying to keep up w/ changing url, simply document | Jason McIntyre |
2007-05-23 | %z in printf(9) is not the same as %z in printf(3). Change to %lu | Ray Lai |
2007-05-22 | Add the BCM5709 PCI device Id. It is disabled for now since we do not | Reyk Floeter |
2007-05-22 | sync | Reyk Floeter |
2007-05-22 | Add another bnx(4) PCI Id (BCM5709 SerDes 1000base-SX) | Reyk Floeter |
2007-05-22 | Add pciide(4) and things that attach to it. | Mark Kettenis |
2007-05-22 | Add elory(4). | Mark Kettenis |
2007-05-22 | Add option HP8700_CPU. | Mark Kettenis |
2007-05-22 | Hook up astro(4). | Mark Kettenis |