summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/dev
AgeCommit message (Expand)Author
2012-03-20Add ioctl to write to hypervisor memory.Mark Kettenis
2012-03-17hvctl(4) is a driver for the "hvctl" Logical Domain Channel that allows theMark Kettenis
2012-03-17vldc(4) is a "bus" driver for Logical Domain Channels.Mark Kettenis
2011-09-28disable the fifo on m series systems by telling the driver its a 16550David Gwynne
2011-09-17arithemtic -> arithmeticMiod Vallat
2011-07-25Disable MSI for now; something is still not quite right on UltrSPARC T2Mark Kettenis
2011-07-17Backout a bunch of my SCSI commits from c2k11. At least one of theseMatthew Dempsky
2011-07-08First batch of converting SCSI HBAs from setting saa_targets andMatthew Dempsky
2011-07-06Handle pci_conf_read() faults on reading non-existent registers that resultMark Kettenis
2011-07-06Handle pci_conf_read() faults on reading non-existent registers that resultMark Kettenis
2011-07-06Add MSI support to pyro(4). Tested on a v215 with the on-board mpi(4).Mark Kettenis
2011-07-06Split some generic MSI code out into its own file.Mark Kettenis
2011-07-06Move pci_msi_enable() out of the vpci(4) driver into the MD pci(4) code.Mark Kettenis
2011-06-26First stab at MSI support for vpci(4). Still a few rough edges, but seemsMark Kettenis
2011-06-26Fix some inconsistencies in how we build 64-bit addresses from OF properties.Mark Kettenis
2011-06-26Implement pci_intr_map_msi().Mark Kettenis
2011-06-24machdep.kbdreset enables a shutdown by Ctrl-Alt-Del on amd64 andChristian Weisgerber
2011-06-05Drop kernel support for the useless DIOCWLABEL ioctl and prune a lotMatthew Dempsky
2011-05-18When the sparc64 iommu fails to lookup a vaddr, it prints a message andAriane van der Steldt
2011-04-13do not use NULL in an integer contextTheo de Raadt
2011-04-07Do not use NULL in integer comparisons. No functional change.Miod Vallat
2011-03-18Add some delay between a successful keyboard reset sequence and a keyboardMiod Vallat
2011-02-21Remove redundant statement to keep this in line with radeonfb(4).Mark Kettenis
2011-02-21Re-initialize acceleration engine after leaving X.Mark Kettenis
2011-01-07Detect wether a disk image is an ISO image and set the media type toMark Kettenis
2011-01-07Fix malloc(9) call with swapped type and flags arguments.Mark Kettenis
2011-01-06Add support for the vDisk 1.1 protocol. Improve Solaris vtoc/disklabelMark Kettenis
2011-01-06Solaris insists on getting the right sequence numbers in DRING_DATA messagesMark Kettenis
2011-01-04It is actually possible to run CoolThreads servers with a graphics console,Mark Kettenis
2011-01-04XVR-300 is boring. For starters it has a very dull looking OpenPROM logo.Mark Kettenis
2011-01-02More changes to pacify the Solaris virtual disk client. ImplementMark Kettenis
2011-01-02Move away from using fixed-sized descriptors and fill in some missing bitsMark Kettenis
2011-01-02Use the session ID passed to use by the virtual disk client, and pass backMark Kettenis
2011-01-02Declare ourselves to be a virtual disk server during the version negotiationMark Kettenis
2011-01-01Corretctly return 0xffffffff for the returned LBA if the disk is too largeMark Kettenis
2011-01-01Implement READ CAPACITY (16).Mark Kettenis
2010-12-26Clean up how we print the sbus(4) clock speed. Purely cosmetic.Mark Kettenis
2010-12-05PCIe based sparc64 machines have always supported access to the extended PCIeMark Kettenis
2010-12-04Introduce a new pci routine, pci_conf_size(), which returns the size of aMiod Vallat
2010-11-26In gfxp_copyrect(), make sure that the - possibly negative - coordinate field...Miod Vallat
2010-11-23removed slot argument of function pckbc_cnattachAlexandr Shadchin
2010-11-11Replace snprintf(foo, sizeof foo, "%s", ...) with strlcpy. ok deraadt@ krw@Miod Vallat
2010-10-12Force openings to 1 for devices that can't do tagged i/o, i.e. moreKenneth R Westerback
2010-09-23Introduce a DKF_NOLABELREAD flag, which is used by a device to preventJoel Sing
2010-09-22All users of physio(9) now pass NULL as the buf pointer argument, soMatthew Dempsky
2010-09-08Store a struct device pointer within struct disk and populate this whenJoel Sing
2010-08-28Garbage collect struct dkdriver.Matthew Dempsky
2010-08-27caught a small typo while reading the code: senor -> sensorRobert Nagy
2010-08-07No "\n" needed at the end of panic() strings.Kenneth R Westerback
2010-07-31Factorization of the bluetooth and usb hid input driver logic, to reduce codeMiod Vallat