Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
Add support for Python 3 and make it the default.Python 2.7 will retire on Januari 1, 2020.
Add an example program (in Python) for the AMD Am79c900 (ILACC)ethernet controller. The ethernet controller is emulated by VMwareFusion (for example) and is a good device to demonstrate how to use
Add an example program (in Python) for the AMD Am79c900 (ILACC)ethernet controller. The ethernet controller is emulated by VMwareFusion (for example) and is a good device to demonstrate how to usethe bus space and busdma functions due to its simple programming.The program sets up the DMA structures, sends a DHCP discover packet,waits 2 seconds, and iterates over the receive ring for an offer.
show more ...