Bug 25465

Summary: wrong code in /sys/i386/isa/asc.c
Product: Base System Reporter: davidx <davidx>
Component: i386Assignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description davidx 2001-03-01 01:50:00 UTC
I hope I don't misunderstand author's code, 
in file /sys/i386/isa/asc.c, the function 
STATIC int ascpoll(dev_t dev, int events, struct proc *p)
always return 0. I think it is wrong, it never returns a true poll 
event mask.

Fix: following is a patch.
Comment 1 jlemon freebsd_committer freebsd_triage 2001-03-01 03:22:52 UTC
State Changed
From-To: open->closed

Fix applied, thanks.