Bug 30436

Summary: sio messages about fast interrupt mode is missing a newline
Product: Base System Reporter: Joerg Lehners <Lehners>
Component: i386Assignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch none

Description Joerg Lehners 2001-09-08 21:00:00 UTC
	The messages
Sep  8 21:40:07 lesebuch /kernel: sio1: unable to activate interrupt in fast mode - using normal mode
	is missing a new line at the end (see source file
	/sys/isa/sio.c around line 1356)

	I triggered the message using a PCMCIA Modem in a Card Bus
	compatible slot.
Comment 1 ulf 2001-09-09 11:11:42 UTC
Attached is a patch to add the missing \n.

--
Regards, Ulf.

---------------------------------------------------------------------
Ulf Zimmermann, 1525 Pacific Ave., Alameda, CA-94501, #: 510-865-0204

Comment 2 dd freebsd_committer freebsd_triage 2001-09-09 15:48:57 UTC
State Changed
From-To: open->closed

Fixed in -current, thanks.  I'll MFC some time after the release.