History log of /src/sys/arch/mac68k/dev/if_aereg.h |
Revision | | Date | Author | Comments |
1.17 |
| 12-Aug-1998 |
scottr | Support Cabletron Ethernet card, from John Marohn in PR 5762.
|
1.16 |
| 29-Apr-1997 |
scottr | Use the new MI 8390 driver, and garbage collect.
|
1.15 |
| 15-Mar-1997 |
is | New ARP system, supports IPv4 over any hardware link.
Some of the stuff (e.g., rarpd, bootpd, dhcpd etc., libsa) still will only support Ethernet. Tcpdump itself should be ok, but libpcap needs lot of work.
For the detailed change history, look at the commit log entries for the is-newarp branch.
|
1.14 |
| 24-Feb-1997 |
scottr | Add support for the Kinetics EtherPort SE/30, from Ken Nakata.
|
1.13 |
| 24-Feb-1997 |
scottr | Split out the NuBus attachment code, and convert to bus.h
|
1.12 |
| 12-Jan-1996 |
briggs | branches: 1.12.8; Patch to at least recognise FOCUS EtherLAN. From Erik Bertelson <erik@sockdev.uni-c.dk>
|
1.11 |
| 30-Jul-1995 |
briggs | Add support for Farallon from Brian Gaeke (brg@dgate.org).
|
1.10 |
| 28-Jun-1995 |
cgd | note that most of dev/ic's contents have changed names
|
1.9 |
| 21-Apr-1995 |
briggs | First pass of KNFication. Needs more.
|
1.8 |
| 19-Apr-1995 |
briggs | Define struct ae_ring which is necessary because BYTE_ORDER == BIG_ENDIAN, but the card is in x86 byte order mode because NuBUS does the swap "for us" on 16- and 32-bit transfers. We should probably figure some way to use the std struct ed_ring if/when all the 8390 drivers are all fully merged.
|
1.7 |
| 13-Apr-1995 |
briggs | Update to use dev/ic/dp8390.h. Mostly from mycroft. Still get extra data on either transmit or recieve, but want to checkpoint this work.
|
1.6 |
| 12-Apr-1995 |
briggs | Almost working synch with if_ed.c. Much by mycroft. Fixups by me. Inserts garbage characters--this driver isn't ready for use quite yet.
|
1.5 |
| 04-Dec-1994 |
briggs | Nuke Log in if_aereg.h and remove duplicate (and benign) sc->smem_size assignment from Brad Parker (brad@fcr.com).
|
1.4 |
| 03-Dec-1994 |
briggs | At least somewhat functional ethernet driver from Brad Parker (brad@fcr.com). Requires changes to via.c which are coming with other changes in a moment...
|
1.3 |
| 26-Oct-1994 |
cgd | new RCS ID format.
|
1.2 |
| 01-Mar-1994 |
briggs | More Dayna separation.
|
1.1 |
| 29-Nov-1993 |
briggs | Update to current work in progress. This includes an update to use config.new. Numerous updates to console so it works better on the SE/30 screen. Some nice changes from Brad Parker for handling NuBUS and an ethernet driver that I haven't worked on, yet.
|
1.12.8.1 |
| 12-Mar-1997 |
is | Merge in changes from The Trunk, partially just reimplementing newarp.
|