diff options
author | obrien <obrien@FreeBSD.org> | 1999-05-14 04:18:24 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-05-14 04:18:24 +0000 |
commit | 5b44c4694ec7ccb6fad628f3f687e3313acfb16f (patch) | |
tree | b5281152a7c559ba6f61319afa05d615ab3afde9 /sys/dev/pccard | |
parent | 5f23c930537d0d8c3d8ef0e6bed4ded1ad624c15 (diff) | |
download | FreeBSD-src-5b44c4694ec7ccb6fad628f3f687e3313acfb16f.zip FreeBSD-src-5b44c4694ec7ccb6fad628f3f687e3313acfb16f.tar.gz |
if_xe* now lives in sys/dev/pccard/
Diffstat (limited to 'sys/dev/pccard')
-rw-r--r-- | sys/dev/pccard/if_xe.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pccard/if_xe.c b/sys/dev/pccard/if_xe.c index d36d4aa..1836f89 100644 --- a/sys/dev/pccard/if_xe.c +++ b/sys/dev/pccard/if_xe.c @@ -23,6 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * + * $Author_Id: if_xe.c,v 1.19 1999/04/15 22:15:53 scott Exp $ * $Id: if_xe.c,v 1.19 1999/04/15 22:15:53 scott Exp $ */ @@ -132,7 +133,7 @@ #include <i386/isa/isa.h> #include <i386/isa/isa_device.h> -#include <i386/isa/if_xereg.h> +#include <dev/pccard/if_xereg.h> #include <machine/clock.h> #if NAPM > 0 #include <machine/apm_bios.h> |