summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2009-05-24declare a variable at the start of bwi_dma_free() insteadJonathan Gray
2009-05-23FALL THROUGH -> FALLTHROUGH to appease lintJonathan Gray
2009-05-18fix reading from e-fuse rom (>= RT3070 only).Damien Bergamini
2009-05-15TOD clock support for IOC3 flavours with DS174x chips (which are rebadgedMiod Vallat
2009-05-15properly identify the RT3052 radio (dual-band 2T2R) in dmesg.Damien Bergamini
2009-05-11properly set unicast to me mask in MAC_ADDR_DW1 register.Damien Bergamini
2009-05-11enable USB Rx stream mode (aggregation of muliple bulk xfers in a single one).Damien Bergamini
2009-04-30Add READ(16) & WRITE(16) commands.Marco Peereboom
2009-04-29Implement the 64bit FIFO modes (based on the OpenCISS SpecificationReyk Floeter
2009-04-29MFI_D_IOCTL should be commented out. No binary change.Marco Peereboom
2009-04-23Clear IFF_RUNNING and IFF_OACTIVE flags and cancel watchdog timer inMark Kettenis
2009-04-17Switch hme(4) over to using MCLGETI when allocating mbufs for the RX ring.Mark Kettenis
2009-04-15Remove en(4) (no manpage present, no none removed), and the midway.c glue codeOwain Ainsworth
2009-04-04scrub more fields in the ccb when returning them to the free list afterDavid Gwynne
2009-03-31On watchdog timeout reset the full chip. Just draining the tx ring is notClaudio Jeker
2009-03-29make various strings ("can't map mem space" and similar) more consistentStuart Henderson
2009-03-29spelloMarco Peereboom
2009-03-29Remove unused prototype.Mark Kettenis
2009-03-29when we steal the SYNC CACHE command in mfi_scsi_cmd we still have toDavid Gwynne
2009-03-29fix a small race in mfi_mgmt between the checking of a ccbs completion andDavid Gwynne
2009-03-22Add workaround for RX MAC/FIFO hangs on ERI. Tested by matthieu@ and naddy@.Mark Kettenis
2009-03-20Unconditionally drain the RX ring when stpping the chip.Mark Kettenis
2009-03-11Do more error checking in acx(4).Stefan Sperling
2009-03-09Do not start printing device info before attachment succeeded.Stefan Sperling
2009-03-08Move more z8536 defines from MVME188 specific code to the MI header and use it.Miod Vallat
2009-03-07No need to spam log with 'unable to alloc CCB' messages now thatKenneth R Westerback
2009-03-07Make sure the scsi_xfer timeout is set up before the command may complete;Miod Vallat
2009-03-06Add a few more cpu types from freebsd driver found on serveraid-8k board.Alexander Yurchenko
2009-03-06Bring NO_CCB to mpi.Kenneth R Westerback
2009-03-05Bump bus space size limit to fit all possible registers of the roketAlexander Yurchenko
2009-03-03Make sure the scsi_xfer timeout is triggered while the command is still alive.Miod Vallat
2009-02-26If acx_attach() fails, print the reason why it is failing.Stefan Sperling
2009-02-20Bring NO_CCB to cac(4), which helps bio work better withoutKenneth R Westerback
2009-02-16Extend the scsi_adapter minphys() callback to take a struct scsi_link *Miod Vallat
2009-02-15change M_WAITOK --> M_WAITOK | M_CANFAILCharles Longeau
2009-02-13missing braces; ok marcoStuart Henderson
2009-02-12don't access undocumented register 0x82 for <= MAC06, since newerMartynas Venckus
2009-02-07Unifdef __OpenBSD__, these defines don't help us to sync with NetBSDAlexander Yurchenko
2009-02-06Split sti structures into rom-related information and screen-relatedMiod Vallat
2009-02-06The new font selection logic would loop and consume all kmem on promsMiod Vallat
2009-02-06Replace comparision between boolean expression result and an integerAlexander Yurchenko
2009-02-04Do not use m_pullup() because it aligns the data to a word boundaryClaudio Jeker
2009-02-01Save the text mode color palette upon startup, and restore it whenMiod Vallat
2009-01-29``beginning'' is spelled with 2 `g' and 3 `n'.Miod Vallat
2009-01-29Oops, correct logic when requested font index is out of bounds. ThankfullyMiod Vallat
2009-01-28Add support for next generation megaraid sas raid controllers.Marco Peereboom
2009-01-28If the rom contains a monitor table, look for an entry matching ourMiod Vallat
2009-01-27make drivers tell the mclgeti allocator what their maximum ring size isDavid Gwynne
2009-01-26I changed the IEEE80211_QOS_ACK_POLICY_* definitions to be more in lineDamien Bergamini
2009-01-26Add some initial HT bits (not enabled yet) based on 802.11n Draft 7.01:Damien Bergamini