Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/ofppc/conf enable building with ath* at pci?. it w...



details:   https://anonhg.NetBSD.org/src/rev/bb80d39a42f4
branches:  trunk
changeset: 779554:bb80d39a42f4
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sat Jun 02 21:47:46 2012 +0000

description:
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.

diffstat:

 sys/arch/ofppc/conf/std.ofppc |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 3676b7ad4840 -r bb80d39a42f4 sys/arch/ofppc/conf/std.ofppc
--- a/sys/arch/ofppc/conf/std.ofppc     Sat Jun 02 21:38:09 2012 +0000
+++ b/sys/arch/ofppc/conf/std.ofppc     Sat Jun 02 21:47:46 2012 +0000
@@ -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        INTSTK=0x2000
 
 options        PCI_NETBSD_CONFIGURE
+
+# Atheros HAL options
+include "external/isc/atheros_hal/conf/std.ath_hal"



Home | Main Index | Thread Index | Old Index