diff options
| author | Bernd Walter <ticso@FreeBSD.org> | 2002-04-07 22:06:20 +0000 |
|---|---|---|
| committer | Bernd Walter <ticso@FreeBSD.org> | 2002-04-07 22:06:20 +0000 |
| commit | 338cad62ab6893977dfe9495ea184e11febe074b (patch) | |
| tree | 117501845bc7df8006b6952d220c56503e97b44b /sys/dev/ppbus/pps.c | |
| parent | 50000f00df45fa4008665e7f4ee56dbc15cd8923 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ppbus/pps.c')
| -rw-r--r-- | sys/dev/ppbus/pps.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ppbus/pps.c b/sys/dev/ppbus/pps.c index 17df5da14a93..2ba4429c96af 100644 --- a/sys/dev/ppbus/pps.c +++ b/sys/dev/ppbus/pps.c @@ -82,7 +82,7 @@ static void ppsidentify(driver_t *driver, device_t parent) { - BUS_ADD_CHILD(parent, 0, PPS_NAME, 0); + BUS_ADD_CHILD(parent, 0, PPS_NAME, -1); } static int |
