summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2008-02-05Add strip size to debug print.Marco Peereboom
2008-02-05Create a generic function to validate IO instead of copying and pastingMarco Peereboom
2008-02-04Add PCI ids for some 82571 based multi port adapters.Brad Smith
2008-02-03- remove redundant setting of if_mtu as this is set by ether_ifattach().Brad Smith
2008-02-03- add initial support for the Marvell Yukon Supreme ASIC.Brad Smith
2008-02-03- add Marvell Yukon PCI ids for a second 88E8055 chipset and the 88E8075 chip...Brad Smith
2008-02-03Remove sparc64-specific hack to byteswap pcmcia bus_space access. This is noMark Kettenis
2008-02-03Redo umass_bbb_get_max_lun() and uses thereof toKenneth R Westerback
2008-02-03There is no such thing as RAIDCRYPTO so rename to CRYPTOMarco Peereboom
2008-02-02Correct the baudrate handling.Brad Smith
2008-02-02- Add a v1 device which I found here.Marcus Glocker
2008-02-02Move the current flow control status code out of em_media_status()Brad Smith
2008-02-02- Simplify statistics updates and remove redundant register reads.Brad Smith
2008-02-02regenBrad Smith
2008-02-02- add the VIA VT8237S PCI ISA bridge idBrad Smith
2008-02-02regenBrad Smith
2008-02-02add Marvell Yukon PCI ids for a second 88E8055 chipset and the 88E8075 chipset.Brad Smith
2008-01-31Add me to copyright.Marco Peereboom
2008-01-31recognize the BCM5755 C0 ASIC revision.Brad Smith
2008-01-31recognize the BCM5722 PHY.Brad Smith
2008-01-31regenBrad Smith
2008-01-31add the Broadcom BCM5722 PHY id.Brad Smith
2008-01-29Improve performance dramatically by preventing severeal context switches.Marco Peereboom
2008-01-29Add support for VIA VT8237S SATA.Jonathan Gray
2008-01-29regenJonathan Gray
2008-01-29Add VIA VT8237S SATA.Jonathan Gray
2008-01-27Add TODO's to comment.Marcus Glocker
2008-01-27Oops forgot one function when adding 16 byte scsi commands.Marco Peereboom
2008-01-26Remove duplicate protosMarco Peereboom
2008-01-26Fix some debug printsMarco Peereboom
2008-01-26regenClaudio Jeker
2008-01-26Add Radeon HD 2600 IDs. Diff by brad@ tested by myself.Claudio Jeker
2008-01-26Set the return value instead of returning right away so that the DMABrad Smith
2008-01-26SAS1078 is a megaraid, not a fusion-mpt, so dont attach to itDavid Gwynne
2008-01-26sync dma mem back to the cpu on poll failure.David Gwynne
2008-01-26despatch -> dispatchDavid Gwynne
2008-01-26newline when printing about a failure to attach.David Gwynne
2008-01-25Since TX rate control is done by the firmware, we report the maximumMarcus Glocker
2008-01-25regenBrad Smith
2008-01-25- correct a typo for the Atheros AR5311 entry.Brad Smith
2008-01-24Fix some comments.Marcus Glocker
2008-01-24We don't report the antenna in the bpf tap. Remove it.Marcus Glocker
2008-01-24Report RX rates in radio tap.Marcus Glocker
2008-01-24Create chunk and state transition functions for RAID 0.Marco Peereboom
2008-01-24Bring softraid into the world of 16 byte commands; this allows for > 2TB disksMarco Peereboom
2008-01-24provide an external hook for beeper devices just like pckbd(4) doesRobert Nagy
2008-01-24Oops, make fit in 80 cols.Marco Peereboom
2008-01-24Add IO path to RAID 0 discipline.Marco Peereboom
2008-01-24KNFMarco Peereboom
2008-01-23Cleanup cn_pri. Change constants to more meaningful names, rather thanJoel Sing