diff options
author | peter <peter@FreeBSD.org> | 2005-01-21 05:56:41 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2005-01-21 05:56:41 +0000 |
commit | e6f6e38169350b9e71bfe8309e0c4c989925a7c2 (patch) | |
tree | 7aa3eecd411581c48e10f05beb128bbb41ea0aff /sys/amd64/isa/isa.c | |
parent | 5558cc24b7e0bd341f099d2b9730d1ae90a0eb3b (diff) | |
download | FreeBSD-src-e6f6e38169350b9e71bfe8309e0c4c989925a7c2.zip FreeBSD-src-e6f6e38169350b9e71bfe8309e0c4c989925a7c2.tar.gz |
MFi386: whitespace, copyright header, etc updates
Diffstat (limited to 'sys/amd64/isa/isa.c')
-rw-r--r-- | sys/amd64/isa/isa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/isa/isa.c b/sys/amd64/isa/isa.c index dc39a31..9ac9c32 100644 --- a/sys/amd64/isa/isa.c +++ b/sys/amd64/isa/isa.c @@ -27,7 +27,7 @@ #include <sys/cdefs.h> __FBSDID("$FreeBSD$"); -/* +/*- * Modifications for Intel architecture by Garrett A. Wollman. * Copyright 1998 Massachusetts Institute of Technology * |