summaryrefslogtreecommitdiffstats
path: root/sys/dev/ed/if_edvar.h
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2005-10-05 05:21:07 +0000
committerimp <imp@FreeBSD.org>2005-10-05 05:21:07 +0000
commit3918200e48a817e74de0f2777a079aa6737fd612 (patch)
tree34ef6141c98919a5f829ba081df4954be3f56cb4 /sys/dev/ed/if_edvar.h
parent0f2fe8b63d1ea3957b6eba4885d45691a3e5d0f1 (diff)
downloadFreeBSD-src-3918200e48a817e74de0f2777a079aa6737fd612.zip
FreeBSD-src-3918200e48a817e74de0f2777a079aa6737fd612.tar.gz
MFp4:
o Add support for Tamarack TC5299J + MII found on SMC 8041TX V.2 and corega PCCCCTXD o Add support for ISA/PCI RTL80[12]9 chips o Improve support for the ax88790 based o minor code movement Submitted by: (#2) David Madole
Diffstat (limited to 'sys/dev/ed/if_edvar.h')
-rw-r--r--sys/dev/ed/if_edvar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ed/if_edvar.h b/sys/dev/ed/if_edvar.h
index 4e8afe8..4c9b95b 100644
--- a/sys/dev/ed/if_edvar.h
+++ b/sys/dev/ed/if_edvar.h
@@ -194,6 +194,7 @@ int ed_alloc_irq(device_t, int, int);
int ed_probe_generic8390(struct ed_softc *);
int ed_probe_WD80x3(device_t, int, int);
int ed_probe_WD80x3_generic(device_t, int, uint16_t *[]);
+int ed_probe_RTL80x9(device_t, int, int);
#ifdef ED_3C503
int ed_probe_3Com(device_t, int, int);
#endif
OpenPOWER on IntegriCloud