summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64
AgeCommit message (Expand)Author
2002-04-29Define placeholders for art's splassert() debugging stuff on all arches.Miod Vallat
2002-04-24Introduce a new file, machine/internal_types.h, to hold that specific archMarc Espie
2002-04-19remove some #ifdef __arch64__, after agreement: we only ever run sparc64Marc Espie
2002-04-18Add amphyJason Wright
2002-04-16use polled access for now (prevents a hang on the Momenco Leopard-V)Jason Wright
2002-04-16- Don't bother checking to see if the prom has already mapped thisJason Wright
2002-04-15Since XFree doesn't try to remap things behind our backs anymore, simplifyJason Wright
2002-04-10Be sure to print 'root on' line for RAMDISK kernelsJason Wright
2002-04-08Credit DARPA/USAF appropriately.Jason Wright
2002-04-08pieces for gdb; deraadt@ okFederico G. Schwindt
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