summaryrefslogtreecommitdiffstats
path: root/sys/dev/hea/eni.h
diff options
context:
space:
mode:
authormdodd <mdodd@FreeBSD.org>2002-06-03 09:16:52 +0000
committermdodd <mdodd@FreeBSD.org>2002-06-03 09:16:52 +0000
commit67912834859799368dba542bd95e8c42d02abe82 (patch)
treef602b11a3cb7ab78dbb421184db14467f248d166 /sys/dev/hea/eni.h
parent50437cfa685a53287190566c1c3b89197e9d92a0 (diff)
downloadFreeBSD-src-67912834859799368dba542bd95e8c42d02abe82.zip
FreeBSD-src-67912834859799368dba542bd95e8c42d02abe82.tar.gz
Quick and dirty convert to newbus. (Eventually 'eni.c' should go away.)
Module loads and unloads properly. Thanks to Richard Hodges <rh@matriplex.com> for donating the hardware to allow me to work on this driver.
Diffstat (limited to 'sys/dev/hea/eni.h')
-rw-r--r--sys/dev/hea/eni.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/hea/eni.h b/sys/dev/hea/eni.h
index 76b4c9c..54bb04f 100644
--- a/sys/dev/hea/eni.h
+++ b/sys/dev/hea/eni.h
@@ -442,9 +442,7 @@ struct mbd {
*/
struct eni_unit {
Cmn_unit eu_cmn; /* Common unit stuff */
-#ifdef COMPAT_OLDPCI
- pcici_t eu_pcitag; /* PCI tag */
-#endif
+ void * eu_pcitag; /* PCI tag */
Eni_mem eu_base; /* Adapter memory base */
Eni_mem eu_ram; /* Adapter RAM */
u_long eu_ramsize;
OpenPOWER on IntegriCloud