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/lpt.c | |
| parent | 50000f00df45fa4008665e7f4ee56dbc15cd8923 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ppbus/lpt.c')
| -rw-r--r-- | sys/dev/ppbus/lpt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ppbus/lpt.c b/sys/dev/ppbus/lpt.c index ef0fe1e4bd9c..cb72aa071234 100644 --- a/sys/dev/ppbus/lpt.c +++ b/sys/dev/ppbus/lpt.c @@ -344,7 +344,7 @@ static void lpt_identify(driver_t *driver, device_t parent) { - BUS_ADD_CHILD(parent, 0, LPT_NAME, 0); + BUS_ADD_CHILD(parent, 0, LPT_NAME, -1); } /* |
