summaryrefslogtreecommitdiff
path: root/sys/pci/if_ste.c
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2004-04-01 12:55:38 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2004-04-01 12:55:38 +0000
commitba7bc837d064a88ab7f55ad07ce828e9a8272094 (patch)
tree2c400bf069adc03d64039e9027fbb94061f6ef4d /sys/pci/if_ste.c
parent7eb17244fae8049a7181195714d140c5f6921d54 (diff)
Notes
Diffstat (limited to 'sys/pci/if_ste.c')
-rw-r--r--sys/pci/if_ste.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/pci/if_ste.c b/sys/pci/if_ste.c
index 8e53dd335212..65d47dda3c45 100644
--- a/sys/pci/if_ste.c
+++ b/sys/pci/if_ste.c
@@ -163,8 +163,10 @@ static devclass_t ste_devclass;
DRIVER_MODULE(ste, pci, ste_driver, ste_devclass, 0, 0);
DRIVER_MODULE(miibus, ste, miibus_driver, miibus_devclass, 0, 0);
+SYSCTL_NODE(_hw, OID_AUTO, ste, CTLFLAG_RD, 0, "if_ste parameters");
+
static int ste_rxsyncs;
-SYSCTL_INT(_hw, OID_AUTO, ste_rxsyncs, CTLFLAG_RW, &ste_rxsyncs, 0, "");
+SYSCTL_INT(_hw_ste, OID_AUTO, rxsyncs, CTLFLAG_RW, &ste_rxsyncs, 0, "");
#define STE_SETBIT4(sc, reg, x) \
CSR_WRITE_4(sc, reg, CSR_READ_4(sc, reg) | (x))