diff options
author | David Greenman <dg@FreeBSD.org> | 1994-08-02 07:55:43 +0000 |
---|---|---|
committer | David Greenman <dg@FreeBSD.org> | 1994-08-02 07:55:43 +0000 |
commit | 3c4dd3568f411b4f00f795929afb77ca972c2325 (patch) | |
tree | 9ea7ac3fc9f929d5b95f3f2de7f4dcac70ff517b /sys/i386/isa/if_el.c | |
parent | 94e620434000f6b1f1f21bc1e1961b9480ea5ae2 (diff) |
Notes
Diffstat (limited to 'sys/i386/isa/if_el.c')
-rw-r--r-- | sys/i386/isa/if_el.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/i386/isa/if_el.c b/sys/i386/isa/if_el.c index a9033ec0b257..c16c5dfb77c7 100644 --- a/sys/i386/isa/if_el.c +++ b/sys/i386/isa/if_el.c @@ -5,6 +5,8 @@ * portions thereof. * * Questions, comments, bug reports and fixes to kimmel@cs.umass.edu. + * + * $Id$ */ /* Except of course for the portions of code lifted from other FreeBSD * drivers (mainly elread, elget and el_ioctl) |