Age | Commit message (Collapse) | Author |
|
Enable Interrupts (recieve/status) initially.
Code currently does not enable them elsewhere.
Use a timeout to scedule the soft interrupt, since no MI soft interrupt
scheme works yet. This will have issues with high receive rates.
|
|
|
|
|
|
|
|
idea from deraadt@ via NetBSD
millert@ ok
|
|
|
|
Now uses mii/mii_bitbang.
Driver still has performance issues, It does not transfer
as fast data as it should. No worse than before.
Need to investigate a dhclient reported error:
'ip length 331 disagrees with bytes recieved 336'. only on if_bm.
|
|
w/ bus_dma(9) and rework drivers accordingly.
make drivers use bus_dma as well, except for if_bm (later ;) .
additionally, sync wdc_obio w/ netbsd.
drahn@ ok, tested by miod@, pval@, brad@, mickey@
|
|
|
|
|
|
|
|
|
|
This maps the region with mapiodev().
|
|
calling another driver to turn on it's enables properly.
For now wi_obio will mapiodev the keywest enable region.
|
|
can produce physically non-contiguous memory space, and thus
trash the innocent pages. also make use of pci_mapreg_map
and other `usefull' stuff (;
import a reliability kludge from netbsd, the one to
mark all buffers GMAC_OWN after rint is done.
drahn@ ok
|
|
renamed correctly.
|
|
is being renamed to macppc. This is to allow sharing of common code
between different powerpc base platforms.
Most of the work involved in the renaming process was performed by miod@
Files moved from powerpc/mac to macppc/dev
|