History log of /src/sys/arch/mvme68k/stand/sboot/le_poll.c |
Revision | | Date | Author | Comments |
1.6 |
| 08-Mar-2018 |
mrg | fix various gcc6 m68k issues: - bad indentation. next68k en.c and mvme68k le_poll.c fixes real issues in error handling, the rest are NFCI. - pass 68030 flags as appropriate for mvme68k. - next68k nextrom.c has -Warray-bounds ignored for an odd expression that appears to run before relocation, and needs manual offsets added which trips bounds array checking.
with this all m68k ports build with GCC 6.
|
1.5 |
| 12-Jan-2008 |
tsutsui | branches: 1.5.96; Misc cleanup: - KNF, ANSIfy, remove __P() - use __func__ to print function names - use __arraycount() - include "ioconf.h" for struct cfdriver - u_intNN_t -> uintNN_t - wrap long lines etc.
|
1.4 |
| 08-Nov-2001 |
scw | branches: 1.4.2; 1.4.34; 1.4.96; 1.4.102; 1.4.110; Fix a couple of uninitialised variable warning with New Toolchain.
|
1.3 |
| 07-Jul-2001 |
scw | branches: 1.3.2; 1.3.6; bcopy -> memcpy bzero -> memset bcmp -> memcmp (note that the MI libsa's memcmp() still calls bcmp()...)
|
1.2 |
| 24-Jul-2000 |
jdolecek | cleanup Makefiles, put common stuff to Makefile.booters, ditch unnecessary stuff make this all compile with -Wall -Wno-main -Wmissing-prototypes -Wstrict-prototypes -Werror , also compilable on 1.4.1 label itself as NetBSD/mvme68k instead of "BSD" in bootblock message move bugcrt.c to libbug, remove bugcrt directory (bugcrt is still built and used separately to rest of libbug) convert sboot to use ordinary mvme68 libsa, instead of copying needed stuff in libc_sa.c convert to use version info generated by sys/conf/newvers_stand.sh instead of previous version.c files, add necessary 'version' files put chiptotime() to separate libsa file (used also by sboot/clock.c)
Thanks to Steve Woodford for help with this. Note that -current build might be hosed by this change, will be addressed by Steve shortly.
|
1.1 |
| 25-Jul-1995 |
chuck | branches: 1.1.1; Initial revision
|
1.1.1.1 |
| 25-Jul-1995 |
chuck | branches: 1.1.1.1.34; mvme68k port -- for the motorola vme147 m68030 card
|
1.1.1.1.34.1 |
| 20-Nov-2000 |
bouyer | Update thorpej_scsipi to -current as of a month ago A i386 GENERIC kernel compiles without the siop, ahc and bha drivers (will be updated later). i386 IDE/ATAPI and ncr work, as well as sparc/esp_sbus. alpha should work as well (untested yet). siop, ahc and bha will be updated once I've updated the branch to current -current, as well as machine-dependant code.
|
1.3.6.1 |
| 12-Nov-2001 |
thorpej | Sync the thorpej-mips-cache branch with -current.
|
1.3.2.1 |
| 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
1.4.110.1 |
| 19-Jan-2008 |
bouyer | Sync with HEAD
|
1.4.102.1 |
| 18-Feb-2008 |
mjf | Sync with HEAD.
|
1.4.96.1 |
| 23-Mar-2008 |
matt | sync with HEAD
|
1.4.34.1 |
| 21-Jan-2008 |
yamt | sync with head
|
1.4.2.2 |
| 08-Nov-2001 |
scw | Fix a couple of uninitialised variable warning with New Toolchain.
|
1.4.2.1 |
| 08-Nov-2001 |
scw | file le_poll.c was added on branch nathanw_sa on 2001-11-08 21:40:26 +0000
|
1.5.96.1 |
| 15-Mar-2018 |
pgoyette | Synch with HEAD
|