diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1999-05-14 04:18:24 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-05-14 04:18:24 +0000 |
commit | 39cc3b46b1c278b22fd981c3ced3f80f40e370d0 (patch) | |
tree | 0ac59e6eff4c47fdab6b008df2c807d5a014e780 | |
parent | 282462f9692bc5d6480d995fb8bc3321a76f896e (diff) |
Notes
-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> |