summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2009-06-24Add support for the SMBus controller for the Broadcom HT-1100 chipsetTheo de Raadt
2009-06-24like I did for em(4) before, doubled error messages are sillyTheo de Raadt
2009-06-24Reset the rebuild counter when initiating a rebuild.Joel Sing
2009-06-24Abort the current rebuild if the rebuild chunk disappears. Whilst here alsoJoel Sing
2009-06-24for the isp(4) driver, invert the meaning of the options which pullTheo de Raadt
2009-06-24Major update to isp driver, mostly from mjacob via FreeBSD.Kenneth R Westerback
2009-06-24print RFv1/RFv2 for 8187L dmesgs; since code paths are very differentMartynas Venckus
2009-06-23syncStuart Henderson
2009-06-23Add the PCI id for the EHCI controller on the AMD 8111 from the datasheet.Stuart Henderson
2009-06-23Make sure that the metadata level matches the requested assembly level whenJoel Sing
2009-06-23Fix some more whitespace issues.Joel Sing
2009-06-23Add support for the 82574L chips and the bme1000 phy which is also used onClaudio Jeker
2009-06-23Ignore the PCT if the PSS has zero entries, only becameGordon Willem Klok
2009-06-23Don't use == for string comparison.Jonathan Gray
2009-06-22Sync the strict alignment with vr(4). Remove the if (1) and replace it withClaudio Jeker
2009-06-22Tidy up promiscuous mode and multicast handling; tested by Simon KuhnleStuart Henderson
2009-06-21Use static for forward decl of static arrays instead of externJonathan Gray
2009-06-21simplify write_s16 routine and just use memory stack instead of twoMartynas Venckus
2009-06-21fix rcs ids. ok sthen@Martynas Venckus
2009-06-20Rewrite the interface flag handling case code and update the receiveChristian Weisgerber
2009-06-20Force atapiscsi to depend upon wdc_base. This allows kernels to haveMiod Vallat
2009-06-20First stab at state transitions.Marco Peereboom
2009-06-19Allow bge(4) to recognize the revisions of the 57780 ASICs. From Brad.Christian Weisgerber
2009-06-19Some more defines for bge(4). Mainly bits for accessingChristian Weisgerber
2009-06-19Tidy up allocation of transmit DMA maps and generalize it to alsoChristian Weisgerber
2009-06-19Always report 0 as the minimal brightness level to wscons. This results inMark Kettenis
2009-06-19Either jordan or jsing left some debug prints behind. tsk tsk.Marco Peereboom
2009-06-18fix previous: start playback when at least one block of data hasJacob Meuser
2009-06-18Remove the if (1) that makes blambert@ cry. Appreciated blambert@Claudio Jeker
2009-06-18First sync the descriptor then check if the owner of the descriptor.Claudio Jeker
2009-06-18MCLGETI support for vr(4) interfaces. This will make the newer soekris andClaudio Jeker
2009-06-18Add other valid chunk state transitions for RAID 1.Joel Sing
2009-06-18Check the set state status rather than always assuming a rebuild has beenJoel Sing
2009-06-18Fix some typos and whitespace issues.Joel Sing
2009-06-18KNF, okay deraadt@.Paul Irofti
2009-06-18regenJonathan Gray
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