summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64
AgeCommit message (Expand)Author
2006-06-02ppm driver. We don't use it for much... except to blink the power switch led...Jason Wright
2006-06-02bits bits bits, who got dat bitsJason Wright
2006-06-02The I-cache seems to work fine on the UltraSPARC III, so never disable it,Mark Kettenis
2006-06-02Remove unused local variable from debug code.Mark Kettenis
2006-06-01Right at the end of a debug kernel build, the current Makefile copies bsdChristopher Pascoe
2006-06-01latch the AFSR/AFAR -before- reading the PCI control/status registerJason Wright
2006-06-01do a better job of setting up the PBM. Doesn't fix the PIO faults we'reJason Wright
2006-06-01- stop using magic constants for the onboard error INOs (one was wrong anyway)Jason Wright
2006-06-01add bit defns for [UE]FARJason Wright
2006-06-01enable error interrupts and install handlers for same (the handlers don't do ...Jason Wright
2006-06-01oops, remove debugging cruftJason Wright
2006-05-31It's bit 13 that's causing the address aliasing in the cache, not bit 14.Mark Kettenis
2006-05-31extend the bootpath values to 64bits, and deal with falloutJason Wright
2006-05-31The bright people at Sun removed the secondary context from the IMMU in theMark Kettenis
2006-05-31Use symbolic constants for TLB demapping operations.Mark Kettenis
2006-05-31match SUNW,qlc->isp (one step away from root on isp/fibre channel on US3)Jason Wright
2006-05-30how about we -correctly- match the schizo. When I get home, I'm goingJason Wright
2006-05-30Sync region detection algorithm with macppc, helps some recent cards, suchMiod Vallat
2006-05-30rework the schizo attach to match the upaid and paddr regsJason Wright
2006-05-30mpi works on sparc64 (running a U3 booted/rooted from one to commit this).Jason Wright
2006-05-29Remove dead extern declarations.Miod Vallat
2006-05-29implement frequency setting for the beep. It also beeps for one secondJason Wright
2006-05-29fetch the beep clock frequency (we'll need it to compute the audio frequency ...Jason Wright
2006-05-28placeholder driver for the bbc,beep device. should be straightforwardJason Wright
2006-05-28make sure the IMR values are visible when we drop back into the promJason Wright
2006-05-28oops, nuke debugging stuffJason Wright
2006-05-28- Implement schizo_intr_map (mainly to | in the agentid).Jason Wright
2006-05-28Can't call directly back into the prom if we "exit" at the rootJason Wright
2006-05-28- if the "upa-portid" property doesn't exist, try "portid" (schizo)Jason Wright
2006-05-28make the ISR bits visible so we can poll them in cngetc (w/out cnpollc).Jason Wright
2006-05-28don't hardcode the iova... it uses the same scheme as the sbus machinesJason Wright
2006-05-28formattingJason Wright
2006-05-28intrducing device type DV_SENSOR turned out to be a bad idea as itHenning Brauer
2006-05-28more hotplug fallout: add DV_SENSOR to the device type switchJason Wright
2006-05-27add mpi(4) glue. commented out for nowDavid Gwynne
2006-05-20Put explicit barriers in in-line spl functions.Miod Vallat
2006-05-15Fix SIGFPE handling. The code doing an ADVANCE after calling trapsignal(),Mark Kettenis
2006-05-15Merge creator attachment code again, it turns out the upa/mainbus attachmentMiod Vallat
2006-05-14Make the array of fpu exception types/codes big enough.Mark Kettenis
2006-05-14- /usr/mdec is usually not in path, invoke installboot with full pathMartin Reindl
2006-05-07Missing license block; from art@Miod Vallat
2006-04-29fix build after timestamping addition; sparc pointed out by pvalchev@Christian Weisgerber
2006-04-272 lines of code to support tty timestampsTheo de Raadt
2006-04-16Remove code from an old (broken) diff of mine, which crept in in last commit.Miod Vallat
2006-04-09On macppc and sparc64, if allowaperture=0 only allow mmap()-ing ofMatthieu Herrb
2006-04-09Rewrite bus_compatible() to allow one alias to expand to several drivers,Miod Vallat
2006-04-09#ifdef lint wraps for va_startTheo de Raadt
2006-03-24- Set the PCI latency timer for bus master devices.Brad Smith
2006-03-23Extra parentheses in comments.Ray Lai
2006-03-19rev 1.86Brad Smith