NetBSD-Bugs archive

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

Re: port-mac68k/38758



The following reply was made to PR port-mac68k/38758; it has been noted by 
GNATS.

From: Hauke Fath <hf%spg.tu-darmstadt.de@localhost>
To: gnats-bugs%NetBSD.org@localhost, Hauke Fath 
<hf%spg.tu-darmstadt.de@localhost>
Cc: 
Subject: Re: port-mac68k/38758
Date: Wed, 28 May 2008 14:07:49 +0200

 The following patch fixes the problem for HEAD as well as netbsd-4:
 
 Index: esp.c
 ===================================================================
 RCS file: /cvsroot/src/sys/arch/mac68k/obio/esp.c,v
 retrieving revision 1.50
 diff -u -u -r1.50 esp.c
 --- esp.c       13 Apr 2008 04:55:52 -0000      1.50
 +++ esp.c       28 May 2008 12:02:40 -0000
 @@ -866,7 +866,9 @@
                  printf("g!\n");
          }
   #endif
 +#if 0  /* XXX hf */
          ncr53c9x_intr(sc);
 +#endif
          if (espspl != -1)
                  splx(espspl);
          espspl = -1;
 
 
 -- 
       The ASCII Ribbon Campaign                    Hauke Fath
 ()     No HTML/RTF in email            Institut für Nachrichtentechnik
 /\     No Word docs in email                     TU Darmstadt
       Respect for open standards              Ruf +49-6151-16-3281
 


Home | Main Index | Thread Index | Old Index