summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2009-08-25Add missing $OpenBSD$ tag.Mark Kettenis
2009-08-25Initialize flattened device tree support if a tree was passed by the firmware.Mark Kettenis
2009-08-25Save the (potential) address of the flattened device tree. Make sure we don'tMark Kettenis
2009-08-25Set up bus tag for mmio. Create extents corresponding to the bus tags andMark Kettenis
2009-08-25In bmac_init(), invoke bmac_transmit_packet() with the correct packet sizeMiod Vallat
2009-08-25Legacy-free PC hardware do not have a real PS/2 keyboard controller, butMiod Vallat
2009-08-25iha(4) works on amd64; tested by downsjTheo de Raadt
2009-08-25Add parser for 'Flattened Device Tree' which was introduced inDariusz Swiderski
2009-08-24On O2, the bootpath may omit the pci(0) component and start with scsi(); inMiod Vallat
2009-08-24Add definitions for 4 additionl BAT registers, found on some newer PowerPCDariusz Swiderski
2009-08-24Specify proper size for device softc.Mark Kettenis
2009-08-24Glue to deal with the retarded way the CF slots are wired up on the RB600.Mark Kettenis
2009-08-24Add missing ehci dependency.Mark Kettenis
2009-08-24- fix format strings for values that are daddr64_tJasper Lievisse Adriaanse
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