summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2007-07-01Add gentbi(4).Mark Kettenis
2007-07-01Correctly count interrupts for devices that share interrupts.Mark Kettenis
2007-07-01Reset PDC devices before enabling iova space if we're not on a serial console.Mark Kettenis
2007-07-01Oops! Revert previous commit.Mark Kettenis
2007-07-01Add PDC_IO.Mark Kettenis
2007-07-01Add a few more registers.Mark Kettenis
2007-06-30Bump number of supported interrupt routing entries.Mark Kettenis
2007-06-29sick of extra static messing up tracebacks; ok miodTheo de Raadt
2007-06-27wt(4) was removed a while ago, so don't support booting off it anoymore.Michael Knudsen
2007-06-27According to Intel errata:Artur Grabowski
2007-06-26Switch associated pciide(4) into native mode, and route its interruptMark Kettenis
2007-06-26Provide a default case so that we don't end up trying to dereferenceTom Cosgrove
2007-06-25"of of" is wrong - it should be "off of" - but "from" is even nicerTom Cosgrove
2007-06-24Crank initial storage for extents a bit. We really should allocate extentsMark Kettenis
2007-06-24Fix xd and xy disklabel handling.Miod Vallat
2007-06-24Attach as console when appropriate.Mark Kettenis
2007-06-24When bootfile was made global so that macppc could modify it, itTom Cosgrove
2007-06-24rework sensor tasks to use the kernels generic workq rather than a specialDavid Gwynne
2007-06-23Enable workaround for decrementer exception problem.Dale Rahn
2007-06-23net80211 growth means vr(4) goes away for nowTheo de Raadt
2007-06-22PCI malo(4) worksMartin Reindl
2007-06-21Brace got lost in rev 1.51.Miod Vallat
2007-06-21Enable memory above 256MB again now that bus_dma has been fixed.Miod Vallat
2007-06-21Extent sgi bus_dma to cope with different views of memory: non-contiguousMiod Vallat
2007-06-21Fix microtime to not lose clocik ticks, gives us among other things, realMiod Vallat
2007-06-21Simple optimizations:Miod Vallat
2007-06-21Attach interrupt counters to intc interrupt sources too, so that clockMiod Vallat
2007-06-20Do not hardcode imask[] size when intializing it.Miod Vallat
2007-06-20These drivers were abusing b_cylinder to store device-specific informationMiod Vallat
2007-06-20alpha kernel have wsmux but not the actual devices; PR #5469 from janjaapMiod Vallat
2007-06-20Add file such that a kernel with lpt at ssio actually compiles.Mark Kettenis
2007-06-20b_cylinder does not need to be set on the callpath down into drivers.Theo de Raadt
2007-06-20b_cylinder does not need to be set on the callpath down into drivers.Theo de Raadt
2007-06-20lpt at ssioMark Kettenis
2007-06-20In vunmapbuf(), explicitely remove mappings before invoking uvm_km_free().Miod Vallat
2007-06-20Protect pool operations with splvm.Miod Vallat
2007-06-20Make sure IPL_CLOCK blocks device interrupts.Miod Vallat
2007-06-19com at ssioMark Kettenis
2007-06-19Add ssio(4), a driver for the castrated National Semiconductor PC87560Mark Kettenis
2007-06-19Empty another cpu_disklabel. In this case read in the bootKenneth R Westerback
2007-06-19Mark PDE entries with PG_U and PG_M. We never need that information from theArtur Grabowski
2007-06-18Lookup interrupt routing info based on elroy(4) bus number.Mark Kettenis
2007-06-18Calculate the disklabel checksum *after* filling in all the fields inKenneth R Westerback
2007-06-18this is the sgi disklabel, mips64 is not the sameTheo de Raadt
2007-06-18this is the sgi disksubr, not some mythical "all mips64 architectures can use...Theo de Raadt
2007-06-18Don't use cpu_disklabel as local storage. Use local variables and discardKenneth R Westerback
2007-06-18Don't use cpu_disklabel as local storage. Use local variables and discardKenneth R Westerback
2007-06-18Use a shorter form to load XKPHYS constants in .S code, shaves a few textMiod Vallat
2007-06-18Disable instruction reordering around cpl assignments.Miod Vallat
2007-06-18delete comment above cpu_disklabel that is not neededTheo de Raadt