History log of /src/sys/arch/arm/iomd/vidc.h |
Revision | | Date | Author | Comments |
1.14 |
| 05-Feb-2024 |
andvar | s/dependancies/dependencies/ and s/independantly/independently/ in comments and distrib notes.
|
1.13 |
| 18-Aug-2006 |
bjh21 | Move calculation of a screen mode's frame rate out of makemodes.awk into the kernel, removing an element from struct vidc_mode. The calculation is a bit pointless at the moment anyway, since both bootloaders pass in a constant 56, but that might get fixed one day.
|
1.12 |
| 17-Aug-2006 |
bjh21 | This is kernel-only now, so no need to check _KERNEL.
|
1.11 |
| 17-Aug-2006 |
bjh21 | Switch to using the MI struct videomode for storing VIDC video timings. struct videomode doesn't have a way to record border widths (though I wonder if VESA's "margins" are the same thing), so we now just treat them as zero. Tested on my NC, which still seems to be working.
|
1.10 |
| 15-Aug-2006 |
bjh21 | Remove some prototypes and macros that aren't used any more.
|
1.9 |
| 14-Aug-2006 |
bjh21 | Finally remove the old, pre-wscons, acorn32 console code. This dated back to RiscBSD and had been lurking in dark corners scaring people (mostly me) for far too long. It will be missed, but not much, and I hope we can clear up any fallout before 5.0.
While I'm in the area, also remove rpckbd(4), since pckbd(4) has been supported on acorn32 for ages.
|
1.8 |
| 11-Dec-2005 |
christos | branches: 1.8.4; 1.8.8; merge ktrace-lwp.
|
1.7 |
| 31-Dec-2003 |
bjh21 | branches: 1.7.16; Add definitions of the bits in the Sound Control Register (SCR).
|
1.6 |
| 05-Oct-2002 |
chs | branches: 1.6.8; copy over some stuff from the shark version of this file. (how did this compile before?) add missing protos.
|
1.5 |
| 01-Oct-2002 |
reinoud | Remove old unused cruft
|
1.4 |
| 16-Jun-2002 |
bjh21 | Parenthesise arguments to VIDC_BLUE and VIDC_GREEN correctly.
|
1.3 |
| 30-Mar-2002 |
reinoud | branches: 1.3.2; 1.3.4; Only include the vidc_machdep.h file when we're compiling the kernel
|
1.2 |
| 17-Oct-2001 |
reinoud | branches: 1.2.4; 1.2.6; Sad point .... remove RC7500 support from the iomd directory in the arch/arm/iomd/* .... the RC7500 isnt really an iomd/vidc machine but has different video/audio chip and was kind of hardwired/hacked into the other chip drivers.
|
1.1 |
| 05-Oct-2001 |
reinoud | Initial commit of the splitting off of arch/acorn32 from arch/arm32.
The IOMD/VIDC combination is now moved to arch/arm/iomd together. These files still need a lot of cleaning up :( .... esp. the RC7500 support that is still dormant in it; this needs either to be removed or split out for RC7500's ``VIDC'' video/audio variant.
Apart from the RC7500 support wich is still in arch/arm32 the iomd,vidc,riscpc and podulebus subdirectories of arch/arm32 can be removed.
This split still uses some small parts of arch/arm32 .... those are the MI parts that haven't been moved yet.
RiscPC/A7000 have been tested and confirmed to build as should NC.
|
1.2.6.5 |
| 10-Oct-2002 |
jdolecek | sync kqueue with -current; this includes merge of gehenna-devsw branch, merge of i386 MP branch, and part of autoconf rototil work
|
1.2.6.4 |
| 06-Sep-2002 |
jdolecek | sync kqueue branch with HEAD
|
1.2.6.3 |
| 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
1.2.6.2 |
| 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
1.2.6.1 |
| 17-Oct-2001 |
thorpej | file vidc.h was added on branch kqueue on 2002-01-10 19:38:19 +0000
|
1.2.4.4 |
| 18-Oct-2002 |
nathanw | Catch up to -current.
|
1.2.4.3 |
| 20-Jun-2002 |
nathanw | Catch up to -current.
|
1.2.4.2 |
| 17-Apr-2002 |
nathanw | Catch up to -current.
|
1.2.4.1 |
| 17-Oct-2001 |
nathanw | file vidc.h was added on branch nathanw_sa on 2002-04-17 00:02:32 +0000
|
1.3.4.1 |
| 21-Jun-2002 |
lukem | Pull up revision 1.4 (requested by bjh21 in ticket #328): Parenthesise arguments to VIDC_BLUE and VIDC_GREEN correctly.
|
1.3.2.1 |
| 14-Jul-2002 |
gehenna | catch up with -current.
|
1.6.8.3 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.6.8.2 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.6.8.1 |
| 03-Aug-2004 |
skrll | Sync with HEAD
|
1.7.16.1 |
| 30-Dec-2006 |
yamt | sync with head.
|
1.8.8.1 |
| 03-Sep-2006 |
yamt | sync with head.
|
1.8.4.1 |
| 09-Sep-2006 |
rpaulo | sync with head
|