if_lge Nope
if_lmc Nope
if_my Nope
if_nge Nope
if_pdq Nope
if_tx Nope
iir Nope
isp OK
mlx OK
mly OK
mpt OK
pst Nope
stg OK
sym Nope
trm Nope
musycc Nope
ubsec Nope
usb Nope
wds OK
Also, make sure we have ';' after entities and related notions.
notes field (generally kvtop(), vtophys()).
Add/change the following conditions:
if_ed Nope
if_en Nope
if_idt Nope
if_ie Nope
aha OK
aic OK
asr Nope
buslogic Nope
dpt Nope
ida OK
ct Nope
digi Nope
drm Nope
exca OK
fb Nope
firewire Nope
hea Nope
hfa Nope
hifn OK
src/sys/dev/*/if* for use of dma. Most drivers don't use busdma.
if_lnc uses busdma, but also uses vtophys() so is likely bogus.
if_hme and if_gem appear to use older busdma interfaces and may
require updating.
a first pass with a brief description, and some initial status. Status
is split into two areas: platform support (i386, sparc64, etc), and
driver support (network interfaces, storage, ...). For each, the level
of support is in the process of being documented, and for drivers under
active work, that is listed along with the task owner. Providing
support for PAE on i386, as well as high performance driver support on
non-i386 platforms, will require the conversion of many of the important
system drivers. We'll need to inventory the relevant drivers, and then
have maintainers update them to use the proper interfaces.