summaryrefslogtreecommitdiffstats
path: root/sys/dev/bge/if_bgereg.h
diff options
context:
space:
mode:
authorjdp <jdp@FreeBSD.org>2006-12-14 23:10:12 +0000
committerjdp <jdp@FreeBSD.org>2006-12-14 23:10:12 +0000
commit5aeb99b0439f3c59d8bf7fd3b9fc0061231e454f (patch)
tree07f1ee9de63d0aeab7db54f8b6937ea7e318c2b3 /sys/dev/bge/if_bgereg.h
parent7cc2522d0abd2b1c9374fe6e4bb2d9f24a18bb71 (diff)
downloadFreeBSD-src-5aeb99b0439f3c59d8bf7fd3b9fc0061231e454f.zip
FreeBSD-src-5aeb99b0439f3c59d8bf7fd3b9fc0061231e454f.tar.gz
Add MSI support to the bge driver. I tested this on a Dell SC1435
running an i386 kernel, and it worked fine.
Diffstat (limited to 'sys/dev/bge/if_bgereg.h')
-rw-r--r--sys/dev/bge/if_bgereg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/bge/if_bgereg.h b/sys/dev/bge/if_bgereg.h
index 82ac370..b0259fa 100644
--- a/sys/dev/bge/if_bgereg.h
+++ b/sys/dev/bge/if_bgereg.h
@@ -2477,6 +2477,7 @@ struct bge_softc {
#define BGE_FLAG_5705_PLUS 0x00000200
#define BGE_FLAG_5714_FAMILY 0x00000400
#define BGE_FLAG_575X_PLUS 0x00000800
+#define BGE_FLAG_MSI 0x00001000
uint32_t bge_chipid;
uint8_t bge_asicrev;
uint8_t bge_chiprev;
OpenPOWER on IntegriCloud