From owner-cvs-sys Tue Oct 28 16:54:08 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA05739 for cvs-sys-outgoing; Tue, 28 Oct 1997 16:54:08 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA05588; Tue, 28 Oct 1997 16:52:10 -0800 (PST) (envelope-from jdp@FreeBSD.org) From: John Polstra Received: (from jdp@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id QAA24140; Tue, 28 Oct 1997 16:51:52 -0800 (PST) Date: Tue, 28 Oct 1997 16:51:52 -0800 (PST) Message-Id: <199710290051.QAA24140@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa if_ed.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jdp 1997/10/28 16:51:52 PST Modified files: sys/i386/isa if_ed.c Log: The previous change added a use of the DATA_SET macro, but forgot to define it by including . That broke PC-CARD support for this driver, producing the dreaded "device allocation failed" message. Surprisingly, the missing include caused only two compiler warnings. The compilation still "succeeded" anyway. Revision Changes Path 1.126 +2 -1 src/sys/i386/isa/if_ed.c