aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/scc/scc_bfe.h
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>2007-03-22 23:45:25 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>2007-03-22 23:45:25 +0000
commitcad72a80bd3b5f4c95ca49087e71bbf195ad747a (patch)
tree984a915ae29d3ebb4e5284e3bd1c95e0135d13bb /sys/dev/scc/scc_bfe.h
parent5f634111fa1d8624be0e9dc62e38dbbacc2342e0 (diff)
downloadsrc-cad72a80bd3b5f4c95ca49087e71bbf195ad747a.tar.gz
src-cad72a80bd3b5f4c95ca49087e71bbf195ad747a.zip
Pass the RID from the bus frontends to the core probe function.
Currently all RIDs are 0, but for PCI devices this typically isn't the case. This change is made with future PCI support in mind.
Notes
Notes: svn path=/head/; revision=167822
Diffstat (limited to 'sys/dev/scc/scc_bfe.h')
-rw-r--r--sys/dev/scc/scc_bfe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/scc/scc_bfe.h b/sys/dev/scc/scc_bfe.h
index 5e7cc837fbc0..2db24f3863d6 100644
--- a/sys/dev/scc/scc_bfe.h
+++ b/sys/dev/scc/scc_bfe.h
@@ -138,7 +138,7 @@ extern char scc_driver_name[];
int scc_bfe_attach(device_t dev);
int scc_bfe_detach(device_t dev);
-int scc_bfe_probe(device_t dev, u_int, u_int);
+int scc_bfe_probe(device_t dev, u_int regshft, u_int rclk, u_int rid);
struct resource *scc_bus_alloc_resource(device_t, device_t, int, int *,
u_long, u_long, u_long, u_int);