diff options
| author | Dima Dorfman <dd@FreeBSD.org> | 2001-09-09 14:48:52 +0000 |
|---|---|---|
| committer | Dima Dorfman <dd@FreeBSD.org> | 2001-09-09 14:48:52 +0000 |
| commit | 610dcffd26d4a4bfee205415ff11b682f1e4206a (patch) | |
| tree | 36daea3c13477b8d80999ba7eb1965ed459f1777 /sys/dev/sio/sio.c | |
| parent | df755a483745a99f2fa2dba5fe586ce40dd424eb (diff) | |
Notes
Diffstat (limited to 'sys/dev/sio/sio.c')
| -rw-r--r-- | sys/dev/sio/sio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sio/sio.c b/sys/dev/sio/sio.c index 88fb3f11f60d..3c68d7c88401 100644 --- a/sys/dev/sio/sio.c +++ b/sys/dev/sio/sio.c @@ -1358,7 +1358,7 @@ determined_type: ; com->irqres, INTR_TYPE_TTY, siointr, com, &com->cookie); if (ret == 0) - device_printf(dev, "unable to activate interrupt in fast mode - using normal mode"); + device_printf(dev, "unable to activate interrupt in fast mode - using normal mode\n"); } if (ret) device_printf(dev, "could not activate interrupt\n"); |
