Sat Jun 2 21:47:46 2012 UTC ()
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.


(mrg)
diff -r1.14 -r1.15 src/sys/arch/ofppc/conf/std.ofppc

cvs diff -r1.14 -r1.15 src/sys/arch/ofppc/conf/std.ofppc (expand / switch to unified diff)

--- src/sys/arch/ofppc/conf/std.ofppc 2008/02/05 19:01:23 1.14
+++ src/sys/arch/ofppc/conf/std.ofppc 2012/06/02 21:47:46 1.15
@@ -1,17 +1,20 @@ @@ -1,17 +1,20 @@
1# $NetBSD: std.ofppc,v 1.14 2008/02/05 19:01:23 garbled Exp $ 1# $NetBSD: std.ofppc,v 1.15 2012/06/02 21:47:46 mrg Exp $
2# 2#
3# standard, required NetBSD/ofppc 'options' 3# standard, required NetBSD/ofppc 'options'
4 4
5machine ofppc powerpc 5machine ofppc powerpc
6include "conf/std" # MI standard options 6include "conf/std" # MI standard options
7 7
8options PPC_OEA 8options PPC_OEA
9options PPC_OEA64_BRIDGE 9options PPC_OEA64_BRIDGE
10makeoptions PPCDIR="oea" # Tell Makefile.powerpc what dir to use 10makeoptions PPCDIR="oea" # Tell Makefile.powerpc what dir to use
11 11
12options EXEC_ELF32 # exec ELF binaries 12options EXEC_ELF32 # exec ELF binaries
13options EXEC_SCRIPT # exec #! scripts 13options EXEC_SCRIPT # exec #! scripts
14 14
15options INTSTK=0x2000 15options INTSTK=0x2000
16 16
17options PCI_NETBSD_CONFIGURE 17options PCI_NETBSD_CONFIGURE
 18
 19# Atheros HAL options
 20include "external/isc/atheros_hal/conf/std.ath_hal"