From owner-cvs-all Sun Sep 27 20:41:27 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA21017 for cvs-all-outgoing; Sun, 27 Sep 1998 20:41:27 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA21001; Sun, 27 Sep 1998 20:41:17 -0700 (PDT) (envelope-from jlemon@FreeBSD.org) From: Jonathan Lemon Received: (from jlemon@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA21009; Sun, 27 Sep 1998 20:41:13 -0700 (PDT) Date: Sun, 27 Sep 1998 20:41:13 -0700 (PDT) Message-Id: <199809280341.UAA21009@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/apm apm.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jlemon 1998/09/27 20:41:13 PDT Modified files: sys/i386/apm apm.c Log: Use defines APM_BIOS and SYSTEM_BIOS instead of hardcoding 0x53 and 0x15. Revision Changes Path 1.74 +5 -5 src/sys/i386/apm/apm.c