summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* If 0 out the code which touches the chip in questionable ways for processingJoel Sherrill1998-08-141-0/+6
| | | | a giant packet.
* Changed tm27 clear interrupt macro on all PPC BSPs except the papyrus.Joel Sherrill1998-08-141-0/+5
|
* Added information on caching.Joel Sherrill1998-08-141-0/+13
|
* Updated.Joel Sherrill1998-08-141-1/+1
|
* Fixed version referenceJoel Sherrill1998-08-131-1/+1
|
* Updated.Joel Sherrill1998-08-131-181/+179
|
* New times for 4.0.0-lmcoJoel Sherrill1998-08-135-269/+278
|
* Fixed preinstall stanza so the prebuild works.Joel Sherrill1998-08-132-6/+6
|
* Switched from presenting timing data based on CPU models to presenting itJoel Sherrill1998-08-1319-155/+162
| | | | based on board model.
* New fileJoel Sherrill1998-08-131-0/+247
|
* Added DMV177 times files and made this all regenerate with two timingJoel Sherrill1998-08-1310-59/+1726
| | | | chapters.
* Added text to clarify the queueing of multiple events.Joel Sherrill1998-08-131-12/+12
|
* Added bswap feature.Joel Sherrill1998-08-132-4/+30
|
* Updated version information.Joel Sherrill1998-08-131-25/+25
|
* Updated the disk space required.Joel Sherrill1998-08-131-2/+2
| | | | Fixed a typo in the hello world example.
* Corrected name of build script and other minor things in the list ofJoel Sherrill1998-08-131-9/+13
| | | | | | | | needed tools. Corrected path to patches. Added warning about putting the install point under the build tree.
* Added a warning about positioning the INSTALL_POINT under the buildJoel Sherrill1998-08-131-0/+4
| | | | tree.
* Added RTEMS.src stanza dn commands to run it.Joel Sherrill1998-08-132-2/+7
|
* Changed settings for RPREFIX and DIRPREFIX.Joel Sherrill1998-08-131-2/+2
|
* Updated version numberJoel Sherrill1998-08-131-1/+1
|
* Updated to include standard number.Joel Sherrill1998-08-131-4/+7
|
* Updated.Joel Sherrill1998-08-131-3/+3
|
* New dates and versions.Joel Sherrill1998-08-131-5/+5
|
* Changed phone number to reflect new area code.Joel Sherrill1998-08-131-2/+2
|
* base line -- copied from erc32Joel Sherrill1998-08-131-0/+193
|
* Enable TX interrupts only when we need TDAs.Joel Sherrill1998-08-131-1/+0
|
* Cleaned up some debugging stuff.Joel Sherrill1998-08-131-23/+15
| | | | Redid interrupt handler to read imr/isr once and to write the imr once.
* Don't disable the RX/TX on close in polled mode.Joel Sherrill1998-08-132-4/+6
| | | | Fixed a comment.
* Per request from Chris Johns <ccj@acm.org>, I added code to detectJoel Sherrill1998-08-133-30/+50
| | | | | when the bare bsp was enabled without setting both --enable-cpu-model and --enable-cpu-cflags.
* Patch from Chris Johns <ccj@acm.org> to change the way in which the initialJoel Sherrill1998-08-131-2/+5
| | | | stack pointers are saved.
* Patch from Chris Johns <ccj@acm.org>. Comments follow:Joel Sherrill1998-08-131-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.
* fixed spacingJoel Sherrill1998-08-131-16/+14
|
* Removed spurious prints and cleaned up XXX.Joel Sherrill1998-08-121-11/+10
|
* Added more debug information. There are probably debug prints left in.Joel Sherrill1998-08-121-24/+53
| | | | | Fixed one important bug. After wrapping the RX Descriptors all had the EOL bit set which resulted in everything slowing down massively.
* Updated the description section of the cfg_open and cfg_read routinesWade A Smith1998-08-121-20/+155
|
* Fixed bug where the last link of the RDA was not initialized properly.Joel Sherrill1998-08-121-15/+30
|
* Updated the description section of the admin_shutdown routine.Wade A Smith1998-08-111-1/+14
|
* Updated the description section for the dump_setpath routine.Wade A Smith1998-08-111-2/+16
|
* Updated the description section for the following routines:Wade A Smith1998-08-111-7/+228
| | | | | | log_close, log_seek, log_severity_before, log_facilityemptyset, log_facilityfillset, log_facilityaddset, log_facilitydelset, and log_facilityismember
* Updated the Description section for the following routines:Wade A Smith1998-08-111-2/+75
| | | | log_notify, log_read, log_open, and log_write.
* Added SONIC_DEBUG_DESCRIPTORS and changed debug level.Joel Sherrill1998-08-111-3/+11
|
* Survives 16-20 packets. Appears to be ok on TX buffer management.Joel Sherrill1998-08-101-11/+16
| | | | Problem appears to be on the RX buffer initialization side.
* Update the description section for the log_write function.Wade A Smith1998-08-101-3/+38
|
* Added printsJoel Sherrill1998-08-101-1/+2
|
* Updated the Description section for the Configuration Space ManagementWade A Smith1998-08-101-93/+224
| | | | routines.
* Can now reply to multiple successive pings successfully without being inJoel Sherrill1998-08-102-29/+22
| | | | | | promiscuous mode. It still dies somewhere between 16 and 20 pings.
* replies to ping -- forced into prosmiscuous modeJoel Sherrill1998-08-101-13/+21
|
* Added to the description section of the Configuration Space Operations.Wade A Smith1998-08-101-9/+77
|
* Documented the admin_shutdown functionWade A Smith1998-08-101-4/+13
|
* Documented the following Event Logging routines:Wade A Smith1998-08-101-48/+172
| | | | | | log_write, log_open, log_read, log_notify, log_close, log_seek, log_severity_before, log_facilityemptyset, log_facilityfillset, log_facilityaddset, log_facilitydelset, and log_facilityismember