Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
on powerbook/ibook machines. It currently doesn't work anyway.
Pointed out by Alexander Guy.
|
|
gem works, but is not overly stable yet, sometimes recieves one
packet and stops. hme works fine, if the interrupts are connected
properly (not yet).
|
|
route the interrupts correctly.
|
|
|
|
|
|
|
|
the 'as' in openbsd source tree does not yet support altivec instructions.
The pieces to enable it have been put in macppc/conf/GENERIC and
macppc/conf/Makefile.macppc in comments.
Once 'as' is updated the kernel option should be removed.
|
|
|
|
and power event are not handled, however it is enough support
to poll the battery/AC/charging states of the system.
Code by Alexander Guy.
|
|
on some newer system due to power control issues.
Has carrier detect problems with incoming (getty) on most/all systems.
Outgoing seems to work fine (unless modem power issues prevent).
|
|
|
|
wdc_obio changes were tested, however this file was not commited to
renable DMA for those devices.
Minor missing item on the adb mouse, add it to mux 0.
Muxing is still disabled, but this was missing.
|
|
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.
|
|
|
|
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/conf to macppc/conf
files.powerpc was modified to keep powerpc common files.
|