summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/stand/netboot/if_prom.c
AgeCommit message (Expand)Author
2018-09-03Rename min/max -> uimin/uimax for better honesty.riastradh
2009-01-12Replace time_t values in libsa sources with the following two typestsutsui
2003-03-13kill the last use of NENTSdrochner
2003-03-13cope with removal of this sick NENTS macro from libsa/netif.hdrochner
2002-11-09Make the bootblocks build with warnings.thorpej
2001-07-22bcopy -> memcpy, bzero -> memsetwiz
1999-11-13Backout my libsa changes.thorpej
1999-11-12Don't include <lib/libkern/libkern.h> for prototypes that are also insimonb
1999-05-26uh, get the port name consistently correct (NetBSD/alpha, not NetBSD/Alpha)cgd
1999-04-02abstract the prom device open/close into a separate module, whichcgd
1999-03-27Bug fix for the bug fix. Be sure to prom_close() in bootxx and boot, but notross
1997-09-06-Wall fixesdrochner
1997-04-06clean up NetBSD RCS ID stringscgd
1997-01-24reorganize Alpha boot block sources: put common sources in a 'common'cgd
1997-01-18printfs newline cosmeticscgd
1997-01-18allow netboot ethernet address to be hard-coded into binary so thatcgd
1997-01-16more carefully include libkern and libsa headerscgd
1996-10-02spaces/tabs cleanupcgd
1996-10-02clean and polish a bitcgd
1996-09-23checkpoint current development, add ELF toolchain build supportcgd
1996-09-18start on some network boot blocks. they work, but:cgd