Date: Thu, 19 May 2005 18:15:37 +0000 (UTC) From: Marius Strobl <marius@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files.sparc64 src/sys/sparc64/include eeprom.h src/sys/sparc64/sparc64 eeprom.c eeprom_ebus.c eeprom_sbus.c Message-ID: <200505191815.j4JIFbGb058099@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marius 2005-05-19 18:15:37 UTC FreeBSD src repository Modified files: sys/conf files.sparc64 sys/sparc64/sparc64 eeprom.c Removed files: sys/sparc64/include eeprom.h sys/sparc64/sparc64 eeprom_ebus.c eeprom_sbus.c Log: - Collapse eeprom_ebus.c and eeprom_sbus.c into eeprom.c and eeprom_ebus_attach() and eeprom_sbus_attach() into eeprom_attach() respectively. Since the introduction of the ofw_bus interface some time ago and now that ebus(4) also uses SYS_RES_MEMORY for the memory resources since ebus.c rev. 1.22 there is no longer a need to have separate front-ends for ebus(4), fhc(4) and sbus(4). - Fail gracefully instead of panicing when the model can't be determined. - Don't leak resources when mk48txx_attach() fails. - Use FBSDID. Revision Changes Path 1.68 +3 -4 src/sys/conf/files.sparc64 1.6 +0 -61 src/sys/sparc64/include/eeprom.h (dead) 1.8 +62 -14 src/sys/sparc64/sparc64/eeprom.c 1.10 +0 -126 src/sys/sparc64/sparc64/eeprom_ebus.c (dead) 1.10 +0 -123 src/sys/sparc64/sparc64/eeprom_sbus.c (dead)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505191815.j4JIFbGb058099>