summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64
AgeCommit message (Expand)Author
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
2002-02-19From NetBSD:Jason Wright
2002-02-19If there are pckbd's, register ourselves to handle beeps... AXi's can nowJason Wright
2002-02-19From NetBSD:Jason Wright
2002-02-19From NetBSD:Jason Wright
2002-02-19stategy is not an english wordTheo de Raadt
2002-02-19proper dependencies on assym.hTheo de Raadt
2002-02-18add pms/pmsi at pckbc and wsmouse at pms/pmsiJason Wright
2002-02-18Driver for the i8042 keyboard controller on systems with ebusJason Wright
2002-02-18provide pckbc_machdep_cnattach if necessary (like alpha, it does nothing)Jason Wright
2002-02-18Pull in dev/pckbc/files.pckbc, and put in placeholder for pckbc at ebusJason Wright
2002-02-18Add __HAVE_NWSCONS (so pckbc will do the right thing)Jason Wright