summaryrefslogtreecommitdiffstats
path: root/c (unfollow)
Commit message (Collapse)AuthorFilesLines
1998-08-21Update from Eric Norum.Joel Sherrill1-3/+2
1998-08-21All warnings removed.Joel Sherrill21-18/+75
1998-08-21Removed networkconfig.h since it reflects target specific initialization.Joel Sherrill2-4/+4
1998-08-21Added initialization of missing termios structure entries.Joel Sherrill2-4/+6
1998-08-21Fixed warning about pointer/integer conversion which turned out to beJoel Sherrill3-3/+3
a missed "&" on a write.
1998-08-21Fixed discrepancies noted by John Oleynick <johno@sirius.com>.Joel Sherrill1-6/+11
1998-08-20changed version to 980820pm-BSDJoel Sherrill2-2/+2
1998-08-20Patches from Eric NorumJoel Sherrill25-71/+110
1998-08-20Added CVS IdsJoel Sherrill194-0/+611
1998-08-20Fixed many warnings.Joel Sherrill104-254/+484
1998-08-20changed version to 980820-BSDJoel Sherrill2-2/+2
1998-08-20Changed to avoid use of gets().Joel Sherrill2-16/+68
1998-08-20Updated to reflect TCP/IP stack transition.Joel Sherrill1-1/+3
1998-08-20Temporarily leave strsep out of the build.Joel Sherrill2-4/+8
1998-08-20Added missing file.Joel Sherrill2-2/+2
1998-08-20Removed stub implementationJoel Sherrill3-13/+4
1998-08-20FreeBSD stack compiles for the first time (except libc/strsep.c)Joel Sherrill10-437/+525
1998-08-20FreeBSD stack compiles for the first time (except libc/strsep.c).Joel Sherrill45-24/+1058
1998-08-20Base filesJoel Sherrill4-0/+190
1998-08-20Base filesJoel Sherrill12-0/+584
1998-08-20Base version.Joel Sherrill2-0/+28
1998-08-19Base filesJoel Sherrill647-0/+179701
1998-08-19changed version to 980819Joel Sherrill2-2/+2
1998-08-19Patch from Eric Valette <valette@crf.canon.fr>:Joel Sherrill4-58/+86
- Use the "hlt" instruction for the Idle thread, - Optimise interrupt PATH leadding to thread wakeup, - Preparation for Intel exception management that should come before the end of the week...
1998-08-19Fixed obsolete reference to BSDINSTALL.Joel Sherrill1-1/+1
1998-08-19Patch from Aleksey <qqi@world.std.com>:Joel Sherrill2-10/+45
This patch has same changes as one I sent to you earlier plus it fixes _heap_size problem for pc386 we had discussed earlier. Now, _heap_size is defined and set to 0 in pc386/startup/bspstart.c It can be patched to desireable value in binary image. If it is left unpatched, then startup code will determine size of memory (on the assumption that at least 2MB are present) and use max possible heap.
1998-08-19Patch from Aleksey <qqi@world.std.com>:Joel Sherrill8-21/+34
It fixes netboot build problem, KA9Q configuration for pc386, some compiler wardning, it also removed some stuff ifdef'ed with '#if 0'.
1998-08-19Patches from Ralf Corsepius <corsepiu@faw.uni-ulm.de> and myself toJoel Sherrill8-13/+12
make solaris target buildable. > 1. The ipc check fails since solaris does not define union semun. > The unix port code actually defines this type itself on solaris. Doing > the same thing lets it get configured. Then... > 2. It looks like BSDINSTALL is not defined properly. BSDINSTALL is defined in make/host.cfg.in as BSDINSTALL=@INSTALL@ @INSTALL@ is generated by autoconf's standard macro AC_PROG_INSTALL, which is widely used in almost any autoconf/automake configured package. In case there is really something wrong with it, then it must be considered a bug in autoconf. I can see a doubious fragment in AC_PROG_INSTALL, which is used when no appropriate bsd-install is found. Finally Ralf saw a problem with the find on solaris which I also saw and fixed.
1998-08-19Added 68060 definition from Chris Johns.Joel Sherrill1-0/+17
1998-08-14If 0 out the code which touches the chip in questionable ways for processingJoel Sherrill1-0/+6
a giant packet.
1998-08-14Changed tm27 clear interrupt macro on all PPC BSPs except the papyrus.Joel Sherrill1-0/+5
1998-08-14Added information on caching.Joel Sherrill1-0/+13
1998-08-14Updated.Joel Sherrill1-1/+1
1998-08-13Fixed version referenceJoel Sherrill1-1/+1
1998-08-13Updated.Joel Sherrill1-181/+179
1998-08-13Fixed preinstall stanza so the prebuild works.Joel Sherrill1-3/+3
1998-08-13base line -- copied from erc32Joel Sherrill1-0/+193
1998-08-13Enable TX interrupts only when we need TDAs.Joel Sherrill1-1/+0
1998-08-13Cleaned up some debugging stuff.Joel Sherrill1-23/+15
Redid interrupt handler to read imr/isr once and to write the imr once.
1998-08-13Don't disable the RX/TX on close in polled mode.Joel Sherrill2-4/+6
Fixed a comment.
1998-08-13Per request from Chris Johns <ccj@acm.org>, I added code to detectJoel Sherrill1-3/+3
when the bare bsp was enabled without setting both --enable-cpu-model and --enable-cpu-cflags.
1998-08-13Patch from Chris Johns <ccj@acm.org> to change the way in which the initialJoel Sherrill1-2/+5
stack pointers are saved.
1998-08-13Patch from Chris Johns <ccj@acm.org>. Comments follow:Joel Sherrill1-0/+19
Here is a small patch which allows the m68060 to be used. I have not tested the FP switching stuff which we know is broken. This is taken against the libchip snapshot but should merge without problems. If you have any problems please let me know. There are other smaller issues such as superscalar enable and cache control which I have not addressed yet. They are different to all other m68k processors. These can wait IMO.
1998-08-13fixed spacingJoel Sherrill1-16/+14
1998-08-12Removed spurious prints and cleaned up XXX.Joel Sherrill1-11/+10
1998-08-12Added more debug information. There are probably debug prints left in.Joel Sherrill1-24/+53
Fixed one important bug. After wrapping the RX Descriptors all had the EOL bit set which resulted in everything slowing down massively.
1998-08-12Fixed bug where the last link of the RDA was not initialized properly.Joel Sherrill1-15/+30
1998-08-11Added SONIC_DEBUG_DESCRIPTORS and changed debug level.Joel Sherrill1-3/+11
1998-08-10Survives 16-20 packets. Appears to be ok on TX buffer management.Joel Sherrill1-11/+16
Problem appears to be on the RX buffer initialization side.
1998-08-10Added printsJoel Sherrill1-1/+2