summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added HAS_RTC and enabled KA9Q.Joel Sherrill1998-07-301-4/+2
|
* New file. Based on merged of shared libchip style console.c and theJoel Sherrill1998-07-291-0/+187
| | | | existing TOD interface.
* Cleaned up comment.Joel Sherrill1998-07-291-4/+5
| | | | Modified open so it uses a local variable rather than modifying a parameter.
* 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 prototypes to reflect unsigned32 values being passed around instead of unsigned8's.
* 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
| | | | to entire RTC with NVRAM included.
* Deleted probe routine as device specific.Joel Sherrill1998-07-292-12/+6
| | | | Renamed port table.
* Added function table.Joel Sherrill1998-07-292-0/+12
|
* Renamed control register constants.Joel Sherrill1998-07-292-22/+48
| | | | | | Set time->ticks to 0. Added function table.
* 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
| | | | are pretending that the DMV177 has an M48T08.
* First cut implementation of real-time clock support in libchip. ThisJoel Sherrill1998-07-2810-12/+442
| | | | | version compiles cleanly but there is not a BSP with a configuration table to utilize it.
* 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-282-8/+32
|
* Closed window thanks to patch from Eric Norum.Joel Sherrill1998-07-283-15/+9
|
* 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
| | | | | and manage the interrupt sources like the other drivers. This let use remove the ns16550_flush() routine.
* Removed TX ring buffer.Joel Sherrill1998-07-252-4/+0
|
* Changed variable to hold received data to unsigned.Joel Sherrill1998-07-254-4/+4
|
* Switching console interrupts on and off as we test.Joel Sherrill1998-07-251-1/+1
|
* Added constants for z85c30_enable_interrupts.Joel Sherrill1998-07-252-12/+34
|
* Removed z85c30_flush().Joel Sherrill1998-07-252-248/+158
| | | | | | Reworked transmit interrupt processing to remove ring buffer and to mask the TX empty interrupt when it was not expected. This code now uses termios to buffer TX output.
* 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
| | | | rather than doing repeated table lookups.
* 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
| | | | and to correctly set the TX active indicator.
* 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
| | | | than with a disable/enable pair.
* 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
| | | | | | | Here's a small patch I forgot about from earlier in the week that removes the hack fix Geoffroy had to use to get his BSP to work properly. The termios osend() fix took care of this.
* Patch from Eric Valette <valette@crf.canon.fr> and Emmanuel RaguetJoel Sherrill1998-07-2410-66/+97
| | | | <raguet@crf.canon.fr> to make their patches work together.
* changed version to 980723Joel Sherrill1998-07-232-2/+2
|
* Patch from Emmanuel Raguet <raguet@crf.canon.fr>:Joel Sherrill1998-07-238-5/+742
| | | | | | | | | | | | Here is a patch for KA9Q stack. This patch contains an Ethernet Driver for Western Digital, some fixes for the UDP and TCP protocols (for endian conversion) and some little programs which allow the test of UDP and TCP sockets via Ethernet. I have tested that on an Intel machine. If someone can test it on a big-endian machine, ...
* Patch from Eric VALETTE <valette@crf.canon.fr>:Joel Sherrill1998-07-2336-632/+2772
| | | | | | | | | | | | | Here is a enhanced version of my previous patch. This patch enables to potentially share the new interrupt management code for all Intel targets (pc386, go32 and force386) bsp. Note : this patch is complete only for pc386. It still needs to be completed for go32 and force386. I carrefully checked that anything needed is in for force386 (only some function name changes for IDT manipulation and GDT segment manipulation). But anyway I will not be able to test any of theses targets...
* Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1998-07-231-0/+18
| | | | | | | Here is a pure sh-rtems bug-fix patch. The defines to enable the network to host conversion macros in netinet/in.h were missing in sh/cpu.h
* Patch from Dario Alcocer <alcocer@connectnet.com> and Ralf CorsepiusJoel Sherrill1998-07-234-27/+369
| | | | | | | | | | <corsepiu@faw.uni-ulm.de> which attempts to detect when the UNIX port is being configured on a system without System V IPC support. This is an optional component on both FreeBSD and Linux systems. Most Linux 2.x kernels ship with it enabled but it is still a real risk. This test may have undesirable side-effects on some hosts. We will address those conflicts as they arise.
* Removed consolex from build list. This file should be obsoleted by theJoel Sherrill1998-07-231-1/+3
| | | | libchip, libio, and termios efforts.