summaryrefslogtreecommitdiff
path: root/sys/arch/sparc
AgeCommit message (Expand)Author
2000-06-28look in kbd.h to see whether we have configured a keyboardmjacob
2000-06-28make the kbd have a kbd.h file (needs-flag)mjacob
2000-06-23remove obsolete vtrace guts; art@Michael Shalayeff
2000-06-23ret should be there, wether auxreg/led is defined or not.Federico G. Schwindt
2000-06-18don't reset the chip on NORXD, and certainly don't print a message about itJason Wright
2000-06-18remove unused junkJason Wright
2000-06-18hmm, you'd never know these started out as if_ie.c....Jason Wright
2000-06-12move cfdriver to ncr53c9x.c and device declaration to conf/files.Federico G. Schwindt
2000-06-08Add explicit inclusions of signalvar.h to files actually using syms definedNiklas Hallqvist
2000-06-07Fix comments to reflect reality.Artur Grabowski
2000-06-05Changes to exit handling.Artur Grabowski
2000-06-02rework interrupt handling completely, and be more careful with the CD180Jason Wright
2000-05-27better man page buildingTheo de Raadt
2000-05-25cause traversal into arch & subdirectories for the purposes of manual page in...Theo de Raadt
2000-05-18add machdep.vsyncblank sysctl for controlling whether vsync is disabledJason Wright
2000-05-01When cache is mandatory, don't pmap_enter uncached in vmapbuf.Artur Grabowski
2000-03-23New API for timeouts. Replaces the old timeout()/untimeout() API andArtur Grabowski
2000-03-22allow opening of the fga char deviceJason Wright
2000-03-17move more sun4m stuff behind an #ifdefTheo de Raadt
2000-03-16Bring in some new UVM code from NetBSD (not current).Artur Grabowski
2000-03-08multiple inclusion protect because of pstat and socket.h needing ALIGNBYTESTheo de Raadt
2000-03-04Remove unnecessary, unreached, confusing code.Artur Grabowski
2000-03-03$OpenBSD$Todd T. Fries
2000-02-28Sanitize v{,un}mapbuf. (use the sizes we are passed, not the size from b_coun...Theo de Raadt
2000-02-27repair some gotchas in the .{u,}{mul,div,rem} replacement routines, out of a ...Theo de Raadt
2000-02-25cypress is not pure SUN4MTheo de Raadt
2000-02-23if we discover we are on a v8 cpu, and thus have the multiply and divideTheo de Raadt
2000-02-22enlarge msgbuf, somewhat line netbsd didTheo de Raadt
2000-02-22Use an _BSD_FOO_T_ type declaration for off_t in machine/ansi.h to allowTodd C. Miller
2000-02-21move fpproc into the cpuinfo structure.Artur Grabowski
2000-02-21The last pieces of hypersparc support.Artur Grabowski
2000-02-21In cpumatch_hypersparc - zap the instruction cache if we are the main cpu.Artur Grabowski
2000-02-21remove the annoying "hypersparc support still under construction" warning.Artur Grabowski
2000-02-21hypersparc has a writeback cacheArtur Grabowski
2000-02-21When mapping something into iommu space hypersparc requires us to align itArtur Grabowski
2000-02-21Take the hypersparc cache size from prom, enable instruction cache andArtur Grabowski
2000-02-21add char 124 to be SES devicemjacob
2000-02-20Add support for CDBs > 12 bytes.mjacob
2000-02-19flush the caches that need flushing on context switch.Artur Grabowski
2000-02-19replacemul has been broken all the time. comment it out for now.Artur Grabowski
2000-02-19get a symbol for pure_vcache_flushArtur Grabowski
2000-02-19Add two new cache operations.Artur Grabowski
2000-02-19link boot at a starting address 0x10000 higher than bootxx; avoids hypersparc...Theo de Raadt
2000-02-18No need to call memerr4_4c through a pointer. We know when we are a 4/4c.Artur Grabowski
2000-02-18In vmapbuf expand uvm_km_valloc_wait into a direct call to uvm_mapArtur Grabowski
2000-02-18setpte4m is now only legal for kernel mappings.Artur Grabowski
2000-02-18Zap an unnecessary and confusing prototype for setpte4m.Artur Grabowski
2000-02-18Add a bunch of hypersparc registers. (from NetBSD).Artur Grabowski
2000-02-18Rename some registers to match NetBSD and litterature.Artur Grabowski
2000-02-17add wrasr (the name says it all)Artur Grabowski