summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2020-02-18Let aac(4) compile again by #include'ing selinfo.h.Kenneth R Westerback
2020-02-18Cleanup <sys/kthread.h> and <sys/proc.h> includes.Martin Pieuchot
2020-02-18rtsx(4): tsleep(9) -> tsleep_nsec(9); ok mpi@cheloha
2020-02-17Don't fake up an mbuf to prepend a readiotap header, just use bpf_mtap_hdr().Claudio Jeker
2020-02-17Use m_defrag() to linearize an mbuf chain instead of hand rolling a solutionClaudio Jeker
2020-02-17Use bpf_mtap_hdr() to prepend the radiotap header instead of faking anClaudio Jeker
2020-02-17The siop family members use various atop/ptoa dances (oosiop/osiop) orKenneth R Westerback
2020-02-15*_minphys() functions that cap i/o sizes at a value larger than theKenneth R Westerback
2020-02-15Don't touch the phase bit at nvme_poll_done(). This makes dumpsys()YASUOKA Masahiko
2020-02-15Eliminate gdt_minphys() as it doesn't do anything. As the comment saysKenneth R Westerback
2020-02-14Let's all agree to call our scsi_adapter variable '<dev>_switch'.Kenneth R Westerback
2020-02-14IPS_MAXFER, NAX_XFER, and MAXBSIZE are all definedKenneth R Westerback
2020-02-13Nuke *_minphys() functions that either simply apply MAXPHYS or doKenneth R Westerback
2020-02-07Nuke softc field 'sc_adapter" and just point sc_link's at shiney newKenneth R Westerback
2020-02-06Remove pointless intermediate scsi_adapter field of softc by pointingKenneth R Westerback
2020-02-06Delete unused scsi_adapter fields of softc's.Kenneth R Westerback
2020-02-06Eliminate use of 'migration aids' #define scsipi_<blah> and just useKenneth R Westerback
2020-02-06Soooooo much eye-searing trailing whitespace.Kenneth R Westerback
2020-02-06So much eye-searing trailing whitespace.Kenneth R Westerback
2020-02-06Whitespace tweak.Kenneth R Westerback
2020-02-05Nuke unnecessary abstraction 'scsi_minphys()' which just callsKenneth R Westerback
2020-02-05Detach timeouts and the softint handler before freeing memory.Martin Pieuchot
2020-01-27Rename advminphys function to adv_minphys. The prototype and one usage wereStuart Henderson
2020-01-27Prototypes should not name the parameters.Kenneth R Westerback
2020-01-27Prototypes should not name the parameters.Kenneth R Westerback
2020-01-26Shuffle some names around to make reading the code less headacheKenneth R Westerback
2020-01-25Drivers that implement their own *minphys() don't need to call theKenneth R Westerback
2020-01-24remove unreferenced ncr5380 driver filesTed Unangst
2020-01-23Use a consistant idiom/format when declaring scsi_adapter structuresKenneth R Westerback
2020-01-23ciss(4): tsleep(9) -> tsleep_nsec(9)cheloha
2020-01-23ciss(4): ciss_cmd: split polling loop into two loopscheloha
2020-01-22wbsd(4): timeout_add(9) -> timeout_add_msec(9); ok deraadt@cheloha
2020-01-20ciss(4): de-indent polling logiccheloha
2020-01-15aac(4): tsleep(9) -> tsleep_nsec(9)cheloha
2020-01-15lpt(4): timeout_add(9) -> timeout_add_msec(9), tsleep(9) -> tsleep_nsec(9)cheloha
2020-01-11ami(4): msleep(9) -> msleep_nsec(9); ok kn@cheloha
2020-01-11Implement block mode. Tweak an error message while there.Mark Kettenis
2020-01-11acx(4): tsleep(9) -> tsleep_nsec(9); ok claudio@cheloha
2020-01-11remove sli(4)Jonathan Gray
2020-01-10pluart(4): timeout_add(9) -> timeout_add_sec(9); ok jsg@cheloha
2020-01-10remove dpt(4) driver for DPT EATA SCSI RAIDJonathan Gray
2020-01-09Convert sleeps of 1sec or more to tsleep_nsec(9).Martin Pieuchot
2019-12-31convert infinite msleep(9) to msleep_nsec(9)Jonathan Gray
2019-12-31Convert infinite sleeps to {m,t}sleep_nsec(9).Martin Pieuchot
2019-12-31include sys/sensors.h for sensor useJonathan Gray
2019-12-20Make athn(4) use a constant Tx retry rate while MiRA is probing.Stefan Sperling
2019-12-17Add support for NCT6775F, NCT5104D, NCT6779D, NCT679[1235]D sensors.mortimer
2019-11-30pckbc(4): tsleep(9) -> tsleep_nsec(9); ok jca@cheloha
2019-11-19Set isr to the correct value (sc->rl_intrs).Kevin Lo
2019-11-19Don't assign ifp twice in the re_txeof().Kevin Lo