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
2016-04-13
implement handling of scsi read capacity commands
David Gwynne
2016-04-13
implement basic scsi inquiry handling
David Gwynne
2016-04-13
provide variants of the sqe struct for q creation and io operations
David Gwynne
2016-04-13
implement the guts of the scsi probe and free function
David Gwynne
2016-04-13
implement the namespace identify structure
David Gwynne
2016-04-13
the io command set
David Gwynne
2016-04-13
wire up the scsi midlayer. scsibus should appear after this.
David Gwynne
2016-04-13
allocate an array of things to hold info about namespaces
David Gwynne
2016-04-13
stash the controller identify and number of namespaces in the softc.
David Gwynne
2016-04-13
make a place for q_id to go
David Gwynne
2016-04-13
provide an scsi_adapter and stub functions for emulation to sit in
David Gwynne
2016-04-13
nvme_sqe_fill will post a copy of an sqe from a caller
David Gwynne
2016-04-13
poll for command completion on the cqe itll be of calling nvme_intr
David Gwynne
2016-04-13
make nvme_poll return the flags from the completion queue entry
David Gwynne
2016-04-13
keep track of the queue id in nvme_queue.
David Gwynne
2016-04-13
rename idx to id in nvme_q_alloc
David Gwynne
2016-04-13
nvme_dmamem_alloc runs in autoconf or process context, so it can sleep
David Gwynne
2016-04-13
G/C IFQ_SET_READY().
Martin Pieuchot
2016-04-12
shuffle attach so we read chip capabilities before operating on it
David Gwynne
2016-04-01
Remove outdated unused compat define. mono_time no longer exists and
Jonathan Gray
2016-03-27
Kill async code commented out for more than 10 years.
Martin Pieuchot
2016-03-21
In ral(4) RT2860 code, replace custom defrag with m_defrag().
Stefan Sperling
2016-03-21
Fix watchdog timeouts and dropped frames under load with RT2860 ral(4).
Stefan Sperling
2016-03-21
The common part of rtwn(4) needs help from attachment drivers to determine
Stefan Sperling
2016-03-19
Reduces the noise around the global ``ticks'' variable by renaming
Martin Pieuchot
2016-03-15
'accomodate' -> 'accommodate' in comments.
Kenneth R Westerback
2016-03-15
usbd_is_dying() can't be part of the common rtwn(4) driver code once we
Stefan Sperling
2016-03-14
Change a bunch of (<blah> *)0 to NULL.
Kenneth R Westerback
2016-03-11
Move rtwn(4) DMA init code back to the PCI part of the driver.
Stefan Sperling
2016-03-10
don't check stack-allocated arrays against NULL
mmcc
2016-03-10
Enforce some naming sanity. Stop using 'sc_link' to mean two different
Kenneth R Westerback
2016-03-09
Make rtwn(4) check for "unsupported test chip" error during attach again.
Stefan Sperling
2016-03-09
Make rtwn(4) stop the chip during DVACT_QUIESCE rather than DVACT_SUSPEND
Stefan Sperling
2016-03-09
Split the rtwn(4) driver into two layers:
Stefan Sperling
2016-03-07
For rtwn(4) and urtwn(4) inline driver-specific definitions in their
Stefan Sperling
2016-03-07
Merge TX/RX descriptors used by rtwn(4) and urtwn(4) into common header file.
Stefan Sperling
2016-03-07
Merge rtwn(4) and urtwn(4) register definitions into a common header file.
Stefan Sperling
2016-02-12
pcakets -> packets
mmcc
2016-01-22
remove a surplus splbio
Jonathan Gray
2016-01-15
when enabling the controller, wait till CSTS.RDY lights up.
David Gwynne
2016-01-15
feng shui.
David Gwynne
2016-01-15
fix calculation of the max queue entries supported value
David Gwynne
2016-01-15
handle the version register like ahci.
David Gwynne
2016-01-15
wrap up dma syncs for the whole mapping.
David Gwynne
2016-01-12
Remove wireless turbo mode support. It is a non-standard extension
Stefan Sperling
2016-01-05
Remove the IEEE80211_NO_HT macro. Reduces ifdef spaghetti, enables 11n mode
Stefan Sperling
2016-01-04
mark the driver MPSAFE. most of this is cleaning up the oactive handling.
David Gwynne
2015-12-28
Rework re_start and re_txeof to only check the producer/consumer ring
Jonathan Matthew
2015-12-19
Replace 'arc4random() % x' by 'arc4random_uniform(x)'.
tb
2015-12-17
sprinkling ifndef __linux__ around two variable declarations could not
Ted Unangst
[prev]
[next]