diff options
| author | Steve Price <steve@FreeBSD.org> | 1999-03-08 21:21:43 +0000 |
|---|---|---|
| committer | Steve Price <steve@FreeBSD.org> | 1999-03-08 21:21:43 +0000 |
| commit | 0d43bf40ed322e377c15ecb0abb697ab7bc8c430 (patch) | |
| tree | 16ee331720eec775963e9a05ee1c483d8b20f402 /sys | |
| parent | c7ede78e51dec3196185b9f581a01d2a219db787 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/i386/isa/if_zp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/isa/if_zp.c b/sys/i386/isa/if_zp.c index 11e562c8b6a9..33fad6fb2626 100644 --- a/sys/i386/isa/if_zp.c +++ b/sys/i386/isa/if_zp.c @@ -1,7 +1,7 @@ /* * This code is based on * (1) FreeBSD implementation on ISA/EISA Ethelink III by Herb Peyerl - * (2) Linux implementation on PCMCIA Etherlink III by Devid Hinds + * (2) Linux implementation on PCMCIA Etherlink III by David Hinds * (3) FreeBSD implementation on PCMCIA IBM Ethernet Card I/II * by David Greenman * (4) RT-Mach implementation on PCMCIA/ISA/EISA Etherlink III @@ -34,7 +34,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * From: if_ep.c,v 1.9 1994/01/25 10:46:29 deraadt Exp $ - * $Id: if_zp.c,v 1.48 1998/06/07 17:10:40 dfr Exp $ + * $Id: if_zp.c,v 1.49 1998/10/22 05:58:39 bde Exp $ */ /*- * TODO: |
