diff options
-rw-r--r-- | sys/dev/pccard/if_xe.c | 3 | ||||
-rw-r--r-- | sys/dev/xe/if_xe.c | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/dev/pccard/if_xe.c b/sys/dev/pccard/if_xe.c index d36d4aac9c0d..1836f89332d5 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> diff --git a/sys/dev/xe/if_xe.c b/sys/dev/xe/if_xe.c index d36d4aac9c0d..1836f89332d5 100644 --- a/sys/dev/xe/if_xe.c +++ b/sys/dev/xe/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> |