Email and Usenet suite for the Apple //e or GS with Uthernet-II ethernet card
Go to file
Oliver Schmidt 0b3e0c2173 Introduced IP65 "combo" libraries.
Up to now every IP65 library contained exactly one Ethernet driver. In scenarios without strict memory limitations I might however be benefitial to have an IP65 library containing all Ethernet drivers available for a given target.

The Ethernet hardware detection that was already present before is used in this scenario to try to initialize one Ethernet driver after the other until one succeeds. If all drivers fail to initialize the user gets informed as usual.

The WIZ811MJ driver was primarily introduced for orthogonality reasons. There are however at least two W5100-based prototypes for the C64 so it makes at least some sense. The name was chosen as sort of placeholder for "something containing a W5100 chip".
2015-07-08 10:13:08 +02:00
drivers Introduced IP65 "combo" libraries. 2015-07-08 10:13:08 +02:00
inc Introduced IP65 "combo" libraries. 2015-07-08 10:13:08 +02:00
ip65 Export dns_hostname_is_dotted_quad. 2015-04-13 21:01:59 +02:00
supplement Added W5100 UDP driver. 2014-02-27 22:00:07 +01:00
test Introduced IP65 "combo" libraries. 2015-07-08 10:13:08 +02:00
.gitignore Added A2 and VIC20 binaries. 2014-04-27 14:52:31 +02:00
CONTRIBUTORS.txt Updated contributors. 2014-04-28 18:57:13 +02:00
LICENSE.txt Added text files from doc directory. 2013-12-14 00:27:32 +01:00