wilko 2007-11-02 21:40:04 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/alpha/isaisa.c
Log:
Fix panic on kernel startup. This allowed me to successfully run a
6.3-PRE kernel.
Patch kindly provided by: jhb
Revision ChangesPath
jhb 2007-10-03 20:41:35 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/alpha/isaisa.c
sys/alpha/pciapecs_pci.c lca_pci.c pcibus.c
sys/amd64/amd64 nexus.c
sys/arm/arm nexus.c
sys/arm/xscale/i80321 i80321_pc
marcel 2006-05-02 23:27:15 UTC
FreeBSD src repository
Modified files:
sys/alpha/isaisa.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 r
imp 2006-04-20 04:16:02 UTC
FreeBSD src repository
Modified files:
sys/alpha/isaisa.c
sys/alpha/pciapecs_pci.c lca_pci.c pcibus.c
Log:
Set the rid for any resources that are allocated at the level where
they first emerge from the rman_* system.
Rev