summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64
AgeCommit message (Expand)Author
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
2004-06-20Silence intr_establish a bit more; makes the dmesg on U2 suddenly edible.Miod Vallat
2004-06-20It's supposed to be #ifdef DIAGNOSTIC, not #ifdef DIAGONSTIC. miod@ tested+okAaron Campbell
2004-06-15fix some printf'sBrad Smith
2004-06-13debranch SMP, have funNiklas Hallqvist
2004-05-30Devices hot plugging support.Alexander Yurchenko
2004-05-23netbsd 1.54; do not count on new process having cleared condition codes;Theo de Raadt
2004-05-20Properly flush instruction cache for ptrace(PT_WRTIE_{DI}, ...) on powerpcMark Kettenis
2004-05-17OF_mapintr: swizzle interrupt for PCI bridges,Brad Smith
2004-04-23fix a couple of %y register save/restore errorsMarco S Hyman
2004-04-19remove the GATEWAY junk thingy; at the same time, select a new fatTheo de Raadt
2004-04-18unify the whole USB section with the already-improved i386 GENERICPeter Valchev
2004-04-14enable all USB devices for which we have support in the tree; ok deraadt@Christian Weisgerber
2004-04-08on RAMDISK kernels, do not compare / time against the system timeTheo de Raadt
2004-04-03- report known USB device vendorsChristian Weisgerber
2004-03-20add support for the lebuffer sbus le unitsTheo de Raadt
2004-03-19Off-by-ones, requests for (x * PAGE_SIZE) + 1 bytes would not allocate theMiod Vallat
2004-03-17Make sure disklabels use at least DEV_BSIZE as their sector size.Miod Vallat
2004-03-10Ensure that we obey a user's ddb> boot reboot command even if the systemTom Cosgrove
2004-03-02Rework the card insertion/removal detection logic:Miod Vallat
2004-02-29More colormap games for 8-bit framebuffers to enjoy the inverted cursor too.Miod Vallat
2004-02-19Kill <sys/clist.h> - nothing uses it since years.Miod Vallat
2004-02-10Add the ptm device to pty(4). By opening /dev/ptm and using the PTMGETTodd C. Miller
2004-01-31add another USB device... as requestedTheo de Raadt