summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2009-04-12Interrupt support for IOC3 and its subdevices (currently limited to theMiod Vallat
2009-04-12Add code to prevent the MI pci code to cause IOC3 devices to freeze andMiod Vallat
2009-04-12Needs <machine/atomic.h> to compile.Miod Vallat
2009-04-12Get com console global variables from <dev/ic/comvar.h> instead of declaringMiod Vallat
2009-04-12Better constraints on the temporary register in atomic_{set,clear}bits_int.Miod Vallat
2009-04-12need nvram to link; ok miodTheo de Raadt
2009-04-12Move code handling Machine Descriptions out of the cbus(4) driver.Mark Kettenis
2009-04-11Create extents for resource accounting on the root PCI bus and populate themMark Kettenis
2009-04-11There is no support for building multi-socket machines in AMD Family 11hMark Kettenis
2009-04-10Catch up with sparc changes (bcopy fix, struct cpuinfo, etc); still dies earlyMiod Vallat
2009-04-10Don't blindly dereference a NULL pointer when the boot device is not known.Miod Vallat
2009-04-10Use soft interrupts to dispatch pcmcia device interrupts; this ensures theMiod Vallat
2009-04-10generic soft interrupts support for sparc. Soft interrupt handlers are nowMiod Vallat
2009-04-10When deciding whether a sti@pci board is the console, compare all valid BARMiod Vallat
2009-04-10fix typos introducedTheo de Raadt
2009-04-09in bus_dmamap_load_raw, only map the requested number of bytes into theDavid Gwynne
2009-04-09unrevert marco's revert of my bus_dmamap_load_raw change now that i foundDavid Gwynne
2009-04-08Cleanup arm soft interrupt handling; remove the unused IPL_SERIAL and renameMark Kettenis
2009-04-08Rever _raw change from dlg because it breaks iwn.Marco Peereboom
2009-04-07Eliminate useless loop over partitions and ignore zero lengthKenneth R Westerback
2009-04-06Remove the only (commented) instance of UVM_PAGE_INLINE from the treeOwain Ainsworth
2009-04-05In the rare case where after we've loaded the iomap into the hardware,Owain Ainsworth
2009-04-04Bump the size of the array that we use to store bootpath components. Makes theMark Kettenis
2009-04-04Remove an unused function inherited from NetBSD that deals with a brokenMark Kettenis
2009-04-04Remove unused #include.Mark Kettenis
2009-04-04make bus_dmamap_load_raw respect the constraints of the dmamap we'reDavid Gwynne
2009-04-04make bus_dmamap_load_raw respect teh constraints of the dmamap we'reDavid Gwynne
2009-04-04Cleanup debug printfs.Mark Kettenis
2009-04-04Cleanup debug printf.Mark Kettenis
2009-03-31bzero pci attach argsMark Kettenis
2009-03-31bzero pci attach argsMark Kettenis
2009-03-31- remove obsolete commentArtur Grabowski
2009-03-30bzero pci attach argsMark Kettenis
2009-03-30bzero pci attach argsMark Kettenis
2009-03-30bzero pci attach argsMark Kettenis
2009-03-30make the code look the same; ok kettenisTheo de Raadt
2009-03-30don't use pmapflags unitialized. Fixes envy(4) consuming 80% CPUAlexandre Ratchov
2009-03-30Remove the direct uncached map. All its users have been removed.Owain Ainsworth
2009-03-30bzero pci attach argsMark Kettenis
2009-03-30bzero pci attach argsMark Kettenis
2009-03-30bzero pci attach argsMark Kettenis
2009-03-30bzero pci attach argsMark Kettenis
2009-03-29bzero pci attach argsMark Kettenis
2009-03-29bzero pci attach argsMark Kettenis
2009-03-29Enable ahc(4).Mark Kettenis
2009-03-29make various strings ("can't map mem space" and similar) more consistentStuart Henderson
2009-03-29When trying to get the console font metrics and window position, we canMiod Vallat
2009-03-27When clearing soft interrupts on sun4m, be sure to force the bit clear toMiod Vallat
2009-03-27convert iopiic lockmgr to rwlock.Owain Ainsworth
2009-03-27convert arm apm lock to rwlock.Owain Ainsworth