marcel 2006-05-02 23:27:15 UTC FreeBSD src repository Modified files: sys/alpha/isa isa.c Log: Fix previous commit: the resource returned by rman_reserve_resource() can be NULL. Make sure to only call rman_set_rid() when the resource is not NULL. While here, improve readability and style. Revision Changes Path 1.40 +8 -10 src/sys/alpha/isa/isa.c