Date: Fri, 14 May 1999 10:38:09 -0700 (PDT) From: "Justin T. Gibbs" <gibbs@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci ahc_pci.c Message-ID: <199905141738.KAA14000@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
gibbs 1999/05/14 10:38:09 PDT Modified files: sys/pci ahc_pci.c Log: Use a lookup table for device matching instead of a switch on a 64bit value. EGCS generates poor code for sparse switch statements on 64bit values. Requested by: bde Revision Changes Path 1.12 +450 -269 src/sys/pci/ahc_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199905141738.KAA14000>