summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2008-01-12Don't steal a register window in ipi_save_fpstate; it could have badMark Kettenis
2008-01-12Make comconsrate initialized to TTYDEF_SPEED at compile-time, for portsMiod Vallat
2008-01-11Fall back on using SERDES if MDI0/MDI1 bits aren't set too. Fix PCS handling.Mark Kettenis
2008-01-11regenJonathan Gray
2008-01-11Turns out the id I thought was both CX700/VX700 IDE was only for VX700,Jonathan Gray
2008-01-11regenJonathan Gray
2008-01-11Some additional Intel devices from submitted dmesgs.Jonathan Gray
2008-01-11regenBrad Smith
2008-01-11Add the Broadcom 10Gb controller PCI id, BCM57710.Brad Smith
2008-01-10instead of showing { love }, fix the macro do use the do { ... } while (0) co...Theo de Raadt
2008-01-10Fix {}Marco Peereboom
2008-01-10Fix spelloMarco Peereboom
2008-01-10regenThordur I. Bjornsson