Subject: Fix to A2232 driver source
To: NetBSD list <amiga@NetBSD.ORG>
From: Jukka Marin <jmarin@teeri.jmp.fi>
List: amiga
Date: 05/10/1995 00:42:41
Hello A2232 users,

I found a small bug in the A2232 driver I'm working on.  To fix the
bug, add a break statement after two lines in ql.c looking like this:

                          } /* event type switch */

After the change, the two different code fragments should look like:

                          } /* event type switch */
                        break;

  -jm

-- 

                     ---> http://www.jmp.fi/~jmarin <---