Date: Sat, 24 Apr 1999 11:24:45 -0700 (PDT) From: KATO Takenori <kato@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa isa.c Message-ID: <199904241824.LAA91717@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
kato 1999/04/24 11:24:45 PDT
Modified files:
sys/i386/isa isa.c
Log:
Changed the type of id_port from short into int to avoid wrong
conversion from short to unsigned long which is an argument of
bus_alloc_resource. Since the value -1 is used to indicate no port
reousece, id_port need to be signed (suggested by Doug Rabson and
Peter Wemm.)
Revision Changes Path
1.122 +2 -2 src/sys/i386/isa/isa.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199904241824.LAA91717>
