summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/gen68360/README (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Patch from Eric Norum <eric@cls.usask.ca> based on working withJoel Sherrill2000-02-111-0/+14
| | | | | | | | | | | | | | | | | | | | Bob Wisdon <bobwis@ascweb.co.uk> and Chris Johns <ccj@acm.org> to resolve a random network lockup problem. ckinit.c: Occasional network lockups have been noted when the PIT has a higher interrupt request level than the CPM. The SCC1 bit in the CISR is set even though the SCC1 interrupt handler is not active. This blocks interrupts from SCC1 (and all other CPM sources) and locks up the system. It has not been determined whether the error is within the 68360 or in the RTEMS interrupt support assembler code. The solution, for now, is to set both PIT and CPM interrupt request levels to the same value (4). network.c: Set CPM transmitter buffer pointer (_tbptr) to beginning of frame before restarting transmitter. Don't retire transmitter buffer descriptors belonging to the restarted frame.
* Updated times.Joel Sherrill2000-01-031-143/+143
|
* Patch from Eric Norum.Joel Sherrill1998-10-221-4/+6
|
* Patch from Eric Norum <eric@skatter.usask.ca>:Joel Sherrill1998-09-101-1/+6
| | | | | | If you're getting close to a new snaphot, here's something that might be useful to add to the BSP README notes for systems with networking.
* Patches from Eric NorumJoel Sherrill1998-08-201-1/+1
|
* Patches from Eric Norum:Joel Sherrill1998-03-231-24/+5
| | | | | | | Here are some patches to the gen68360 BSP. The improvements include: Boot prom run-time selection of DRAM size (1/4/16 Mbytes) Full 32-bit ethernet address obtained from boot prom. Updated README.
* Added information about multilib problems.Joel Sherrill1998-01-231-0/+8
|
* added ka9q stackJoel Sherrill1997-05-271-3/+6
|
* KA9Q stack removed prior to testing for 4.0.0 public release.Joel Sherrill1997-05-231-4/+1
|
* Update from Eric Norum.Joel Sherrill1997-04-161-17/+25
|
* Added ka9q tcpip stack and network driver for the gen68360. This effortJoel Sherrill1997-04-091-4/+34
| | | | | | | | | | | | | was done based on the 3.6.0 release and had to be autoconf'ed locally. It is turned on is the bsp enables it and it is not explicitly disabled via the configure option --disable-tcpip. As many warnings as possible were removed locally after the code was merged. Only the gen68360 and mvme136 bsps were compiled this way. The ka9q port and network driver were submitted by Eric Norum (eric@skatter.USask.Ca). The network demo programs are not included in the tree at this point.
* Updates from Eric Norum.Joel Sherrill1996-05-011-3/+2
|
* updatedJoel Sherrill1996-03-211-15/+0
|
* Generic 68360 BSP (gen360) submitted by: W. Eric Norum <eric@skatter.usask.ca>.Joel Sherrill1996-03-061-0/+283
Contact information: W. Eric Norum Saskatchewan Accelerator Laboratory 107 North Road University of Saskatchewan Saskatoon, Saskatchewan, CANADA S7N 5C6