summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2009-08-23Missed 'const' change in definition of i80321_intr_establish().Kenneth R Westerback
2009-08-22Constify the what/name parameter of pci_intr_establish().Michael Knudsen
2009-08-19<machine/macros.h> would provide inline version of a few of the functionsMiod Vallat
2009-08-19- missing \nJasper Lievisse Adriaanse
2009-08-18Disable address translation. Necessary on the RB600 where the firmware startsMark Kettenis
2009-08-18Blind partial support for IOC4 chip, found on IO8 and IO9 base I/O boards onMiod Vallat
2009-08-18Replace a few hardcoded numbers from the interrupt register with properMiod Vallat
2009-08-18Blind support for SGI PIC PCI-X controller found on Origin 350 and TezroMiod Vallat
2009-08-18On dual interrupt IOC3 designs, disestablish the ethernet interrupt if noMiod Vallat
2009-08-17fix readdpmelabel() declaration since the definition was changedDariusz Swiderski
2009-08-17Use ANSI function declarations. No binary change.Joel Sing
2009-08-17By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
2009-08-16Update to cope with new readdisklabel() return value.Miod Vallat
2009-08-15use static for inline so we get the desired behaviour with compilersJonathan Gray
2009-08-14enable lisa(4); tested by Marco Knol; ok deraadtConstantine A. Murenin
2009-08-13repair vscsi lineTheo de Raadt
2009-08-13toby do you even care enough to try to do right?Theo de Raadt
2009-08-13typoMiod Vallat
2009-08-13rewrite the promisc mode / multicast handling code for the sparc hme(4)Peter Hessler
2009-08-13In pmap_pte_flush flush the icache before the dcache, as is done elsewhere.Theo de Raadt
2009-08-13Cleanup differences between i386 and amd64.Mark Kettenis
2009-08-13Replace the error strings that were being passed around with much simplerTheo de Raadt
2009-08-13Replace the error strings that were being passed around with much simplerTheo de Raadt
2009-08-13- remove the ef(4) chunk, it's unused now and the ioc ethernet driverJasper Lievisse Adriaanse
2009-08-13i forgot a commentDavid Gwynne
2009-08-13wire vscsi up to a cdevDavid Gwynne
2009-08-13Start using a linking script for this kernel. ThisTobias Weingartner
2009-08-13A new(er) mtx_enter_try().Tobias Weingartner
2009-08-13Make the i386 APIC code closer to the amd64 version. Many whitespace fixes,Mark Kettenis
2009-08-13- set DV_IFNET, instead of DV_NULLJasper Lievisse Adriaanse
2009-08-12Non-equivalent writable aliases (aka illegal aliases) are bad. Since PA-RISCMark Kettenis
2009-08-12Apple is hopelessly inconsistent with their firmware, so some machines haveMark Kettenis
2009-08-12Add support for the "Slots Power" sensor on the PowerMac9,1.Mark Kettenis
2009-08-11Do not bother initializing bufpages in the md code if the computation isMiod Vallat
2009-08-11With the SysV memory allocation changes, allocsys() doesn't do anythingMiod Vallat
2009-08-11The PowerMac9,1 has 4 sensors on its smu(4), so increase the maximum number.Mark Kettenis
2009-08-11uvm_scheduler() sounds important, but ``while(1) tsleep()'' is kinda lameBret Lambert
2009-08-11fix some stupidity in x86 bus_space_map.Owain Ainsworth
2009-08-11Recent alignment fixes seem to make bwi(4) work at leastKenneth R Westerback
2009-08-10The shutdown hook is no longer required now that we shutdown all interfacesJoel Sing
2009-08-10use splhigh instead of splclock to block in the i386_ipiTheo de Raadt
2009-08-10right now, we only increment ci_idepth in struct cpuinfo whenOwain Ainsworth
2009-08-10gpio for amd64.Jonathan Gray
2009-08-09Introduce option DDB_STRUCT. Kernels compiled with this option (except onMiod Vallat
2009-08-09No need to clean genassym{.,o} during `make clean', genassym.sh does thisMiod Vallat
2009-08-09Another lost bit for SysV message queues.Bret Lambert
2009-08-09Add a dummy <machine/conf.h> so that MI code can rely upon its existence.Miod Vallat
2009-08-09Forgot to commit this bit for the SysV message queue cleanup.Bret Lambert
2009-08-09No options TIMEZONE and DST in GENERIC kernels.Miod Vallat
2009-08-09Unconditionally enable checks for writable non-uequivalent mappings. They'reMark Kettenis