summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2014-06-17ansi function declarations.David Gwynne
2014-06-07Document bwi(4) interrupt error flags by using named constantsStefan Sperling
2014-05-30Remove dead assignment and newly created unused variable.Charles Longeau
2014-05-24Support for newer run(4) hardware ported from FreeBSD's run(4) driver.Stefan Sperling
2014-05-21We only have one possible location to use for a logged in port, so only setJonathan Matthew
2014-05-18Make rtsx(4) attach to RTL8402 devices. Reported as working by Eric Huiban.Stefan Sperling
2014-05-17When the firmware tells us a loop id is already in use, add the deviceJonathan Matthew
2014-05-10Sidestep format string issue by sanitizing a bit of debug code.Mark Kettenis
2014-05-08Format string fixes and removal of -Wno-format for hppa kernels.Miod Vallat
2014-05-04format string fixes for bus_addr_t and bus_size_tStefan Fritsch
2014-04-27transplant hotplug code over from qle(4)Jonathan Matthew
2014-04-23Document RTS5227 support in rtsx(4).Stefan Sperling
2014-04-23rename some hardware revisions to match FreeBSDJonathan Gray
2014-04-23add support for RTL8168EPJonathan Gray
2014-04-23While we always mask the revision with 0x7c800000 linux uses a tableJonathan Gray
2014-04-23Add support for RTL8168GUJonathan Gray
2014-04-22Remove RX checksum offloading support. The chip is too limited, andChristian Weisgerber
2014-04-21In qla_get_port_name_list, handle malloc failure, skip special fabric ports,Jonathan Matthew
2014-04-18reaching into altq unconditionally (and w/o ifdef ALTQ) is bad, mmkay?Henning Brauer
2014-04-16set ourselves up to respect the max data transfer size.David Gwynne
2014-04-16print the board name and firmware revision like we do on mpii andDavid Gwynne
2014-04-16have nvme_poll return the status bigs from the completion ringDavid Gwynne
2014-04-15i wanted to work on this in the tree so i could commit lots of smallDavid Gwynne
2014-04-14move the hardware structures into ahcireg.h.David Gwynne
2014-04-14Always copy out all mailbox registers and use msleep in a loop to ensure thatJonathan Matthew
2014-04-13wrap a long lineTheo de Raadt
2014-04-13In debug output, print loop ids as decimals and port ids as 24bit hex.Jonathan Matthew
2014-04-12nvm admin command opcodesDavid Gwynne
2014-04-12start working on a driver for non volatile memory express controllers.David Gwynne
2014-04-07When iterating through fabric ports, start at our own port ID. It doesn'tJonathan Matthew
2014-04-07ISP2322 chips need a different firmware image to other 2300s, so until weJonathan Matthew
2014-04-06Rework the command polling loop in a similar fashion as was done for qla(4).Mark Kettenis
2014-04-06Clear the interrupt before reading the response queue pointer register inMark Kettenis
2014-04-05set adapter buswidth according to the number of loop ids supported by theJonathan Matthew
2014-04-04Rework the command polling loop so it can handle multiple responses in a singleJonathan Matthew
2014-03-31Slightly better debugging code.Mark Kettenis
2014-03-31Rather than scanning local loop ids sequentially, just ask the chip whichJonathan Matthew
2014-03-31the hardware expects ahci_cmd_table to be 128 byte alignedDavid Gwynne
2014-03-31move the last htoleXX things to htolemXX where possible.David Gwynne
2014-03-31ahci dva things are 64bit and surprisingly aligned nicely to 64bit too.David Gwynne
2014-03-31replace bzero with memsetDavid Gwynne
2014-03-31massage the prdt (what an sgl is on every other chip) loading withDavid Gwynne
2014-03-31dva on ahci is 64bitDavid Gwynne
2014-03-28Reduce uvm include madness. Use <uvm/uvm_extern.h> instead ofMartin Pieuchot
2014-03-25use lemtohXX and htolemXX as much as possibleDavid Gwynne
2014-03-25when reading from the chip you use letoh32, not htole32.David Gwynne
2014-03-25everything is at least 4 byte aligned.David Gwynne
2014-03-24use htolemXX and lemtohXX in the scsi_cmd paths.David Gwynne
2014-03-24mpi scatter gather lists are 24 bytes long and next to each other inDavid Gwynne
2014-03-24factor out the setting of the request context field so mpi_start does itDavid Gwynne