summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/dev
AgeCommit message (Expand)Author
2010-07-21Disable the heuristics for legacy free systems if pckbc flags are set to 1Miod Vallat
2010-07-20opration -> operationMiod Vallat
2010-07-15add two new members to structs audio_encoding and audio_prinfo.Jacob Meuser
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-15dont pass the dev_t from the scsi device drivers into the midlayer forDavid Gwynne
2010-05-28Add missing initialization.Mark Kettenis
2010-05-22Blank lines at the start of a function are so .Nx.Mark Kettenis
2010-05-20Make fans run slower in Sun systems with tda controllers by bumping theEdd Barrett
2010-05-20remove unused variable. fallout from previous.Thordur I. Bjornsson
2010-05-20New scsi code seems to be stable. Pluck previously identifiedKenneth R Westerback
2010-05-19fix fallout from the removal of dkio.h from ioctl.hDavid Gwynne
2010-04-23Recycle unused disklabel fields in order to create a disklabel uniqueJoel Sing
2010-04-20cleanup more confusion regarding user.h before proc.h, or missing proc.hTheo de Raadt
2010-04-20Get rid of MAXSENSORDEVICES. Gaps in sensordev lists are now handledTheo de Raadt
2010-04-15Print both the tx and the rx interrup vector numbers instead of the tx numberMark Kettenis
2010-04-12Some of the line disciplines want to check for suser. Better to pass themTed Unangst
2010-04-10The statement c != '\0' != 0 doesn't make an awful lot of sense, so drop theMark Kettenis
2010-03-24vdsk_scsi_cmd doesnt need to return now, so fix some of its scsi commandDavid Gwynne
2010-03-23Change the scsi_cmd function member of scsi_adapter from int toKenneth R Westerback
2010-03-03Bring back cua code for sparc zs; lost in zs.c 1.36 on sparc and later forgottenMiod Vallat
2010-02-28Fix off-by-one in LOMlite hostname code.Mark Kettenis
2010-02-22- fix a few debug messages: disabled vs enabled mixup, missing \nJacob Meuser
2010-02-21Make sure we only request our peer to start processing descriptors if itMark Kettenis
2010-02-21Start and stop watchdog timer in the appropriate places, and print a messageMark Kettenis
2010-01-09Zap all setting of ITSDONE in drivers that don't look at it. NobodyKenneth R Westerback
2009-12-31Add vds(4) and vdsp(4), implementing the vDisk server side protocol. ThisMark Kettenis
2009-12-26Add support for fragmented messages.Mark Kettenis
2009-12-26Remove unused variable.Mark Kettenis
2009-12-16- use nitems() inside a descriptive macro nameJasper Lievisse Adriaanse
2009-12-15fix some buffer sizes.Edd Barrett
2009-12-14Sanitize the code that resets the state when the LDC channel link stateMark Kettenis
2009-12-14Fix previous commit. I left out a small fragment and accidentally committedMark Kettenis
2009-12-14Support for in-band descriptor mode (VIO_DESC_MODE) used by OBP.Mark Kettenis
2009-12-14Make sure interrupts are disabled when we don't have queues configured. ThisMark Kettenis
2009-12-14Add wrapper functions to enable/disable interrupts and manipulate their state.Mark Kettenis
2009-12-12Add missing splbio() protection when sending commands to the vDisk server.Mark Kettenis
2009-12-12Remove debug printf and properly dequeue command instead when a read times outMark Kettenis
2009-12-09Resubmit any pending SCSI commands when we sucessfully (re)connect toMark Kettenis
2009-12-09Don't try to shove I/O down the LDC if we're disconnected from the virtualMark Kettenis
2009-12-08Base the revision string in the INQUIRY info on the version of the VIO protocolMark Kettenis
2009-12-02no firmware on ramdisks; ok kettenisTheo de Raadt
2009-12-01Fix the mixer interface for the CE4231 sound card found in Sun machines. Still aEdd Barrett
2009-11-30Load firmware that is needed for accelerated X on Elite3D boards.Mark Kettenis
2009-11-10Handle LOMlite2 in an interrupt-driven way; avoids using delay(9) once theMark Kettenis
2009-11-09Fix error message.Mark Kettenis
2009-11-09Every selwakeup() should have a matching KNOTE() (even if kqueue isn'tNicholas Marriott
2009-10-31Establish a shutdown hook to disable the watchdog timer to prevent watchdogMark Kettenis
2009-10-31Make sure we don't insert and entry into the list of pending commends twice.Mark Kettenis