K 10 svn:author V 4 kato K 8 svn:date V 27 1999-04-24T18:24:43.000000Z K 7 svn:log V 273 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.) END