summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64
AgeCommit message (Expand)Author
2004-09-27compute the board number of each fhcJason Wright
2004-09-27setup control register correctly and clear interrupts before attaching childrenJason Wright
2004-09-27map registers for fhc@mainbusJason Wright
2004-09-27check malloc return correctly; from Patrick LatifiJason Wright
2004-09-24Whoops, need to include the IGN... zs@fhc now sorta works (kinda...)Jason Wright
2004-09-24zs@fhcJason Wright
2004-09-24fix up attachment of zs@fhcJason Wright
2004-09-24setup interrupt handling for fhc attached devicesJason Wright
2004-09-24cleanJason Wright
2004-09-24need linear mappings for the intrmap/clr register setsJason Wright
2004-09-24fhc registers (enough for now anyway)Jason Wright
2004-09-23Correctly test for prom memory mapping failure. Fortunately no system weMiod Vallat
2004-09-23prepare the way for multi-bus attachment of zs (specifically zs@fhc).Jason Wright
2004-09-23central@mainbus, fhc@central, fhc@mainbus, and clock@fhcJason Wright
2004-09-23clock@fhcJason Wright
2004-09-23- fix the bus_map functions (get the parent node right)Jason Wright
2004-09-22infrastructure for central, fhc(mainbus/central), and clock@fhcJason Wright
2004-09-22firehose controller driver (not quite working) for the e4500 (and others)Jason Wright
2004-09-22driver for the "central" controller on the E4500 (and others) [fhc and others...Jason Wright
2004-09-21change sbus0 to sbus* for consistency, miod@Dale Rahn
2004-09-21Allow for multiple sbus host bridges. eg, on e4500. from jason, ok miodDale Rahn
2004-09-18fix typo in puc(4) line comment (universial->universal)Peter Valchev
2004-09-16Rely upon __LP64__ to choose {U,}LONG_{MIN,MAX} values, rather than aMiod Vallat
2004-09-16spacingTheo de Raadt
2004-09-16cleanup deafult locators (blah ?); please check that your most hated architec...Michael Shalayeff
2004-09-13for pcons tty and kernel console (ie. boot -a) input, replace prom ^HTheo de Raadt
2004-08-26sync with GENERIC for PCI NICs and MII PHY driversBrad Smith
2004-08-19Enable puc and com@puc; fixes PR 3823Miod Vallat
2004-08-10Print the newline after vgafb_mapregs(), not before since vgafb_mapregs()Todd C. Miller
2004-08-09Needs a non-empty pmap_unuse_final() as sparc.Miod Vallat
2004-08-08Oops, OF_poweroff is not attribute(noreturn) anymore...Miod Vallat
2004-08-08Do not panic if OF_poweroff() returns, this is handled correctly byMiod Vallat
2004-08-06rename sparc kill_user_windows() to pmap_unuse_final(). provide empty stubsTheo de Raadt
2004-08-06provide md USPACE_ALIGN zero on all but mips; deradat@ pefo@ okMichael Shalayeff
2004-08-02_bus_dmamap_load_mbuf: check and process pmap_extract failure.Brad Smith
2004-08-01sigh, and here tooTheo de Raadt
2004-07-17Wait for output to be drained when sabtty is the console output port;Miod Vallat
2004-07-13errno changes, lib major version bumps, and general flag dayMarco S Hyman
2004-06-28Use new event counter API for interrupt counting on sparc64. deraadt@ tholo@Aaron Campbell
2004-06-24free() correct object; andrushock@korovino.netTheo de Raadt
2004-06-23Fix one-byte overflow in interrupt handling allocator. henning@, miod@ okAaron Campbell
2004-06-23tabs vs spacesAaron Campbell
2004-06-23Remove some ifdef notyet symbols for non-existent floppy driver. art@ okAaron Campbell
2004-06-21Put back the moving of schedstate_percpu into sched.h. This time exposeArtur Grabowski
2004-06-21Add support for agten(4) - on Andrey's U2 the PROM is not able to initializeMiod Vallat
2004-06-20Port mgx(4) to sparc64.Miod Vallat
2004-06-20Port the rfx(4) frame buffer driver to sparc64.Miod Vallat
2004-06-20zx(4) support for sparc64, tested on an Ultra 2.Miod Vallat
2004-06-20nope, tree breakage in libpthread. too tough to run a make build?Theo de Raadt
2004-06-20Move schedstate_percpu into sched.h so that we don't have to includeArtur Grabowski