summaryrefslogtreecommitdiff
path: root/sys/arch/sparc
AgeCommit message (Expand)Author
2009-07-13Add a somewhat minimal bus_dma(9) implementation. Only fully implemented forMark Kettenis
2009-07-12Add protection against multiple inclusion.Mark Kettenis
2009-07-01Crank bootblocks version for identification purposes.Miod Vallat
2009-06-30Link the second stage bootblocks (and boot.net) 256KB higher to accomodateMiod Vallat
2009-06-24for the isp(4) driver, invert the meaning of the options which pullTheo de Raadt
2009-06-24Major update to isp driver, mostly from mjacob via FreeBSD.Kenneth R Westerback
2009-06-24Simplify the ioctl handling code. From Brad.Stuart Henderson
2009-06-20Have hmestop() properly clear the RUNNING/OACTIVE flags and the interfaceStuart Henderson
2009-06-15Back out all the buffer cache changes I committed during c2k9. This reverts t...Bob Beck
2009-06-04Recycle four ancient fields in the disklabel structure, replacing them withTheo de Raadt
2009-06-03add kern.bufcachepercent sysctl to allow adjusting the buffer cacheBob Beck
2009-06-03Fix check for window-top and window-left values.Mark Kettenis
2009-06-03Arla client rename from xfs to nnpfs for later upgrades. Tested on various ar...Janne Johansson
2009-05-20Add code to attach sun mice on sparc and sparc64 as wsmouse devices. SinceMiod Vallat
2009-05-13Set D_VENDOR when spoofing a label on archs that use D_VENDOR whenKenneth R Westerback
2009-04-27Revert mtx_enter_try. It didn't compile on hppa, it doesn't compile onMark Kettenis
2009-04-25Enter mtx_enter_try. In part for completeness, things may startTobias Weingartner
2009-04-15Remove en(4) (no manpage present, no none removed), and the midway.c glue codeOwain Ainsworth
2009-04-14Convert the waitok field of uvm_pglistalloc to "flags", more will be added soon.Owain Ainsworth
2009-04-10Use soft interrupts to dispatch pcmcia device interrupts; this ensures theMiod Vallat
2009-04-10generic soft interrupts support for sparc. Soft interrupt handlers are nowMiod Vallat
2009-04-10fix typos introducedTheo de Raadt
2009-04-07Eliminate useless loop over partitions and ignore zero lengthKenneth R Westerback
2009-03-29make various strings ("can't map mem space" and similar) more consistentStuart Henderson
2009-03-29When trying to get the console font metrics and window position, we canMiod Vallat
2009-03-27When clearing soft interrupts on sun4m, be sure to force the bit clear toMiod Vallat
2009-03-26Remove cpu_wait(). It's original use was to be called from the reaper soOwain Ainsworth
2009-03-15Introduce splsoftassert(), similar to splassert() but for soft interruptMiod Vallat
2009-03-15Allow CPU_INFO_UNIT() to be used before cpu0 attaches.Miod Vallat
2009-03-05Make ELF platforms generate ELF core dumps. Somewhat based on code fromMark Kettenis
2009-02-26Add a two new ioctls to the apm(4) interface.Owain Ainsworth
2009-02-16Extend the scsi_adapter minphys() callback to take a struct scsi_link *Miod Vallat
2009-02-12Keep track of resident pages in pm_stats, and use this to implement a realMiod Vallat
2009-01-27Get rid of the last traces of uvm.pager_[se]vaMiod Vallat
2009-01-25Remove /dev/drum and related code.Miod Vallat
2009-01-22Call checkdisklabel() for labels built from native info. This willKenneth R Westerback
2009-01-12Oops, sunkbd_decode() still needs to be public for *cngetc() to work;Miod Vallat
2009-01-12Be more strict when checking window-left and window-top values.Miod Vallat
2009-01-11Fix a sed bug in the makefile's depend target.Paul Irofti
2009-01-11Define a limit to the input which can be fed to sunkbd_input() at once,Miod Vallat
2009-01-11Factor a bit more sunkbd common parts; paves the way for upcomingMiod Vallat
2009-01-11Some frame buffer fcode do not fill window-top and window-left putMiod Vallat
2009-01-04Make this compile for SUN4 only kernels.Miod Vallat
2009-01-04Be silent when deciding that the last chunk of a DMA transfer will be doneMiod Vallat
2009-01-04In x[dy]dummystrat, do not clear B_BUSY from the buffer.Miod Vallat
2008-12-26Use the `fontbytes' display property as the font stride, instead ofMiod Vallat
2008-12-26Move the logic responsible from deciding whether a frame buffer needs to beMiod Vallat
2008-12-26Use nitems() and FBS_xxx symbolic constants in the video timing tables.Miod Vallat
2008-12-26Remove unused BT_BLANK() and BT_UNBLANK() macros.Miod Vallat
2008-12-26Use constants from bt458reg.h when frobbing ramdac registers.Miod Vallat