summaryrefslogtreecommitdiffstats
path: root/sys/amd64/isa/isa.c
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-07-25 21:19:19 +0000
committerobrien <obrien@FreeBSD.org>2003-07-25 21:19:19 +0000
commit02a4f42b9a41273fc443fa71eb4c4fec97ef2389 (patch)
tree0cc1f4ac3503871e016e3939aa9c91ef80541505 /sys/amd64/isa/isa.c
parentcdd3abf3e45cddd13c86bd9973f5f0bd352a56d1 (diff)
downloadFreeBSD-src-02a4f42b9a41273fc443fa71eb4c4fec97ef2389.zip
FreeBSD-src-02a4f42b9a41273fc443fa71eb4c4fec97ef2389.tar.gz
Use __FBSDID().
Brought to you by: a boring talk at Ottawa Linux Symposium
Diffstat (limited to 'sys/amd64/isa/isa.c')
-rw-r--r--sys/amd64/isa/isa.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/amd64/isa/isa.c b/sys/amd64/isa/isa.c
index 3a2def3..7f2b95d 100644
--- a/sys/amd64/isa/isa.c
+++ b/sys/amd64/isa/isa.c
@@ -22,10 +22,7 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $FreeBSD$
*/
-
/*
* Modifications for Intel architecture by Garrett A. Wollman.
* Copyright 1998 Massachusetts Institute of Technology
@@ -56,6 +53,9 @@
* SUCH DAMAGE.
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <sys/param.h>
#include <sys/bus.h>
#include <sys/malloc.h>
OpenPOWER on IntegriCloud