From owner-cvs-all Wed Apr 26 0:38:50 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 061C537BB1A; Wed, 26 Apr 2000 00:38:45 -0700 (PDT) (envelope-from ps@FreeBSD.org) Received: (from ps@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA24497; Wed, 26 Apr 2000 00:38:44 -0700 (PDT) (envelope-from ps@FreeBSD.org) Message-Id: <200004260738.AAA24497@freefall.freebsd.org> From: Paul Saab Date: Wed, 26 Apr 2000 00:38:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/i386/libi386 pxe.c pxetramp.s Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ps 2000/04/26 00:38:43 PDT Modified files: sys/boot/i386/libi386 pxe.c pxetramp.s Log: Bring support in for Intel Wired for Management 1.1 (PXE 0.99 and below). This did not work previously because interrupts were disabled when PXE calls were being made, and they must be enabled. This should also allow us to be compliant with all newer PXE rom's from Intel. For PXE 0.99, this has been tested using the Intel N440BX motherboard and I am confident it will work on the Intel L440GX motherboard. Lots of help/information from: jhb, peter I would like to thank Michael Johnston , Mike Henry , and all the other PXE developers at Intel for their help, and information in helping solve this problem. Revision Changes Path 1.8 +86 -42 src/sys/boot/i386/libi386/pxe.c 1.2 +12 -5 src/sys/boot/i386/libi386/pxetramp.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message