summaryrefslogtreecommitdiffstats
path: root/sys/dev/ed/if_edvar.h
diff options
context:
space:
mode:
authortanimura <tanimura@FreeBSD.org>2000-07-23 15:15:43 +0000
committertanimura <tanimura@FreeBSD.org>2000-07-23 15:15:43 +0000
commit314fd9990b8d7318d55df0fd6e87d0af6aa4cbf0 (patch)
tree068d1c849661b2f20e43b8ed237230489fd041bf /sys/dev/ed/if_edvar.h
parent2ae5c3dffce3ca0150eb28e8e2e79b27183490c4 (diff)
downloadFreeBSD-src-314fd9990b8d7318d55df0fd6e87d0af6aa4cbf0.zip
FreeBSD-src-314fd9990b8d7318d55df0fd6e87d0af6aa4cbf0.tar.gz
MFPAO: Add support for AX88190, equipped in MELCO LPC3-TX.
Diffstat (limited to 'sys/dev/ed/if_edvar.h')
-rw-r--r--sys/dev/ed/if_edvar.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ed/if_edvar.h b/sys/dev/ed/if_edvar.h
index 85170b6..d0ada5a 100644
--- a/sys/dev/ed/if_edvar.h
+++ b/sys/dev/ed/if_edvar.h
@@ -58,8 +58,7 @@ struct ed_softc {
u_char wd_laar_proto;
u_char cr_proto;
u_char isa16bit; /* width of access to card 0=8 or 1=16 */
- int is790; /* set by the probe code if the card is 790
- * based */
+ int chip_type; /* the type of chip (one of ED_CHIP_TYPE_*) */
/*
* HP PC LAN PLUS card support.
OpenPOWER on IntegriCloud