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

2008-05-30 Thread Marius Strobl
marius 2008-05-30 19:31:44 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/sparc64/isa isa.c Log: MFC: 1.20 - Make failure to route a ISA interrupt non fatal. Apparently the Blade 1500/SX1500 boards have inherited the firmware bug of the

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

2007-10-28 Thread Marius Strobl
marius 2007-10-28 22:08:37 UTC FreeBSD src repository Modified files: sys/sparc64/isa isa.c Log: - Make failure to route a ISA interrupt non fatal. Apparently the Blade 1500/SX1500 boards have inherited the firmware bug of the AX1105 mainboards to not include an int

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

2006-06-19 Thread Marius Strobl
marius 2006-06-19 20:20:25 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/sparc64/isa isa.c Log: MFC: 1.17 - Declare the PnP map const. - Add devices found in V210 to the PnP map. - Don't leak memory if we didn't find a match for a node in

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

2006-06-05 Thread Marius Strobl
marius 2006-06-05 17:48:54 UTC FreeBSD src repository Modified files: sys/sparc64/isa isa.c Log: - Declare the PnP map const. - Add devices found in V210 to the PnP map. - Don't leak memory if we didn't find a match for a node in the PnP map. MFC after: 2 week