History log of /src/sys/arch/mac68k/dev/if_aevar.h |
Revision | | Date | Author | Comments |
1.10 |
| 11-Dec-2005 |
christos | merge ktrace-lwp.
|
1.9 |
| 15-Jan-2005 |
chs | de-__P, remove register, ansify, b* -> mem*.
|
1.8 |
| 29-Apr-1997 |
scottr | branches: 1.8.58; Use the new MI 8390 driver, and garbage collect.
|
1.7 |
| 19-Mar-1997 |
scottr | Several more changes to move us toward MI-ness:
- Use more consistent and portable types in the softc. - Map registers using an array of bus_size_t offsets, and set up the mapping in the attach code (thanks to Jason Thorpe for suggesting this!). - Disable the ae-specific watchdog, which is no longer necessary in the general case.
Still remaining: split out functions used to copy data to/from the card, and retain a way to have a local driver name with the MI code.
|
1.6 |
| 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.5 |
| 28-Feb-1997 |
scottr | branches: 1.5.2; Define aesetup() to return an int, so that the attach function can determine whether there was an error (if so, we unmap the slot space for this device). Use this functionality to tell the attach function that we couldn't clear the card's buffer.
Also in aesetup(), eliminate the bogus repetition of the error message we print when the buffer clear actually fails. Noticed by Hauke Fath.
|
1.4 |
| 28-Feb-1997 |
scottr | Move the NuBus-specific watchdog function from if_ae.c to if_ae_nubus.c, and allow the attach function to override the default watchdog. Also, do some minor cosmetic surgery (rename bus space tags/handles and some KNFing I missed the first time around).
|
1.3 |
| 25-Feb-1997 |
scottr | Move bus-independent setup code back into if_ae.c; enable the use of configuration flags. For NuBus cards, attempt to find the MAC address in the declaration ROM resources.
|
1.2 |
| 24-Feb-1997 |
scottr | Add support for the Kinetics EtherPort SE/30, from Ken Nakata.
|
1.1 |
| 24-Feb-1997 |
scottr | Split out the NuBus attachment code, and convert to bus.h
|
1.5.2.2 |
| 12-Mar-1997 |
is | Merge in changes from The Trunk, partially just reimplementing newarp.
|
1.5.2.1 |
| 28-Feb-1997 |
is | file if_aevar.h was added on branch is-newarp on 1997-03-12 15:08:39 +0000
|
1.8.58.1 |
| 17-Jan-2005 |
skrll | Sync with HEAD.
|