summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2008-03-22Add support for DIOCRLDINFO, DIOCGPDINFO, DIOCGPART to the fdKenneth R Westerback
2008-03-22Reintroduce the cputyp variable, and use it to distinguish between sun4u andMark Kettenis
2008-03-22- remove pre-uvm prototype of pmap_page_index()Jasper Lievisse Adriaanse
2008-03-22Nuke some unused magic.Tobias Weingartner
2008-03-22Simplify cpu_switchto() such that it doesn't need to know the number ofMark Kettenis
2008-03-22Remove TRAPS_USE_IG code.Mark Kettenis
2008-03-22Quick comment fixups.Tobias Weingartner
2008-03-22Split out the code that sets the TSB registers and call it fromMark Kettenis
2008-03-22Use ASI_BLK_P instead of ASI_BLK_COMMIT_P when saving floating pointMark Kettenis
2008-03-22Switch to our initial stack after switching over to our own trap table. ThisMark Kettenis
2008-03-21add wireless drivers which need firmware; if someone upgrades the firmwareTheo de Raadt
2008-03-21SMALL_KERNEL, NO_PROPOLICE; from bradTheo de Raadt
2008-03-21crank maxusers on some architecturesTheo de Raadt
2008-03-21add wireless drivers which need firmware; if someone upgrades the firmwareTheo de Raadt
2008-03-21Do not attach vgafb if not the console device, since the PROM will not haveMiod Vallat
2008-03-21regenMiod Vallat
2008-03-21Add option WSKBD_NO_INTL_LAYOUTS to prevent inclusion of internationalMiod Vallat
2008-03-20An overoptimization in r1.15 introduced an evil race, back it out. For someMiod Vallat
2008-03-20Introduce GET_CPUINFO_VA(), GET_CPCB() and GET_CURPROC() macros to getMark Kettenis
2008-03-20Fix whitespace.Mark Kettenis
2008-03-20let maxusers go much higherTheo de Raadt
2008-03-20Bring isa/fd.c into line with sparc/sparc64 fd code and prepare allKenneth R Westerback
2008-03-19enable fins(4)Theo de Raadt
2008-03-19Establish per-cpu locked mappings for `struct cpuinfo' through the PROM asMark Kettenis
2008-03-19Use PROM calls to enter locked kernel text and data mappings into the TLB.Mark Kettenis
2008-03-19Add prom_itlb_load() and prom_dtlb_load().Mark Kettenis
2008-03-19label all interfaces we netboot from in group "netboot", in a MI fashionTheo de Raadt
2008-03-18Get rid of some dead wood.Mark Kettenis
2008-03-18Clear PSL_D when entering signal handlers; pointed out by dfly people;Mark Kettenis
2008-03-17Clear PSL_D when entering signal handlers; pointed out by dfly people;Theo de Raadt
2008-03-17Remove KGDB code. It was never converted to 64-bit, and just makes locore.sMark Kettenis
2008-03-16Include <sparc64/dev/starfire.h> instead of having our own definitions.Mark Kettenis
2008-03-16Add some e10k support code.Mark Kettenis
2008-03-16Set up interrupt translation for e10k.Mark Kettenis
2008-03-16Add some e10k support code.Mark Kettenis
2008-03-16for some reason the pchb dependency on agp got left in. kill it.Owain Ainsworth
2008-03-16Make agp(4) attach at vga(4) instead of pchb(4). This is because sometimesOwain Ainsworth
2008-03-15Make GENERIC.MP work on the e10k. The e10k is a bit funky since UPA onlyMark Kettenis
2008-03-15Support the old-prom XVideo boards by rewriting the sbus range registers;Miod Vallat
2008-03-15After 15 years of fun, fix Torek's ovbcopy() operation when copying shortsMiod Vallat
2008-03-14Don't even try to attach pcons(4) if we have a real console.Mark Kettenis
2008-03-13Make this catch up with some changed structs. Fix indentation while I'm there.Mark Kettenis
2008-03-13Add prtc(4).Mark Kettenis
2008-03-13Attach prtc(4) if no (hardware) real-time clock was found.Mark Kettenis
2008-03-13Add prtc(4).Mark Kettenis
2008-03-13First shot at a driver to get the time-of-day on the e10k.Mark Kettenis
2008-03-13Remove code to set mmu context to 0. It should already be set to 0 at thatMark Kettenis
2008-03-12Introduce a per-handler interrupt acknowledgement function.Mark Kettenis
2008-03-11use muldi3.c to avoid putting instructions 68060 does not support into theTheo de Raadt
2008-03-09Add files for vpci(4).Mark Kettenis