diff options
Diffstat (limited to 'sys/boot/common/isapnp.c')
-rw-r--r-- | sys/boot/common/isapnp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/common/isapnp.c b/sys/boot/common/isapnp.c index a8efb28c7e1b3..c98f17654edf9 100644 --- a/sys/boot/common/isapnp.c +++ b/sys/boot/common/isapnp.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/common/isapnp.c,v 1.7 2003/08/25 23:30:41 obrien Exp $"); /* * Machine-independant ISA PnP enumerator implementing a subset of the |