shoebill/core/ethernet_rom/shoebill_ether.make
name fd31d642b0 Lots of new ethernet-related code (doesn't work yet)
The board is basically implemented. It's just a dummy slot ROM
with no driver or primary/secondary init, that looks enough
like the Apple EtherTalk card. The DP8390 controller chip
has its address space implemented, and some of its registers
work. Lots more work to do on that

With slog() tracing enabled, you can see A/UX try to send a
multicast ethernet frame, then give up waiting for some kind
of response from the chip, then decide that the ethernet
controller is dead and print an error to console
2014-08-27 19:37:26 -04:00

1 line
325 B
Makefile
Executable File

# File: shoebill_ether.make
# Target: shoebill_ether
# Sources: shoebill_ether_rom.a
OBJECTS = shoebill_ether_rom.a.o
shoebill_ether ÄÄ shoebill_ether.make {OBJECTS}
Link
{OBJECTS}
-o shoebill_ether
shoebill_ether_rom.a.o Ä shoebill_ether.make shoebill_ether_rom.a
Asm shoebill_ether_rom.a