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