summaryrefslogtreecommitdiff
path: root/sys/arch/sparc
AgeCommit message (Expand)Author
2010-03-27Fix the pageqlock recusion on sun4m.Owain Ainsworth
2010-03-06remove the (now inaccurate) note about not being able to runJason McIntyre
2010-03-03Bring back cua code for sparc zs; lost in zs.c 1.36 on sparc and later forgottenMiod Vallat
2010-02-26when we build a vendor label for writing, clear the memory supplied by theTheo de Raadt
2009-12-25Fix (currently unused) bus_space_vaddr() return value.Miod Vallat
2009-11-27Move MB_LEN_MAX into the machine-independent sys/limits.h header,Philip Guenthe
2009-11-09Every selwakeup() should have a matching KNOTE() (even if kqueue isn'tNicholas Marriott
2009-11-04Get rid of __HAVE_GENERIC_SOFT_INTERRUPTS now that all our platforms support it.Mark Kettenis
2009-11-02s/hz/Hz/ on multiples of the SI unit hertz other than MHz.Igor Sobrado
2009-10-31in the absense of link state handling, drivers should still be silent; ok miodTheo de Raadt
2009-10-31Use suser when possible. Suggested by miod@.Federico G. Schwindt
2009-10-31Add missing KNOTE() calls after selwakeup(), until we decide if the KNOTE()Theo de Raadt
2009-10-26Do not do strncmp comparisons on dv_xname because longer device names whichTheo de Raadt
2009-10-19Correct a target name so that we don't rebuild vers.o (and thenPhilip Guenthe
2009-09-12Add DIOCSDINFO support to the three fd drivers. No change to existingKenneth R Westerback
2009-09-05fix typosTheo de Raadt
2009-09-05Change the wsdisplay_emulops return types from void to int; emulops will nowMiod Vallat
2009-09-05Make DIOCSDINFO code consistant everywhere.Kenneth R Westerback
2009-08-30Add support for ISP2200 SBus FC cards.Mark Kettenis
2009-08-29Glue for the SBus version of the Sun Vector Gigabit Ethernet card.Mark Kettenis
2009-08-29The intention is to map the dvma map at a fixed address, so specifyMark Kettenis
2009-08-24- fix format strings for values that are daddr64_tJasper Lievisse Adriaanse
2009-08-13rewrite the promisc mode / multicast handling code for the sparc hme(4)Peter Hessler
2009-08-13Replace the error strings that were being passed around with much simplerTheo de Raadt
2009-08-13wire vscsi up to a cdevDavid Gwynne
2009-08-13A new(er) mtx_enter_try().Tobias Weingartner
2009-08-11Do not bother initializing bufpages in the md code if the computation isMiod Vallat
2009-08-11With the SysV memory allocation changes, allocsys() doesn't do anythingMiod Vallat
2009-08-09Introduce option DDB_STRUCT. Kernels compiled with this option (except onMiod Vallat
2009-08-09No need to clean genassym{.,o} during `make clean', genassym.sh does thisMiod Vallat
2009-08-09Rototill system V message queues.Bret Lambert
2009-08-02Dynamic buffer cache support - a re-commit of what was backed outBob Beck
2009-07-30Make sure the BUS_SPACE_BARRIER_xxx constants are all non-zero and can beMiod Vallat
2009-07-28gem(4) + gentbi(4) do fit; requested by bradTheo de Raadt
2009-07-26Make sure all platforms understand the flags argument of bus_space_map() andMiod Vallat
2009-07-24timeout_add -> timeout_add_msecBret Lambert
2009-07-16- Add missing tick handler calling mii_tick().Stuart Henderson
2009-07-13Add the neccessary glue to attach gem(4) to sbus(4) and enable gem(4) inMark Kettenis
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