summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2009-06-06Rewrite the SIOCSIFFLAGS ioctl handling code to clean it up a bit andChristian Weisgerber
2009-06-05%zu is not meant for size_t in the kernel. Change to %lu.Ray Lai
2009-06-04Add missing argument to printf statement.Ray Lai
2009-06-04Fix IPv4 rx checksumming for the non-TCP/UDP case. DESCV2 chipsChristian Weisgerber
2009-06-03make wireless interfaces priority 4 by default. other interfaces remainBob Beck
2009-06-03put the values direct in the array, otherwise the nested macros are longerTheo de Raadt
2009-06-03mjacob took kettenis's r1.44 into FreeBSD and added a tweak toKenneth R Westerback
2009-06-03from Brad; I've read and tested it, also reads ok to dlg@.Stuart Henderson
2009-06-02make rl at pci detachable; untested.Jonathan Gray
2009-06-02Make fxp at pci detachable; untested.Jonathan Gray
2009-06-02make dc at pci detachable; untested.Jonathan Gray
2009-06-02let atw at pci be detachable; untested.Jonathan Gray
2009-06-02replace custom macro AR5K_ELEMENTS() with nitems()Reyk Floeter
2009-06-02If a bogus channel is encountered, return an error instead of tryingPhilip Guenthe
2009-06-02change a sizeof() to nitems() because the array subtype is a short.Theo de Raadt
2009-06-02The xl_detach() function is now used by pci code, so it must be in theTheo de Raadt
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