summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2009-06-18Remove support for cancelled NVIDIA MCP7B and add initial support forJonathan Gray
2009-06-17Enabled EXPERIMENTAL RAID4/5 disciplineJordan Hargrave
2009-06-17Added openings callback; cleanup & KNFJordan Hargrave
2009-06-17Make openings variable instead of maxwu; needed for more exotic raid sets.Marco Peereboom
2009-06-17Force Raid0/4/5 volume size to multiple of stripe sizeJordan Hargrave
2009-06-17fix endianness issue on BE.Damien Bergamini
2009-06-17Remove __packed from memory structure. No idea what in the wolrd I wasMarco Peereboom
2009-06-17Revert bufq's. this is inline with the major midlayer reverts thatThordur I. Bjornsson
2009-06-13Simplify ioctl handling. From Brad.Mark Kettenis
2009-06-13Fixed writes for RAID4/5, was not properly freeing Xor bufferJordan Hargrave
2009-06-12Add flag for freeing ccb buffer on I/O completionJordan Hargrave
2009-06-12Remove #if 0 code that is of no use at all. Ring overflows will actuallyClaudio Jeker
2009-06-12KNF and wrap at 80 columns.Joel Sing
2009-06-12Allow chunks marked as offline to be used for rebuild (ie. once disk hasJoel Sing
2009-06-12Added working support for raid4/raid5 softraidJordan Hargrave
2009-06-11Limit the BCM5701 B5 chipset to 32-bit mode as a workaround for aStuart Henderson
2009-06-11Set the DMA read watermark to 4 on the BCM5703 chipset in PCI-X mode.Stuart Henderson
2009-06-11Simplify the ioctl handling code. From Brad.Stuart Henderson
2009-06-11Create a hotplug callback mechanism.Marco Peereboom
2009-06-11fix potential use of uninitialized value.Charles Longeau
2009-06-11remove dead assignment and newly created unused variable.Charles Longeau
2009-06-11KNFMarco Peereboom
2009-06-11add the VIA CX800 south bridge.Kevin Lo
2009-06-10TypoMarco Peereboom
2009-06-10Remove (unused) CASSERT macro. Whatever it was intended to be used for, itMiod Vallat
2009-06-10Re introduce the _PDC code backed out before 4.5, in addition to evaluating theGordon Willem Klok
2009-06-10Add framework for raid 4 & 5 so that we can work in tree.Marco Peereboom
2009-06-09fix potential null dereference.Charles Longeau
2009-06-09AD1981HD output amps are weird. they report 63 volume steps but theJacob Meuser
2009-06-09quirks for MacBookPro3,1 inspired by FreeBSD's snd_hda. problemJacob Meuser
2009-06-07don't prefix the usage of a define that has a - with a -Jonathan Gray
2009-06-07Shave surplus space from format string.Michael Knudsen
2009-06-07fix uninitialized or undefined value returned to callerCharles Longeau
2009-06-06- don't mess with assert()/__assert(), use KASSERT() insteadJasper Lievisse Adriaanse
2009-06-06regenYojiro Uo
2009-06-06add another UDL deviceYojiro Uo
2009-06-06remove unused variable prevlen and a second initialization of ifp.Stuart Henderson
2009-06-06- implement support for rtl8187bMartynas Venckus
2009-06-06unfuck the rest of the way. when we bind the scribble pages to theOwain Ainsworth
2009-06-06unfuck slightly, offset was wrong.Owain Ainsworth
2009-06-06mechanical rename of ``priv'' to ``file_priv'' in the one function whereOwain Ainsworth
2009-06-06use BUS_DMA_ZERO instead of alloc + bzero.Owain Ainsworth
2009-06-06bring back the indians for pirofti -- handle unaligned access and put aTheo de Raadt
2009-06-06add an interface to agp to create a bus_dma_tag over a range of theOwain Ainsworth
2009-06-06Remove the last VGA_POST defines with X86EMU. Okay deraadt@.Paul Irofti
2009-06-06Fix RCSIdsMatthieu Herrb
2009-06-06option X86EMU is how this subsystem is brought into a kernelTheo de Raadt
2009-06-06Rewrite the SIOCSIFFLAGS ioctl handling code to clean it up a bit andChristian Weisgerber
2009-06-06fix include pathsTheo de Raadt
2009-06-06Add vga bios repost support. Fetched from the NetBSD tree mostly.Paul Irofti