summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Enabled specific types of debug info.Joel Sherrill1998-08-061-31/+55
| | | | | | | | | | | | Added pointer to RDA to sonic structure. Added macro names for values used in the in_use field of RDA entries. Rewrote the RX Descriptor Area initialization loop. Added a check to barf if this is a Rev B sonic chip. Enabled check that the CAM was properly loaded.
* Changed debug enable macros to support individually enabling differentJoel Sherrill1998-08-061-15/+30
| | | | | | | types of debug information. Removed call to rtems_panic which was based on checking a variable which was no longer being set.
* Card Resource Register was a 16-bit register not a 32-bit one.Joel Sherrill1998-08-065-28/+36
| | | | Used existing constants for bits on the register.
* Added support for the Card Resource Register. The new probe routinesJoel Sherrill1998-08-065-8/+107
| | | | | check for the presence of the DUART, SCC, and RTC. The SONIC check needs to be added in the future as the network driver is libchip'ed.
* Commented out the code which yields the CPU when the serial controller isJoel Sherrill1998-08-056-0/+12
| | | | | busy. This type of behavior perturbs the tests and many of them will not pass.
* Added constants which made the multiple bit settings more readableJoel Sherrill1998-08-051-0/+25
| | | | for the Data Configuration Register (DCR).
* DCR setting changed to match what the DY-4 Firmware initialized it to.Joel Sherrill1998-08-051-135/+259
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This primarily included setting the state of the programmable outputs and the RX and TX FIFO depths. Moved all of the TX, RX, and RRA data structure initialization to before the hardware initialization. As part of this, the hardware initialization was consolidated. More than likely, some of this movement broke stuff. Used constants added to sonic.h which gave more logical names to some of the register bit settings. Switched to calloc to insure the data areas where initialized to 0. Commented out a panic check in the RX server which may or may not have been right. Increased the size of the CAM initialization area. It is possible that this could be decreased or code added to handle the management of multiple hardware addresses. Added sonic read and write register routines which aid greatly in debugging and provide the core for the eventual movement of this driver to libchip. Added debug code to the read and write register routines which can print the value read from or written to a register. This code also prints the register name which significantly eases reading the log.
* Patch from Eric Valette <valette@crf.canon.fr> which brings the i386ex BSPJoel Sherrill1998-08-0527-578/+379
| | | | inline with the new IRQ structure.
* changed load addressJoel Sherrill1998-08-051-2/+5
|
* Automatic CPU type detection code from Eric Valette <valette@crf.canon.fr>.Joel Sherrill1998-08-0517-30/+698
| | | | Enabled on the pc386.
* Fixed name of Buffer so this would compile.Joel Sherrill1998-08-051-3/+3
|
* Redid Makefiles to properly do a preinstall. There was remnants of theJoel Sherrill1998-08-0511-62/+20
| | | | old way of setting th cpu family and model string names.
* Added print of the order in which the directories are preinstalled.Joel Sherrill1998-08-051-1/+9
|
* More complete shells generated.Joel Sherrill1998-08-0418-277/+1245
|
* Switched to read/write register routines and added some basic debugJoel Sherrill1998-08-032-332/+473
| | | | help.
* Added many new chaptersJoel Sherrill1998-08-0318-15/+3791
|
* Under allcoated task stacks.Joel Sherrill1998-08-032-2/+2
|
* Changed to be posix users "new"Joel Sherrill1998-08-011-2/+4
|
* Added files and directories.Joel Sherrill1998-08-011-1/+9
|
* Fixed to add files and directories.Joel Sherrill1998-08-011-7/+13
| | | | Fixed so this is installed as "POSIX Users New"
* Added process and procenv.Joel Sherrill1998-08-011-3/+15
|
* Added language variables.Joel Sherrill1998-08-011-1/+14
|
* Now generates complete template for chapters.Joel Sherrill1998-08-011-53/+85
|
* New files -- automatically gnerated templates.Joel Sherrill1998-08-012-0/+722
|
* New fileJoel Sherrill1998-08-011-0/+65
|
* Removed items which are now automatically generated.Joel Sherrill1998-08-011-41/+1
|
* New file.Joel Sherrill1998-08-011-0/+98
|
* Removed all node and menu information since this information is nowJoel Sherrill1998-08-019-563/+12
| | | | | | | automatically generated. Removed any attempts to link across chapter boundaries since the manual is incomplete.
* Modified so chapters are automatically generated.Joel Sherrill1998-08-011-8/+4
|
* New fileJoel Sherrill1998-08-011-0/+7
|
* Don't automatically generate this one.Joel Sherrill1998-08-011-0/+0
|
* Moved to thread.t and node information automatically generatedJoel Sherrill1998-08-011-1025/+0
|
* Moved to signal.t and node information automatically generatedJoel Sherrill1998-08-011-691/+0
|
* Moved to sched.t and node information automatically generatedJoel Sherrill1998-08-011-228/+0
|
* Moved to preface.t and node information automatically generatedJoel Sherrill1998-08-011-21/+0
|
* Moved to mutex.t and node information automatically generatedJoel Sherrill1998-08-011-642/+0
|
* Moved to key.t and node information automatically generatedJoel Sherrill1998-08-011-179/+0
|
* Moved to cond.t and node information automatically generatedJoel Sherrill1998-08-011-386/+0
|
* Moved to clock.t and node information automatically generatedJoel Sherrill1998-08-011-264/+0
|
* Added automatic generation of files.Joel Sherrill1998-08-019-1/+3478
|
* Moved to network demosJoel Sherrill1998-08-011-8/+1
|
* Patch from David Fiddes <D.J.Fiddes@hw.ac.uk> to make ASFLAGS include theJoel Sherrill1998-08-012-2/+2
| | | | CPU_ASFLAGS.
* Patch from David Fiddes <D.J.Fiddes@hw.ac.uk> to not use this file forJoel Sherrill1998-08-011-0/+3
| | | | ColdFires. It is just too wrong to fix.
* Merged patch from David Fiddes <D.J.Fiddes@hw.ac.uk> to add ColdFireJoel Sherrill1998-08-014-3/+33
| | | | specific register macros and correct code in rtems.s.
* Added Rod Barman (rodb@cs.ubc.ca) in credits for ColdFire.Joel Sherrill1998-08-011-1/+2
|
* Changed name of network driver.Joel Sherrill1998-07-301-1/+1
|
* Added temporary include of dmv170.hJoel Sherrill1998-07-301-0/+6
|
* Added SONIC configuration information.Joel Sherrill1998-07-301-0/+9
|
* Added a hint to continue writing this.Joel Sherrill1998-07-301-0/+2
|
* Updated.Joel Sherrill1998-07-302-2/+2
|