cvs commit: src/sys/alpha/isa isa.c

2007-11-02 Thread Wilko Bulte
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

cvs commit: src/sys/alpha/isa isa.c src/sys/alpha/pci apecs_pci.c lca_pci.c pcibus.c src/sys/amd64/amd64 nexus.c src/sys/arm/arm nexus.c src/sys/arm/xscale/i80321 i80321_pci.c obio.c src/sys/i386/i386

2007-10-03 Thread John Baldwin
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

cvs commit: src/sys/alpha/isa isa.c

2006-05-02 Thread Marcel Moolenaar
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

cvs commit: src/sys/alpha/isa isa.c src/sys/alpha/pci apecs_pci.c lca_pci.c pcibus.c

2006-04-19 Thread Warner Losh
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