Date: Fri, 12 Dec 2003 16:14:25 -0800 (PST) From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa stallion.c Message-ID: <200312130014.hBD0EP5K064473@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 2003/12/12 16:14:25 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/i386/isa stallion.c Log: Move check to see if you have too many panels to early in the loop rather than at the end where it suffered from a fencepost error. However, I'm not entirely sure that it is still correct because it looks like we access something in the ioaddr2 range. I need more stallion pannels to know for sure. The code is less incorrect than it was before at least when you have two pannels connected to the EC8/32-AT. Two pannels are allowed and appear to work. Stallion says that 3 cannot work, or when the agregate number of ports is > 32. I think that these tests should be more explicit, but until I have more hardware, this is less wrong. Revision Changes Path 1.39.2.4 +8 -8 src/sys/i386/isa/stallion.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200312130014.hBD0EP5K064473>