summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/dev
AgeCommit message (Expand)Author
2013-06-04Support for the SS10/SS20 NVSIMM as block devices; tested by nick@Miod Vallat
2013-05-31Replace shutdownhooks with activate functions, properly doing thoseTheo de Raadt
2013-05-30Enforce ca_activate tree-walks over the entire heirarchy for all events,Theo de Raadt
2013-05-15remove unused splaudio/splx pairAlexandre Ratchov
2013-05-15remove unused variableAlexandre Ratchov
2013-05-15Introduce a global interrupt-aware mutex protecting dataAlexandre Ratchov
2013-05-10ditch unused zskbd_device_lookup; verified by sebastia@Mike Belopuhov
2013-04-21Unify the zs tty driver.Sebastian Reitenbach
2013-01-01Fix gap value when formatting 1.44MB 3"1/2 floppy disks; from NetBSDMiod Vallat
2012-10-10Missed the MD bits with the bridgeport change. Found the hard way by deraadt.Camiel Dobbelaar
2012-07-30Revert previous change, and don't set IFM_AVALID | IFM_ACTIVE in ifm_statusMiod Vallat
2012-07-25When reporting media state, be sure to set IFM_AVALID and IFM_ACTIVE inMiod Vallat
2012-07-01Do not define XDC_DIAG if option SMALL_KERNEL; shaves about 14KB, and allowsMiod Vallat
2012-05-25Correctly handle the case of a system setup to use glass console, whichMiod Vallat
2011-10-24The cgtwo control registers only support 16-bit accesses, and respond withMiod Vallat
2011-09-17arithemtic -> arithmeticMiod Vallat
2011-09-03Switch the sparc audioamd(4) code to the MI driver; tested on SPARCclassicMiod Vallat
2011-07-06Cleanup presto(4) like other disk drivers.Matthew Dempsky
2011-07-06Eliminate redundant buf validation checks in xxstrategy() methods nowMatthew Dempsky
2011-07-02kqueue attach functions should return an errno or 0, not a plain 1. FixNicholas Marriott
2011-06-05Drop kernel support for the useless DIOCWLABEL ioctl and prune a lotMatthew Dempsky
2011-06-03Get rid of the wlabel argument to bounds_check_with_label(). It'sMatthew Dempsky
2011-05-31The various cleanups of the last few years have fixed pnozz(4) accelerationMiod Vallat
2011-04-22Turning on SCSIDEBUG (for debugging other drivers, of course) shouldTheo de Raadt
2011-03-18Add some delay between a successful keyboard reset sequence and a keyboardMiod Vallat
2010-12-26Clean up how we print the sbus(4) clock speed. Purely cosmetic.Mark Kettenis
2010-11-18Do not #include <sys/dkstat.h> if you don't need anything from it.Miod Vallat
2010-11-11Pass a few more M_ZERO to malloc() or its wrappers, when useful; ok krw@Miod Vallat
2010-09-28typoMiod Vallat
2010-09-23Introduce a DKF_NOLABELREAD flag, which is used by a device to preventJoel Sing
2010-09-22Add DIOCGPDINFO to drivers that were lacking it. Where thereKenneth R Westerback
2010-09-22All users of physio(9) now pass NULL as the buf pointer argument, soMatthew Dempsky
2010-09-20Get rid of evcount's support for arranging counters in a treeMatthew Dempsky
2010-09-08Store a struct device pointer within struct disk and populate this whenJoel Sing
2010-09-06- spello, short-hand -> shorthandJasper Lievisse Adriaanse
2010-09-05Remove bogus LHS casts. makes gcc4 happy.Mark Kettenis
2010-08-28Garbage collect struct dkdriver.Matthew Dempsky
2010-08-17Make sure fast trap handlers correctly invoke soft interrupts by markingMiod Vallat
2010-08-06Every time you ignore uiomove() return value, $DEITY kills a littleMiod Vallat
2010-07-15add two new members to structs audio_encoding and audio_prinfo.Jacob Meuser
2010-07-10sun4e (i.e. SPARCengine 1e) support. This platform is a mix between sun4 andMiod Vallat
2010-07-02remove support for compat_sunos (and m68k4k). ok deraadt guentherTed Unangst
2010-07-02Move common code for waking up writers on a tty into a function.Nicholas Marriott
2010-06-28Remove all adapter-specific 'struct scsi_device's. They are never used. FirstKenneth R Westerback
2010-06-28Allow tty drivers to request larger buffers at attach time using aTheo de Raadt
2010-06-27make sparc compile again after tag team viking/guenther breakage.Bob Beck
2010-06-26Don't #include <sys/user.h> into files that don't need the stuffPhilip Guenthe
2010-06-18dvma_free() the exact size passed to dvma_malloc().Miod Vallat
2010-06-07Rework the way onboard devices attach on Sun 4/110 systems (which only have aMiod Vallat
2010-06-07Nuke old eeprom.h compatibility defines; ok todd@Miod Vallat