Module Name:    src
Committed By:   mrg
Date:           Sat Jun  2 21:47:46 UTC 2012

Modified Files:
        src/sys/arch/ofppc/conf: std.ofppc

Log Message:
enable building with ath* at pci?.  it worked but my pci atheros card
seems to make netbsd lock up when you try to use it, on at least
ofppc, macppc, amd64 platofrms and last i tried on sparc64, causes
alignment faults.  oh well.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/ofppc/conf/std.ofppc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/ofppc/conf/std.ofppc
diff -u src/sys/arch/ofppc/conf/std.ofppc:1.14 src/sys/arch/ofppc/conf/std.ofppc:1.15
--- src/sys/arch/ofppc/conf/std.ofppc:1.14	Tue Feb  5 19:01:23 2008
+++ src/sys/arch/ofppc/conf/std.ofppc	Sat Jun  2 21:47:46 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: std.ofppc,v 1.14 2008/02/05 19:01:23 garbled Exp $
+#	$NetBSD: std.ofppc,v 1.15 2012/06/02 21:47:46 mrg Exp $
 #
 # standard, required NetBSD/ofppc 'options'
 
@@ -15,3 +15,6 @@ options 	EXEC_SCRIPT	# exec #! scripts
 options 	INTSTK=0x2000
 
 options 	PCI_NETBSD_CONFIGURE
+
+# Atheros HAL options
+include "external/isc/atheros_hal/conf/std.ath_hal"

Reply via email to