summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2007-04-16regenJonathan Gray
2007-04-16Another unbranded udav(4) device.Jonathan Gray
2007-04-15Make code that fetches the MAC address from PCI ROM actually work.Mark Kettenis
2007-04-15Give this code a chance to work on platforms where the page size isn't 8k.Mark Kettenis
2007-04-15Add defines for Rx page size register.Mark Kettenis
2007-04-14replace IPL_BIO with IPL_NET. vic(4) is a networking driver, not blockReyk Floeter
2007-04-14shave some blocks off each chunk to make sure disklabel doesn't get eatenTed Unangst
2007-04-14Add degraded raid 1 io path codeMarco Peereboom
2007-04-13move the debugging messages into #ifdef IPMI_DEBUG, we do not need toReyk Floeter
2007-04-13scsi_generic is now 16 bytes. Adjust padding so struct is stillKenneth R Westerback
2007-04-13scsi_generic is now 16 bytes. Adjust offsets into structure beingKenneth R Westerback
2007-04-13scsi_generic is now 16 bytes. Adjust offsets into structure beingKenneth R Westerback
2007-04-13The integrated Atheros NICs found in IBM/Lenovo ThinkPads use the sameReyk Floeter
2007-04-13regenJasper Lievisse Adriaanse
2007-04-13add Ageia and a GeForce cardJasper Lievisse Adriaanse
2007-04-12Fix newlines in dmesg.Miod Vallat
2007-04-12Do a security freeze lock like we do in wd(4) to deal with systemsJonathan Gray
2007-04-12Oops, a code rearrangement meant that I didn't initialise the failed ccbChristopher Pascoe
2007-04-12Add failure statistics per workunit.Marco Peereboom
2007-04-11Remove stale comment.Marco Peereboom
2007-04-11Fix thinko where vol was used instead of i (scsibus).Marco Peereboom
2007-04-11Add infrastructure to run with multiple openings.Marco Peereboom
2007-04-11Check return value from m_devget().Mark Kettenis
2007-04-11Remove debug leftovers to make console output quite again in hostap mode.Marcus Glocker
2007-04-11Cleanup makros even more. Remove unused ones and reduce the amount ofClaudio Jeker
2007-04-11As probe response mgmt frames are already handled by the firmware, ignoreMarcus Glocker
2007-04-11Do not use m_prepend() directly, always use M_PREPEND() instead.Claudio Jeker
2007-04-11((cast)ptr)++ is not a valid lvalue, despite being tolerated by gcc, soMiod Vallat
2007-04-11Added changes for C-StateJordan Hargrave
2007-04-10endian fixes for the read capacity handling.David Gwynne
2007-04-10Add support for a fourth axis on wsmouse devices, e.g. on the Apple MightMiod Vallat
2007-04-10``it's'' -> ``its'' when the grammar gods require this change.Miod Vallat
2007-04-10slighly -> slightlyMiod Vallat
2007-04-10wrap reading of the error fis up into a func of its own, and useDavid Gwynne
2007-04-10Sort ATA commands by value.Jonathan Gray
2007-04-09Remove unused prototype.Mark Kettenis
2007-04-09Assert my copyright for the AX88178/AX88772 bits over the last few years.Jonathan Gray
2007-04-09Remove any possibility of of an underflow happening whenJonathan Gray
2007-04-09Add missing letoh16() for eeprom value.Jonathan Gray
2007-04-08Use CMD_OK instead of 0, no binary change, from mickeyPedro Martelletto
2007-04-08Whitespace/long line fixups. No code change.Christopher Pascoe
2007-04-08Add compile-time support for coalescing command interrupts to reduce theChristopher Pascoe
2007-04-08Change the API to sili_port_intr so it can timeout a command and reuse theChristopher Pascoe
2007-04-08Add support for NCQ error recovery and enable NCQ command submission.Christopher Pascoe
2007-04-08x4100 machines need a hold off in between reads and write to the bmcMarco Peereboom
2007-04-08Track the order that CCBs are submitted in, so that after an error we areChristopher Pascoe
2007-04-08sili uses one queue for NCQ and legacy commands. No need for the AHCI-styleChristopher Pascoe
2007-04-07ANSI-fy. No functional change.Kenneth R Westerback
2007-04-07Nuke NetBSD defines APRINTF_NORMAL/_ERROR and just use the printf they wereKenneth R Westerback
2007-04-07Always assume write commands had zero residual; the chip only countsChristopher Pascoe