diff options
| author | Paul Richards <paul@FreeBSD.org> | 2000-12-16 01:41:14 +0000 |
|---|---|---|
| committer | Paul Richards <paul@FreeBSD.org> | 2000-12-16 01:41:14 +0000 |
| commit | 3a173aeeb33b04925d07f2541cdec2b0052ada06 (patch) | |
| tree | 1666fb03a991fef9ed6b9e1f57130dcfa46cfdad /sys/dev/lnc | |
| parent | 232b06012c835e99603fc43a6081a081c65e0f15 (diff) | |
Notes
Diffstat (limited to 'sys/dev/lnc')
| -rw-r--r-- | sys/dev/lnc/if_lnc_isa.c | 3 | ||||
| -rw-r--r-- | sys/dev/lnc/if_lnc_pci.c | 2 | ||||
| -rw-r--r-- | sys/dev/lnc/if_lncvar.h | 4 |
3 files changed, 4 insertions, 5 deletions
diff --git a/sys/dev/lnc/if_lnc_isa.c b/sys/dev/lnc/if_lnc_isa.c index 5c298d152d31..4732c5132b32 100644 --- a/sys/dev/lnc/if_lnc_isa.c +++ b/sys/dev/lnc/if_lnc_isa.c @@ -49,7 +49,8 @@ #include <isa/isavar.h> -#include <dev/lnc/if_lnc.h> +#include <dev/lnc/if_lncvar.h> +#include <dev/lnc/if_lncreg.h> static struct isa_pnp_id lnc_pnp_ids[] = { {0, NULL} diff --git a/sys/dev/lnc/if_lnc_pci.c b/sys/dev/lnc/if_lnc_pci.c index 7ef57d5eda3a..5dec50d6d949 100644 --- a/sys/dev/lnc/if_lnc_pci.c +++ b/sys/dev/lnc/if_lnc_pci.c @@ -50,7 +50,7 @@ #include <pci/pcireg.h> #include <pci/pcivar.h> -#include <dev/lnc/if_lnc.h> +#include <dev/lnc/if_lncvar.h> #define AMD_VENDOR_ID 0x1022 #define PCI_DEVICE_ID_PCNet_PCI 0x2000 diff --git a/sys/dev/lnc/if_lncvar.h b/sys/dev/lnc/if_lncvar.h index df205ea8b4a0..8c5035362ceb 100644 --- a/sys/dev/lnc/if_lncvar.h +++ b/sys/dev/lnc/if_lncvar.h @@ -33,8 +33,6 @@ * $FreeBSD$ */ -#include <dev/lnc/if_lncreg.h> - /* * Initialize multicast address hashing registers to accept * all multicasts (only used when in promiscuous mode) @@ -117,7 +115,7 @@ #define Am79C970A 0x2621 #define Am79C971 0x2623 #define Am79C972 0x2624 -#define Am79C972 0x2625 +#define Am79C973 0x2625 #define Am79C978 0x2626 /* Board types */ |
