Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Oct 1997 16:51:52 -0800 (PST)
From:      John Polstra <jdp@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
Message-ID:  <199710290051.QAA24140@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <sys/kernel.h>.  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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199710290051.QAA24140>