]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
The previous change added a use of the DATA_SET macro, but forgot
authorJohn Polstra <jdp@FreeBSD.org>
Wed, 29 Oct 1997 00:51:50 +0000 (00:51 +0000)
committerJohn Polstra <jdp@FreeBSD.org>
Wed, 29 Oct 1997 00:51:50 +0000 (00:51 +0000)
commit0e5e974182af76f8d5715fad07f657ac5549d8a5
tree888ffb0af21f7416785a48376f2040c41477f40d
parent1d0eab59d381985c99cfa2ce981a3551367b27e6
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.
sys/dev/ed/if_ed.c
sys/i386/isa/if_ed.c