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