diff options
author | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-09-03 11:17:38 +0000 |
---|---|---|
committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-09-03 11:17:38 +0000 |
commit | ca603e16f25ead1e1768a0a460295aaa4e66096b (patch) | |
tree | 601dac00c63904cf4525332ffa856efec66423c7 | |
parent | 59706ac3bbf3d74475cf75aaad9705e1bc3b585c (diff) |
Notes
-rw-r--r-- | sys/dev/sio/sio_puc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sio/sio_puc.c b/sys/dev/sio/sio_puc.c index e2c694f435b6..e3589496e8b0 100644 --- a/sys/dev/sio/sio_puc.c +++ b/sys/dev/sio/sio_puc.c @@ -86,7 +86,7 @@ sio_puc_probe(dev) #ifdef PC98 SET_FLAG(dev, SET_IFTYPE(COM_IF_NS16550)); #endif - return (sioprobe(dev, 0, (u_long)rclk, 0)); + return (sioprobe(dev, 0, (u_long)rclk, 1)); } DRIVER_MODULE(sio, puc, sio_puc_driver, sio_devclass, 0, 0); |