summaryrefslogtreecommitdiffstats
path: root/c/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* New file. Based on merged of shared libchip style console.c and theJoel Sherrill1998-07-291-0/+187
* Cleaned up comment.Joel Sherrill1998-07-291-4/+5
* Added reference to shared TOD driver.Joel Sherrill1998-07-291-1/+1
* Added prototype for default register access routines to header files.Joel Sherrill1998-07-298-8/+200
* Corrected to reflect the ICM7170 which is really on this board.Joel Sherrill1998-07-292-16/+12
* Added config.c and deleted tod.c.Joel Sherrill1998-07-291-1/+1
* Simplified RTC base address.Joel Sherrill1998-07-291-2/+1
* Changed cast on RTC address and added base address of RTC fields as opposedJoel Sherrill1998-07-291-1/+2
* Deleted probe routine as device specific.Joel Sherrill1998-07-292-12/+6
* Added function table.Joel Sherrill1998-07-292-0/+12
* Renamed control register constants.Joel Sherrill1998-07-292-22/+48
* New files for Harris Semiconductor ICM7170.Joel Sherrill1998-07-294-0/+456
* New files.Joel Sherrill1998-07-2922-0/+806
* Added new files.Joel Sherrill1998-07-292-4/+10
* First cut at configuration table for libchip RTC. At this point, weJoel Sherrill1998-07-284-275/+117
* First cut implementation of real-time clock support in libchip. ThisJoel Sherrill1998-07-2810-12/+442
* Corrected spacing.Joel Sherrill1998-07-284-28/+12
* Added rtc directory.Joel Sherrill1998-07-285-1/+277
* Added missing parts of patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>.Joel Sherrill1998-07-281-4/+16
* Closed window thanks to patch from Eric Norum.Joel Sherrill1998-07-282-10/+6
* New file -- copied from dmv177 but same as ppcn_60x.Joel Sherrill1998-07-251-0/+290
* Added comments and corrected spacing.Joel Sherrill1998-07-254-42/+56
* Corrected spacing and added headers.Joel Sherrill1998-07-252-34/+56
* Added ns16550_set_attributes.Joel Sherrill1998-07-254-8/+210
* Corrected spacing and added a comment.Joel Sherrill1998-07-252-6/+10
* Updated to reflect set attributes.Joel Sherrill1998-07-252-4/+18
* Rewrote NS16550 TX interrupt processing to use termios for the bufferJoel Sherrill1998-07-256-250/+168
* Removed TX ring buffer.Joel Sherrill1998-07-252-4/+0
* Changed variable to hold received data to unsigned.Joel Sherrill1998-07-254-4/+4
* Added constants for z85c30_enable_interrupts.Joel Sherrill1998-07-252-12/+34
* Removed z85c30_flush().Joel Sherrill1998-07-252-248/+158
* Changed comment on TxBuffer.Joel Sherrill1998-07-252-2/+4
* Removed mc68681_flush and corrected spacing.Joel Sherrill1998-07-254-66/+10
* Added information on Chris Johns' suggestion to use pointers internallyJoel Sherrill1998-07-252-0/+6
* Removed "if 0" used to switch between serial ports.Joel Sherrill1998-07-252-4/+0
* New file.Joel Sherrill1998-07-252-0/+98
* Changed to utilize return status from rtems_termios_dequeue_characters()Joel Sherrill1998-07-252-8/+18
* Moved console.c to libbsp/shared.Joel Sherrill1998-07-252-291/+1
* Interrupts were incorrectly managed with a disable/disable pair ratherJoel Sherrill1998-07-252-4/+4
* changed version to 980724Joel Sherrill1998-07-242-2/+2
* Patch from David Fiddes <D.J.Fiddes@hw.ac.uk>:Joel Sherrill1998-07-241-24/+0
* Patch from Eric Valette <valette@crf.canon.fr> and Emmanuel RaguetJoel Sherrill1998-07-249-65/+96
* changed version to 980723Joel Sherrill1998-07-232-2/+2
* Patch from Emmanuel Raguet <raguet@crf.canon.fr>:Joel Sherrill1998-07-237-4/+741
* Patch from Eric VALETTE <valette@crf.canon.fr>:Joel Sherrill1998-07-2331-510/+2721
* Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1998-07-231-0/+18
* Removed consolex from build list. This file should be obsoleted by theJoel Sherrill1998-07-231-1/+3
* Fix from Chris Johns <ccj@acm.org>. Comments:Joel Sherrill1998-07-211-8/+3
* Changed so we could test interrupts on port 3.Joel Sherrill1998-07-182-4/+4
* Removed use of data port for z8530.Joel Sherrill1998-07-184-180/+108