summaryrefslogtreecommitdiff
path: root/sys/dev/ic/pgtvar.h
diff options
context:
space:
mode:
authorMarcus Glocker <mglocker@cvs.openbsd.org>2006-08-31 17:05:51 +0000
committerMarcus Glocker <mglocker@cvs.openbsd.org>2006-08-31 17:05:51 +0000
commit560833d54c4c7697b2fc00d22f764c0a15e88ed6 (patch)
tree2696023b40f5c45a6384a9f11e147981427fc68f /sys/dev/ic/pgtvar.h
parent959f1496acad2d98ae5994ba97f05a74f717fadd (diff)
Do proper chipset identification.
ok deraadt@
Diffstat (limited to 'sys/dev/ic/pgtvar.h')
-rw-r--r--sys/dev/ic/pgtvar.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/dev/ic/pgtvar.h b/sys/dev/ic/pgtvar.h
index 6239ee715e3..f27ddc09d69 100644
--- a/sys/dev/ic/pgtvar.h
+++ b/sys/dev/ic/pgtvar.h
@@ -109,6 +109,7 @@ struct pgt_softc {
#define SC_NOFREE_ALLNODES 0x00000100 /* do not free assoc w/reinit */
#define SC_START_DESIRED 0x00000200 /* tried to start during mgmt-crit */
#define SC_KTHREAD 0x00000400 /* has a kthread around */
+#define SC_ISL3877 0x00000800 /* chipset */
/* configuration sysctls */
int sc_dot1x;
int sc_wds;
@@ -134,11 +135,6 @@ struct pgt_softc {
#define SC_DEBUG_RXANNEX 0x00000100
#define SC_DEBUG_RXFRAG 0x00000200
#define SC_DEBUG_RXETHER 0x00000400
- enum pgt_dev_type {
- PFF_DEV_ISL3877,
- PFF_DEV_ISL3890,
- PFF_DEV_3COM6001
- } sc_dev_type;
struct resource *sc_intres; /* interrupt resource */
void *sc_intcookie;
struct resource *sc_iores; /* IO memory resource */