Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc64/conf Comment out le at pci that doesn't wor...



details:   https://anonhg.NetBSD.org/src/rev/92f3d09e3913
branches:  trunk
changeset: 545244:92f3d09e3913
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sat Apr 05 14:21:57 2003 +0000

description:
Comment out le at pci that doesn't work. (device timeout)
Probably bus_dmamap_sync() calls are required in
copy{from,to}{buf,desc}() functions..

diffstat:

 sys/arch/sparc64/conf/GENERIC32 |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 6f3c565ff95e -r 92f3d09e3913 sys/arch/sparc64/conf/GENERIC32
--- a/sys/arch/sparc64/conf/GENERIC32   Sat Apr 05 14:01:56 2003 +0000
+++ b/sys/arch/sparc64/conf/GENERIC32   Sat Apr 05 14:21:57 2003 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: GENERIC32,v 1.61 2003/04/05 13:36:15 tsutsui Exp $
+#      $NetBSD: GENERIC32,v 1.62 2003/04/05 14:21:57 tsutsui Exp $
 
 include "arch/sparc64/conf/std.sparc64"
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.61 $"
+#ident                 "GENERIC-$Revision: 1.62 $"
 
 maxusers       64
 
@@ -426,7 +426,8 @@
 fpa*   at pci? dev ? function ?        # DEC DEFPA FDDI UT
 fxp*   at pci? dev ? function ?        # Intel EtherExpress PRO 10+/100B
 gem*   at pci? dev ? function ?        # Apple GMAC and Sun ERI gigabit enet
-le*    at pci? dev ? function ?        # PCnet-PCI Ethernet UT
+# XXX lacks bus_dmamap_sync()
+#le*   at pci? dev ? function ?        # PCnet-PCI Ethernet
 # XXX uses vtophys()
 #lmc*  at pci? dev ? function ?        # Lan Media Corp SSI/HSSI/DS3
 ne*    at pci? dev ? function ?        # NE2000-compatible Ethernet UT



Home | Main Index | Thread Index | Old Index