diff options
Diffstat (limited to 'sys/i386/isa/if_el.c')
-rw-r--r-- | sys/i386/isa/if_el.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/isa/if_el.c b/sys/i386/isa/if_el.c index ad174bd165fe8..9313cf523abc8 100644 --- a/sys/i386/isa/if_el.c +++ b/sys/i386/isa/if_el.c @@ -9,7 +9,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i386/isa/if_el.c,v 1.67.2.1.10.1 2008/10/02 02:57:24 kensmith Exp $"); /* Except of course for the portions of code lifted from other FreeBSD * drivers (mainly elread, elget and el_ioctl) |