summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2008-01-20regenMarcus Glocker
2008-01-20Add one more device which could work. Fix comment typo in usbdevs whileMarcus Glocker
2008-01-19Add initial scaffold for RAID 0. No IO just yet.Marco Peereboom
2008-01-19Fix add_net_randomness() not being called because the wrongMarco Pfatschbacher
2008-01-19Simplify CLKF_INTR by making it look at the saved interrupt level,Mark Kettenis
2008-01-19When I say commented out, I should comment it out before comitting.Mark Kettenis
2008-01-19Add commented out entry for environ(4).Mark Kettenis
2008-01-19Remove printf that doesn't make sense.Marco Peereboom
2008-01-19Activate upgt(4) for macppc. Tested for a while on my PowerBook.Marcus Glocker
2008-01-19Make host bridges provide their own implementation of pci_conf_read() andMark Kettenis
2008-01-19Make the device work again on big endian archs (after firmware upgrade).Marcus Glocker
2008-01-18Print consoleness the canonical way.Mark Kettenis
2008-01-18Add LED support.Marcus Glocker
2008-01-18Add environ(4).Mark Kettenis
2008-01-18First attempt to write a driver for the environment device found onMark Kettenis
2008-01-17Print names we get from the prom within double quotes.Mark Kettenis
2008-01-17Remove some #if;ed out code.Mark Kettenis
2008-01-17Fix RX queue stalling by regulary reading the device statistics (with aMarcus Glocker
2008-01-17Set if_baudrate with IF_Gbps(10);Thordur I. Bjornsson
2008-01-17casts so this compiles on i386.Thordur I. Bjornsson
2008-01-17In ether_input() scheduling the soft interrupt and queueing theAlexander Bluhm
2008-01-17Add splnet around mii_tick() in sk_yukon_tick().Brad Smith
2008-01-17Notify us of NOTE_LINK on mkdir(2) as well.Federico G. Schwindt
2008-01-17Replace firmware version 2.5.8.0 with 2.13.1.0. Firmware API slightlyMarcus Glocker
2008-01-16Simplify spilling register windows into the pcb by storing the stack pointerMark Kettenis
2008-01-16Set the baudrate with IF_Gbps(10); and remove anThordur I. Bjornsson
2008-01-16Dont use PR_LIMITFAIL with PR_WAITOK when M_WAIT is passed withThordur I. Bjornsson
2008-01-16- Store the hw revision into a new softc field in re_attach() and referenceBrad Smith
2008-01-16- Remove a unwanted slash from a error message printfBrad Smith
2008-01-15Work around an intel BIOS bug where it locates the ACPI tables inTobias Weingartner
2008-01-15Revert r1.15 and flush pages (if cached) in pmap_remove_pv on every invocation,Miod Vallat
2008-01-15Make sabtty(4) adopt the speed configured in OpenFirmware when it is theMark Kettenis
2008-01-15Move some definitions from mpconfig.h to mpbiosreg.h (where they are on i396).Mark Kettenis
2008-01-15Enable umbg(4).Marc Balmer
2008-01-15bring in lots of ac97(4) and auvia(4) updates from NetBSDJacob Meuser
2008-01-14Remove extra whitespace after comment; makes file identical to i386 versionMark Kettenis
2008-01-14Enable umbg(4) on the Zaurus.Marc Balmer
2008-01-14Fix max disk size: whe have 48 bits for size in 512 bytes units.Otto Moerbeek
2008-01-14Zap two usless printfs.Thordur I. Bjornsson
2008-01-14return earlier if the device index is negativeJacob Meuser
2008-01-14protect against an invalid device index possibly leading to kernelJacob Meuser
2008-01-13Kill <machine/mp.h>.Mark Kettenis
2008-01-13Check for a negative devinfo index, which could get here throughDeanna Phillips
2008-01-13Return pcbmap() errors from deget() rather than ignoring them. EIO atKenneth R Westerback
2008-01-13Replace STABS debug info (which causes problems with truncated relocations)Mark Kettenis
2008-01-13Don't reserve space for msgbuf and bootargs in pmap_bootstrap(), since weMark Kettenis
2008-01-13Add a machdep.cputype sysctl, which returns the processor type (0 for 88100,Miod Vallat
2008-01-13Remove unused cpumod variable.Miod Vallat
2008-01-13Fix build with DEBUG defined.Mike Belopuhov
2008-01-12Kill all timeouts and undo carp demotion on pfsync_clone_destroy.Marco Pfatschbacher