History log of /netbsd/usr.sbin/eeprom/Makefile (Results 1 – 19 of 19)
Revision Date Author Comments
# 0fa6fa9d 02-May-2013 matt <matt@NetBSD.org>

This change arm, armeb, earm, earmeb, earmhf, earmhfeb so all builds that
share a MACHINE_ARCH for userland so that except for etc, will produce
identical sets.

usr/include/machine now points to usr

This change arm, armeb, earm, earmeb, earmhf, earmhfeb so all builds that
share a MACHINE_ARCH for userland so that except for etc, will produce
identical sets.

usr/include/machine now points to usr/include/arm

show more ...


# d3bd6ade 15-Mar-2013 nakayama <nakayama@NetBSD.org>

Use explicitly defined macros in Makefile to determine to use
eeprom and/or openprom handlers, instead of predefined compiler
macros (__sun__, __sparc__ ...).


# 04189fa5 15-Dec-2011 macallan <macallan@NetBSD.org>

build eeprom on shark
this has been working for ages, why did I never commit it?


# 1c54a66d 13-Dec-2009 nakayama <nakayama@NetBSD.org>

System utilities, boot programs and kernel modules are machine
(port) specific not CPU, so use MACHINE not MACHINE_ARCH.


# 515e5215 14-Feb-2009 abs <abs@NetBSD.org>

Convert more MACHINE tests to MACHINE_ARCH


# 9cc2c6c4 01-Mar-2007 garbled <garbled@NetBSD.org>

Add support for the prep nvram device to eeprom.


# c8226bf5 17-Nov-2006 christos <christos@NetBSD.org>

getdate is in libutil.


# ad53a0a5 16-Aug-2006 macallan <macallan@NetBSD.org>

Add OpenFirmware support to eeprom(8) and build it on macppc.
Tested on macppc and sparc


# 209bf42b 08-May-2003 petrov <petrov@NetBSD.org>

Add CPPFLAGS.


# 04ccd30c 19-Jul-2002 mrg <mrg@NetBSD.org>

don't build eehandlers.c on MACHINE_ARCH!=sparc64


# 6ce96c99 28-Nov-2000 mrg <mrg@NetBSD.org>

several clean ups:
- don't include eeprom support on sparc64.
- work out if we are eeprom or openprom from the results of open()
and/or ioctl(), rather than grovelling the kernel.
- move all eepr

several clean ups:
- don't include eeprom support on sparc64.
- work out if we are eeprom or openprom from the results of open()
and/or ioctl(), rather than grovelling the kernel.
- move all eeprom specific code to eehandlers.c
- update manpage for sparc64 usage, remove delete -N switch

with these changes, eeprom(8) no longer needs to be setgid.

show more ...


# 3efdc5b5 17-Jan-1999 eeh <eeh@NetBSD.org>

This is also useful for sparc64.


# 5e14541b 01-Nov-1998 lukem <lukem@NetBSD.org>

use YPREFIX


# 48206355 09-Apr-1998 tv <tv@NetBSD.org>

.y.c <sys.mk> rule fixes. Don't create a y.tab.h file unless asked for,
and use smarter creation of the header file.


# f5bf267d 18-Oct-1997 lukem <lukem@NetBSD.org>

enable WARNS=1 by default, but disable in unclean 3rd party code


# fe56753f 24-Sep-1997 jeremy <jeremy@NetBSD.org>

Add sun3x to the list of machines using this program.


# 2434f068 23-Jul-1997 thorpej <thorpej@NetBSD.org>

- __RCSID/__COPYRIGHT/prototype police.
- Fix compiler warnings.


# 05537419 23-Jun-1997 mrg <mrg@NetBSD.org>

move man pages into share/man.


# da9b1f76 13-Jul-1995 thorpej <thorpej@NetBSD.org>

Program to display for modify contents of the EEPROM or OpenProm on
Sun 3 and SPARC systems, similar to the SunOS command of the same name.