Timeline



02/18/99:

21:46 Changeset in rtems [a53a2bf7]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Updated to reflect addition of new BSPs.
21:41 Changeset in rtems [8dcbc16b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Ian Lance Taylor <ian@…>: Here is a patch which slightly improves the i386 interrupt handling macros. These macros were written to use both input and output parameters, which is not necessary. This patch changes them to use only an input or output parameter, as appropriate. It also changes the constraints to permit the interrupt level to be loaded directly in and out of memory, rather than always requiring a register.
21:09 Changeset in rtems [c0438add]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Renamed network to wd8003.
21:07 Changeset in rtems [adbaa61]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Emmanuel Raguet <raguet@…>. Missed adding this file earlier to CVS.
21:06 Changeset in rtems [13ae6f4]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added INSTALL rule to Makefile.
21:06 Changeset in rtems [1094cf0d]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Emmanuel RAGUET <raguet@…> to add files that were accidentally not committed earlier. The DECNet driver is being added as its own directory to avoid forcing the driver to have to pull in the complete set of network drivers.
20:58 Changeset in rtems [3204a06]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added comments.
20:58 Changeset in rtems [51450d7]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added NE2000 Driver from Ian Lance Taylor <ian@…>. Comments: Both the ne2000 and the wd80x3 are based on the National Semiconductor 8390 chip, so there is a fair amount of overlap between the two drivers. It would be possible in principle to combine some code into a separate set of subroutines called by both. In fact, the drivers in both OpenBSD and Linux work this way. I didn't bother, because for the relatively simple drivers used by RTEMS, the overlap is not especially large, and any reasonable use of subroutines would lead to slightly less efficient code. This ne2000 driver uses two transmit buffers. While one packet is being transmitted over the Ethernet, RTEMS will upload another. Since uploading a packet to the ne2000 is rather slow, I don't think there is any point to having more than two transmit buffers. However, the code does make it possible, by changing NE_TX_BUFS, although that would of course reduce the number of receive buffers. I suspect that the wd80x3 driver would benefit slightly from copying the multiple transmit buffer code. However, I have no way to test that.
19:24 Changeset in rtems [aa28a083]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Fixed top of file.
19:23 Changeset in rtems [5d02459]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
MVME167 BSP submitted by Charles Gauthier <Charles.Gauthier@…>.
19:18 Changeset in rtems [5c609dd]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Missed this file in the merge.
19:10 Changeset in rtems [39136318]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Regenerated.
18:36 Changeset in rtems [8548fe0]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Part of the automake VI patch from Ralf Corsepius <corsepiu@…>: > 5) rtems-rc-19990202-1.diff/reorg-install.sh > > reorg-install.sh fixes a Makefile variable name clash of RTEMS > configuration files and automake/autoconf standards. > Until now, RTEMS used $(INSTALL) for install-if-change. Automake and > autoconf use $(INSTALL) for a bsd-compatible install. As > install-if-change and bsd-install are not compatible, I renamed all > references to install-if-changed to $(INSTALL_CHANGED) and used > $(INSTALL) for bsd-install (==automake/autoconf standard). When > automake will be introduced install-if-change will probably be replaced > by $(INSTALL) and therefore will slowly vanish. For the moment, this > patch fixes a very nasty problem which prevents adding any automake file > until now (There are still more).
18:28 Changeset in rtems [7908ba5b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Part of the automake VI patch from Ralf Corsepius <corsepiu@…>: > 4) rtems-rc-19990202-0.diff /reorg-score-cpu.sh > > reorg-score-cpu.sh reorganizes the cpu/<cpu>/* subdirectories in a > similar manner than previous reorg scripts did. rtems-rc-19990202-0.diff > contains the diffs after reorg-score-cpu.sh has been run on a > rtems-19981215 snapshot + my patches up to rtems-rc-19990131-2.diff. > > This patch is rather nasty and may break something. However, I've tested > it for about 10 different target/bsp pairs and believe to have shaken > out most bugs. I wonder about the following .h files that were not moved: a29k/asm.h a29k/cpu_asm.h i386/asm.h i960/asm.h m68k/asm.h m68k/m68302.h m68k/m68360.h m68k/qsm.h m68k/sim.h mips64orion/asm.h mips64orion/cpu_asm.h mips64orion/mips64orion.h no_cpu/asm.h no_cpu/cpu_asm.h powerpc/asm.h powerpc/mpc860.h sh/asm.h sparc/asm.h sparc/erc32.h
18:18 Changeset in rtems [52b0d9d]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Another part of automake VI patch from Ralf Corsepius <corsepiu@…> > 4) rtems-rc-19990202-0.diff /reorg-score-cpu.sh > > reorg-score-cpu.sh reorganizes the cpu/<cpu>/* subdirectories in a > similar manner than previous reorg scripts did. rtems-rc-19990202-0.diff > contains the diffs after reorg-score-cpu.sh has been run on a > rtems-19981215 snapshot + my patches up to rtems-rc-19990131-2.diff. > > This patch is rather nasty and may break something. However, I've tested > it for about 10 different target/bsp pairs and believe to have shaken > out most bugs. I wonder about the following .h files that were not moved: a29k/asm.h a29k/cpu_asm.h i386/asm.h i960/asm.h m68k/asm.h m68k/m68302.h m68k/m68360.h m68k/qsm.h m68k/sim.h mips64orion/asm.h mips64orion/cpu_asm.h mips64orion/mips64orion.h no_cpu/asm.h no_cpu/cpu_asm.h powerpc/asm.h powerpc/mpc860.h sh/asm.h sparc/asm.h sparc/erc32.h
18:16 Changeset in rtems [25d457b8]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Yet another part of automake VI from Ralf Corsepius <corsepiu@…>: > 4) rtems-rc-19990202-0.diff /reorg-score-cpu.sh > > reorg-score-cpu.sh reorganizes the cpu/<cpu>/* subdirectories in a > similar manner than previous reorg scripts did. rtems-rc-19990202-0.diff > contains the diffs after reorg-score-cpu.sh has been run on a > rtems-19981215 snapshot + my patches up to rtems-rc-19990131-2.diff. > > This patch is rather nasty and may break something. However, I've tested > it for about 10 different target/bsp pairs and believe to have shaken > out most bugs. I wonder about the following .h files that were not moved: a29k/asm.h a29k/cpu_asm.h i386/asm.h i960/asm.h m68k/asm.h m68k/m68302.h m68k/m68360.h m68k/qsm.h m68k/sim.h mips64orion/asm.h mips64orion/cpu_asm.h mips64orion/mips64orion.h no_cpu/asm.h no_cpu/cpu_asm.h powerpc/asm.h powerpc/mpc860.h sh/asm.h sparc/asm.h sparc/erc32.h
18:03 Changeset in rtems [38840f7b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Part of the automake VI patch from Ralf Corsepius <corsepiu@…>: > 3) rtems-rc-19990131-2.diff > > This patch removes generating bsp_specs from leaf.cfg and generates > bsp_specs from inside of c/Makefile instead. > > The motivation behind this patch is to avoid "polluting" Makefiles by > unneccessary rules from included Makefile-fragments (*.cfg-files) and > try to handle files by explicit rules in Makefiles instead (FYI: > automake-1.4 physically includes Makefile fragments at the time > automake is run, not at the time make is run as RTEMS Makefile.ins do > now) > > Nevertheless, this patch is rather uncritical, almost cosmetical - If > you don't like it, then dump it ;-, however I doubt that subsequent > patches will apply then ;-.
18:00 Changeset in rtems [4cc89bd]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added rejected patch from automake VI from Ralf Corsepius.
17:55 Changeset in rtems [a110b68]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Part of automake VI patch from Ralf Corsepius <corsepiu@…>: > 2) rtems-rc-19990131-1.diff > > Rework of compilers/*.cfg files (esp. gcc-target-default.cfg) to adapt > the flags/makefile variables to automake and make standards (cf. > make.info - implicit rules/variables). > > This patch is rather risky and may probably break things, but is an > essential step towards automake. > > FWIW: It also reverts the i386-ASMFLAGS/ASFLAGS-patch, which was wrong, > as I had to experience ;-.
17:54 Changeset in rtems [011677f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Part of automake VI Patch from Ralf Corsepius <corsepiu@…>. > Adds variables to the custom/*cfg files to specify the location of > tools. The purpose is to remove hard-coded paths from the Makefiles. > > In later steps this eases moving the tools to other locations.
17:46 Changeset in rtems [1fdc990]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Part of the targopts.h change in generation patch from Ralf Corsepius <corsepiu@…>.
17:26 Changeset in rtems [6b9aaf7]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Corrected.
17:26 Changeset in rtems [3b7f138]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Readded.
17:26 Changeset in rtems [0fc85c50]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Should have been removed earlier.
17:16 Changeset in rtems [e4071cf]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Ralf Corsepius <corsepiu@…>: This patch removes generation of targopts.h from leaf.cfg and generates it in location at score/include/rtems/score instead. To achieve this: * all rules in other Makefile.ins which have accessed targopts.h have been removed. * c/Makefile.in has been modified to generate the directories before doing anything else. I.e. to ensure the directories exist before any preinstall rule fires (This part is a bit kludgy, but it seems to work. Please check if the interaction with libhwapi still works).
16:48 Changeset in rtems [0c04c377]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
./clock/Makefile.in,v ./clock/clock.c,v ./console/Makefile.in,v ./console/config.c,v ./console/console.c,v ./console/console.h,v ./console/debugio.c,v ./console/i8042.c,v ./console/i8042_p.h,v ./console/i8042vga.c,v ./console/i8042vga.h,v ./console/ns16550.c,v ./console/ns16550.h,v ./console/ns16550_p.h,v ./console/ns16550cfg.c,v ./console/ns16550cfg.h,v ./console/vga.c,v ./console/vga_p.h,v ./console/z85c30.c,v ./console/z85c30.h,v ./console/z85c30_p.h,v ./console/z85c30cfg.c,v ./console/z85c30cfg.h,v ./include/Makefile.in,v ./include/bsp.h,v ./include/chain.h,v ./include/coverhd.h,v ./include/extisrdrv.h,v ./include/nvram.h,v ./include/pci.h,v ./include/tod.h,v ./network/Makefile.in,v ./network/amd79c970.c,v ./network/amd79c970.h,v ./nvram/Makefile.in,v ./nvram/ds1385.h,v ./nvram/mk48t18.h,v ./nvram/nvram.c,v ./nvram/prepnvr.h,v ./nvram/stk11c68.h,v ./pci/Makefile.in,v ./pci/pci.c,v ./start/Makefile.in,v ./start/start.s,v ./startup/Makefile.in,v ./startup/bspclean.c,v ./startup/bspstart.c,v ./startup/bsptrap.s,v ./startup/device-tree,v ./startup/genpvec.c,v ./startup/linkcmds,v ./startup/rtems-ctor.cc,v ./startup/sbrk.c,v ./startup/setvec.c,v ./startup/spurious.c,v ./startup/swap.c,v ./timer/Makefile.in,v ./timer/timer.c,v ./tod/Makefile.in,v ./tod/cmos.h,v ./tod/tod.c,v ./universe/Makefile.in,v ./universe/universe.c,v ./vectors/Makefile.in,v ./vectors/README,v ./vectors/align_h.s,v ./vectors/vectors.s,v ./wrapup/Makefile.in,v ./Makefile.in,v ./README,v ./STATUS,v ./bsp_specs,v
16:47 Changeset in rtems [3492f29]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
./clock/Makefile.in,v ./clock/clock.c,v ./console/Makefile.in,v ./console/config.c,v ./console/console.c,v ./console/console.h,v ./console/debugio.c,v ./console/i8042.c,v ./console/i8042_p.h,v ./console/i8042vga.c,v./console/i8042vga.h,v ./console/ns16550.c,v ./console/ns16550.h,v ./console/ns16550_p.h,v ./console/ns16550cfg.c,v ./console/ns16550cfg.h,v ./console/vga.c,v ./console/vga_p.h,v ./console/z85c30.c,v ./console/z85c30.h,v ./console/z85c30_p.h,v ./console/z85c30cfg.c,v ./console/z85c30cfg.h,v ./include/Makefile.in,v ./include/bsp.h,v ./include/chain.h,v ./include/coverhd.h,v ./include/extisrdrv.h,v ./include/nvram.h,v ./include/pci.h,v ./include/tod.h,v ./network/Makefile.in,v ./network/amd79c970.c,v ./network/amd79c970.h,v ./nvram/Makefile.in,v ./nvram/ds1385.h,v ./nvram/mk48t18.h,v ./nvram/nvram.c,v ./nvram/prepnvr.h,v ./nvram/stk11c68.h,v ./pci/Makefile.in,v ./pci/pci.c,v ./start/Makefile.in,v ./start/start.s,v ./startup/Makefile.in,v ./startup/bspclean.c,v ./startup/bspstart.c,v ./startup/bsptrap.s,v ./startup/device-tree,v ./startup/genpvec.c,v ./startup/linkcmds,v ./startup/rtems-ctor.cc,v ./startup/sbrk.c,v ./startup/setvec.c,v ./startup/spurious.c,v ./startup/swap.c,v ./timer/Makefile.in,v ./timer/timer.c,v ./tod/Makefile.in,v ./tod/cmos.h,v ./tod/tod.c,v ./universe/Makefile.in,v ./universe/universe.c,v ./vectors/Makefile.in,v ./vectors/README,v ./vectors/align_h.s,v ./vectors/vectors.s,v ./wrapup/Makefile.in,v ./Makefile.in,v ./README,v ./STATUS,v ./bsp_specs,v
16:09 Changeset in rtems [df0ac0b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Should have been removed from cvs early.
15:16 Changeset in rtems [e029467]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Emmanuel Raguet <raguet@…>: You will find enclosed a patch which contains, for Intel PC386 target : - an Ethernet driver for DEC21140 device based boards. - a simple cache management with paging mechanism.
15:11 Changeset in rtems [edfb0eb]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
GLobal reentrancy structure is now dynamically initialized.
15:11 Changeset in rtems [60f67aea]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added CVS Id string.
15:09 Changeset in rtems [9e5c391]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added or corrected CVS Id strings.
15:09 Changeset in rtems [4ef40152]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
MPC860 support submitted by Jay Monkman <jmonkman@…>.

02/17/99:

20:24 Changeset in rtems [ee733965]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Jay Monkman <jmonkman@…> submitted the eth_comm BSP for a PPC860 based board.

02/15/99:

18:56 Changeset in rtems [7e2a525b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Eric Valette <valette@…> to undo the patch that added ifdef on the pc386.
16:46 Changeset in rtems [7cc7a74]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Eric Valette <valette@…> to correct _exit undefined problem.

02/10/99:

19:57 Changeset in network-demos [478b9c0]netdemos-19990210 by cvs2git <rtems-devel@…>
This commit was manufactured by cvs2svn to create tag 'netdemos-19990210'. Sprout from master 1999-02-10 19:57:04 UTC Joel Sherrill <joel.sherrill@…> 'Added debug print when test can't get a buffer. This is probably a fatal' Cherrypick from ERIC-NORUM 1998-07-30 14:42:29 UTC Joel Sherrill <joel.sherrill@…> 'base from Eric Norum -- Demos.30May1998.tar.gz': ttcp/ttcp_orig/ttcp.1
19:57 Changeset in network-demos [ce34271]4.11netdemos-4-5-branchnetwork-demos-4-10-branchnetwork-demos-4-6-branchnetwork-demos-4-7-branchnetwork-demos-4-8-branchnetwork-demos-4-9-branchrtems-4-5-branch by Joel Sherrill <joel.sherrill@…>
Added debug print when test can't get a buffer. This is probably a fatal error in the stack but it would be nice to get a message from the test just in case.
19:56 Changeset in network-demos [2b13801]4.11netdemos-4-5-branchnetwork-demos-4-10-branchnetwork-demos-4-6-branchnetwork-demos-4-7-branchnetwork-demos-4-8-branchnetwork-demos-4-9-branchrtems-4-5-branch by Joel Sherrill <joel.sherrill@…>
Modified to delay at startup.
19:56 Changeset in network-demos [d681bc2]4.11netdemos-4-5-branchnetwork-demos-4-10-branchnetwork-demos-4-6-branchnetwork-demos-4-7-branchnetwork-demos-4-8-branchnetwork-demos-4-9-branchrtems-4-5-branch by Joel Sherrill <joel.sherrill@…>
Modified to support TFTP filesystem.
19:55 Changeset in network-demos [b8a1e4f]4.11netdemos-4-5-branchnetwork-demos-4-10-branchnetwork-demos-4-6-branchnetwork-demos-4-7-branchnetwork-demos-4-8-branchnetwork-demos-4-9-branchrtems-4-5-branch by Joel Sherrill <joel.sherrill@…>
Added call to rtems_bsdnet_show_inet_routes().
19:55 Changeset in network-demos [389195e]4.11netdemos-4-5-branchnetwork-demos-4-10-branchnetwork-demos-4-6-branchnetwork-demos-4-7-branchnetwork-demos-4-8-branchnetwork-demos-4-9-branchrtems-4-5-branch by Joel Sherrill <joel.sherrill@…>
Removed warnings.
19:54 Changeset in network-demos [16a968e]4.11netdemos-4-5-branchnetwork-demos-4-10-branchnetwork-demos-4-6-branchnetwork-demos-4-7-branchnetwork-demos-4-8-branchnetwork-demos-4-9-branchrtems-4-5-branch by Joel Sherrill <joel.sherrill@…>
Modified so warnings would be printed if no network driver was defined.
19:53 Changeset in network-demos [43df10f]4.11netdemos-4-5-branchnetwork-demos-4-10-branchnetwork-demos-4-6-branchnetwork-demos-4-7-branchnetwork-demos-4-8-branchnetwork-demos-4-9-branchrtems-4-5-branch by Joel Sherrill <joel.sherrill@…>
Removing socket test.
19:51 Changeset in rtems [cef8302]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added thank you.
19:51 Changeset in rtems [90fe8b3]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added POSIX timers.
19:50 Changeset in rtems [6ea3da8]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Corrected title
19:50 Changeset in rtems [c626652]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added gdb_rtems
19:50 Changeset in rtems [9414e3f8]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Changed versions.
18:54 Changeset in rtems [7b597b85]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Now generates HTML, PostScript?, and info correctly.
18:35 Changeset in rtems [89d177eb]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Base file.
18:33 Changeset in rtems [387f41a]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Base version.
17:23 Changeset in rtems [c8b5487]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
changed version to 19990210
17:22 Changeset in rtems [dae18b5]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
POSIX timer support.
17:07 Changeset in rtems [386289b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added this file.
17:06 Changeset in rtems [3234c27]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Don't build spfatal since it won't run anyway.
17:06 Changeset in rtems [f93d996]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Changed file name.
17:05 Changeset in rtems [9619ff3]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Set the read/write offset to 0 when the file is opened. The ACVC had a test that performed the sequence open/write/close/open/read/close on a file. It did not get the correct result since the file descriptor was reused.
17:04 Changeset in rtems [efb1b830]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Corrected multiple places the file size was not being properly updated.
17:04 Changeset in rtems [3165b4d3]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added getcwd().
17:03 Changeset in rtems [aee3d68]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
POSIX timer support modifications.
00:29 Changeset in rtems [dd746c38]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Comments fixed after problem report from Ian Lance Taylor <ian@…>.

02/09/99:

20:31 Changeset in rtems [c13cd48]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added maximum_timers field to configuration table.
20:31 Changeset in rtems [afc40a5]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Changed version numbers.
20:30 Changeset in rtems [ba0bd42]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Changed versions.
20:30 Changeset in rtems [381fc99]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added information on debug modes that can be enabled in the network stack.
20:30 Changeset in rtems [5bb77c4]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Changed the name of a section.
20:29 Changeset in rtems [67b8f47]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Install the PostScript? file.
20:05 Changeset in rtems [3ce8540]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Changed version.
20:04 Changeset in rtems [b7111263]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Changed date.

02/05/99:

00:34 Changeset in rtems [c9c67390]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Split SONIC chip into appropriate files for libchip'ing. The portable portion is now in the libchip tree and the dmv177 configuration is in the dmv177 bsp. The performance impact of libchip'ing this driver was minimal.
00:30 Changeset in rtems [b5e4eb7]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Commented out disable of building network code so it is built. You can hack through some paths to check error checking paths without a network driver.
00:29 Changeset in rtems [2caa006]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added instruction and data cache enable.
00:29 Changeset in rtems [ecec2ba]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Eric Norum to correct bug induced by select() patch.
00:28 Changeset in rtems [2f87c843]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Corrected spacing and added some new error checks that were needed to avoid dereferencing NULLs.
00:27 Changeset in rtems [e824fa5]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added optional data and instruction caching enable calls.
00:26 Changeset in rtems [26e663d]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added caching enable routines.

02/04/99:

23:45 Changeset in rtems [13cc89e1]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Reorganized into libchip style but not yet split out into multiple files and placed in the right shareable directories.
22:59 Changeset in rtems [7397638]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Works great now.
15:00 Changeset in rtems [354b00bc]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added printf()'s that can be uncommented to trace MBUF operations. This is very useful when debugging a device driver.
14:59 Changeset in rtems [83c7b00]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Modifed to reflect transition from device driver to file system.
14:58 Changeset in rtems [d3c1060]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added debug printf()'s that are commented out. Uncommenting these allows one to trace the enqueueing and dequeueing of messages. This can be used to insure that packets are getting to the boundary between the network stack and the device driver.
14:56 Changeset in rtems [1564ca8]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added PowerPC specific header checksum code.
14:56 Changeset in rtems [8cce445]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added PowerPC specific header checksum code. Added volatile to i386 assembly statements in header checksum code.
14:54 Changeset in rtems [c1a37d3e]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Debugged and now works except for handling of minor number.
14:53 Changeset in rtems [7c7fd4d]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Modified to include comments on how to get TCPDEBUG turned on and printing messages.
Note: See TracTimeline for information about the timeline view.