summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64
AgeCommit message (Expand)Author
2002-04-04Some PCI machines do not implement the uperf registers. Those that doJason Wright
2002-04-04s/0/NULL for pointersJason Wright
2002-04-04Fetch the "idprom" property from the root and if that fails get itJason Wright
2002-04-03Replace the implementation of microtime with one written in C that doesn't go...Jason Wright
2002-04-03in PCITAG_SETNODE s/t/x to match usage; from netbsdJason Wright
2002-04-02bit defns for %tick (basically the ticker bits and the npt bit)Jason Wright
2002-04-01Remove all traces of VGAFB_ALLOW_NATIVE.Jason Wright
2002-03-31add a new mode to wsdisplay, WSDISPLAYIO_MODE_DUMBFB. This mode isJason Wright
2002-03-30Don't honor native accesses unless VGAFB_ALLOW_NATIVE is defined (this isJason Wright
2002-03-29eap works on sparc64Theo de Raadt
2002-03-28- recheck the PCI BAR's during mmap: XFree86 doesn't like the prom mappingsJason Wright
2002-03-27Need APERTURE so we can read/write pci configuration with securelevel > 0Jason Wright
2002-03-27Avoid using bus_space_map2() on the rom (was too lazy to deal with endian =),Jason Wright
2002-03-27Make a shadow copy of the bios rom (if available) and make it available via mmapJason Wright
2002-03-27bus_space_mmap wants the paddr not the handleJason Wright
2002-03-26Permit compiling with DEBUG; Joey Coleman <joeycoleman@acm.org>Jason Wright
2002-03-26Map all of the io/mem spaces providedJason Wright
2002-03-26Honor psratio for addupc_task(), as other arches do.Miod Vallat
2002-03-23Add variables for config(8) -e time tweak of systemV shared memoryMarc Espie
2002-03-22dc is compatible with dc, go figureJason Wright
2002-03-21pretty dmesgJason Wright
2002-03-20add dcphyJason Wright
2002-03-20lpt_attach_common() prints the newline for usJason Wright
2002-03-19we don't need mbstate_t, _BSD_SUSECONDS_T_ and _BSD_USECONDS_T_ typesKevin Lo
2002-03-17In PT_{GET,SET}REGS there is no reason to not get/set %l* and %i*.Artur Grabowski
2002-03-15Add lpt device entry pointJason Wright
2002-03-15Kill #if __STDC__ used to do K&R vs. ANSI varargs/stdarg; just do thingsTodd C. Miller
2002-03-14Make the sbus ipl handling more like psycho. Some devices (Aurora 210sj, eg)Jason Wright
2002-03-14From NetBSD: driver for lpt at ebusJason Wright
2002-03-14add apio* at sbus? and lpt* at apio?Jason Wright
2002-03-14Properly conditionalize uvm history dumpJason Wright
2002-03-14add asio* at sbus? and com* at asio?Jason Wright
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2002-03-14Turn the ptrace(2) syscall into a kernel compile option, option PTRACE inMiod Vallat
2002-03-12sparc64's aren't likely to be CPU_ISSUN4CJason Wright
2002-03-12Look up the TTE and only do the streaming cache dance if the mapping is marke...Jason Wright
2002-03-07Clean up BUS_DMA_* flags, and make sure all arch's define:Jason Wright
2002-03-07Remove some debugging code accidentally committed in previousJason Wright
2002-03-07From NetBSD:Jason Wright
2002-03-05Insert missing newline for autoconf prettiness.Jason Wright
2002-03-04Typos; Matt <matt@vertrauen.org>Jason Wright
2002-02-23make this compile w/out pckbd (thanks marco for pointing this out)Jason Wright
2002-02-22Be sure to wait the whole 0.5 seconds (half a second!) for the streamingJason Wright
2002-02-22Debugger() is #ifdef DDBTheo de Raadt
2002-02-22- don't call strbuf_flush_done for each segment, call it once per map (andJason Wright
2002-02-22a few sigval_ptr cases were returning pc instead of fault addressTheo de Raadt
2002-02-22From NetBSD:Jason Wright
2002-02-21There is no need to restrict number of bufs to 200.Artur Grabowski
2002-02-19bump NMBCLUSTERSJason Wright