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