blob: 71cbc6edbeffe9d49201ad3bc9ffb8aa1d278beb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
$NetBSD: patch-bc,v 1.2 2015/12/29 23:34:49 dholland Exp $
Add x86_64 netbsd config.
--- /dev/null 2009-10-19 01:12:00.000000000 -0400
+++ config/x86_64/netbsd1/md.c 2009-10-19 01:17:59.000000000 -0400
@@ -0,0 +1,10 @@
+/*
+ * x86_64/netbsd1/md.c
+ * NetBSD x86_64 specific functions.
+ *
+ * Copyright (c) 1996, 1997
+ * Transvirtual Technologies, Inc. All rights reserved.
+ *
+ * See the file "license.terms" for information on usage and redistribution
+ * of this file.
+ */
|