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
Marius Strobl
marius at FreeBSD.org
Thu May 19 18:15:42 GMT 2005
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)
More information about the cvs-src
mailing list