summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2006-08-27try to get the status of the volume out of the arc firmware and intoDavid Gwynne
2006-08-27if a disk dissapears out of a raidset, then the raid info will list its idDavid Gwynne
2006-08-27little nitDavid Gwynne
2006-08-26Remove ifdef/ifndef __OpenBSD__ maze so only what we use is left.Jonathan Gray
2006-08-26Cleanup. Add config flag to make fans blast at full speed.Mark Kettenis
2006-08-25update for the Triware to 3ware renaming and use pci_matchbyid().Brad Smith
2006-08-25regenBrad Smith
2006-08-25- rename TRIWARE to 3WAREBrad Smith
2006-08-25Disable interrupts during the attach of UHCI and EHCI controllers. IfChristopher Pascoe
2006-08-25fill in the controllers name in the inq ioctl. spotted by deraadt@David Gwynne
2006-08-25don't need to clear if_timer during attach.Brad Smith
2006-08-25only write to the RMAC_CFG_KEY register for the Xframe chipset.Brad Smith
2006-08-25Allow the driver to compile with MSK_DEBUG.Brad Smith
2006-08-24Add some first PCI glue.Marcus Glocker
2006-08-24s/IEEE80211_MTU_MAX/IEEE80211_MAX_LEN/ in my previous commit.Damien Bergamini
2006-08-24dont print debug output when the scsi completion path returns withDavid Gwynne
2006-08-24show the firmware revision of the disks.David Gwynne
2006-08-24report the size of the disks and volumes correctly.David Gwynne
2006-08-24Be sure to print device name in debug messages, removeJonathan Gray
2006-08-24when shutting down, wrap the variable manipulation in splusb() so weirdJason Wright
2006-08-24too much copy and paste. report raid 1 correctly.David Gwynne
2006-08-24ignore passthru volumes, struct bioc_vol isnt smart enough to know whatDavid Gwynne
2006-08-24figure out the raid level of the volume.David Gwynne
2006-08-24oops, im unlocking too oftenDavid Gwynne
2006-08-24a start at the BIOC INQ, VOL, and DISK ioctls for fetching informationDavid Gwynne
2006-08-24regenGordon Willem Klok
2006-08-24Add vendor "miro computer products AG" and device MiroVIEDO DC20 plusGordon Willem Klok
2006-08-24regenBrad Smith
2006-08-24add the Epson Perfection 1670 and Stylus CX3650.Brad Smith
2006-08-23- fall back to 1Mbps if tx rate is returned as zero. avoids divide by zero. ...Niall O'Higgins
2006-08-23Protect scsi_done() with splbio(), discussed with and okay dlg@, marco@Pedro Martelletto
2006-08-23the maximum MTU allowed for IEEE802.11 is 2290 which is greater thanDamien Bergamini
2006-08-23in rum_rxeof(), don't check xfer length against IEEE80211_MIN_LEN sinceDamien Bergamini
2006-08-23regenBrad Smith
2006-08-23add SiS 191 Gig Ethernet PCI id.Brad Smith
2006-08-23Add Nova Tech NV-902W, and mention another Zinwell ural(4) device.Jonathan Gray
2006-08-23regenJonathan Gray
2006-08-23Add another ural(4) device, Nova Tech NV-902W.Jonathan Gray
2006-08-22Fix possible NULL deref from Alexey V. Vatchenko <avv@mail.zp.ua>Marco Peereboom
2006-08-22Clear sti display on console attach, now that the bootloader leaves usMiod Vallat
2006-08-22use LIST_FOREACH; from FreeBSDMartin Reindl
2006-08-22Very initial import to support the PrismGT chipset (FullMAC for now).Marcus Glocker
2006-08-22- Re-add the m_adj() back into em_get_buf(), but this time checkBrad Smith
2006-08-22Deactivate the QTDs when removing a queue head to prevent the hostChristopher Pascoe
2006-08-22Be more aggressive about waiting for the host controller doorbell,Christopher Pascoe
2006-08-21ramdisks do not have vlan, drop mbuf; ok bradTheo de Raadt
2006-08-21Delete #ifdef/#ifndef __OpenBSD__ chunks, leaving just the code weKenneth R Westerback
2006-08-21Add missing amrr statistic updates. Makes rate control work proper.Marcus Glocker
2006-08-21simplfy code a bit and fix comments, this is the MRU being set not theBrad Smith
2006-08-21enable Jumbo support.Brad Smith