CVS log for prex-old/conf/arm/config.arm-cats

[BACK] Up to [local] / prex-old / conf / arm

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.5 / (download) - annotate - [select for diffs], Fri Aug 8 12:37:11 2008 UTC (15 years, 8 months ago) by nbrk
Branch: MAIN
CVS Tags: HEAD
Changes since 1.4: +1 -0 lines
Diff to previous 1.4 (colored)

Heads up! Implement universal device attachment and autoconfiguration machinery.
This is somewhat similar to traditional BSD autoconf but much more simple.
Three basic data structures involved in autoconfiguration process are:
struct device, which represents abstract device and its private (driver softc) data;
struct driver, which holds {attach,match,detach} entries, name and softc size;
struct attachment, which tells us how drivers are interacted with each other.
Attachment basically describes how to attach devices in system.
Machine specified part should export arrays config_table[] and *drivers[] for config.

This might have broken i386 & gba tree, but there is only a question of time.

Revision 1.4 / (download) - annotate - [select for diffs], Wed Jul 23 21:00:32 2008 UTC (15 years, 9 months ago) by nbrk
Branch: MAIN
Changes since 1.3: +1 -0 lines
Diff to previous 1.3 (colored)

add SAPMC, enable by default

Revision 1.3 / (download) - annotate - [select for diffs], Sun Jul 20 22:51:57 2008 UTC (15 years, 9 months ago) by nbrk
Branch: MAIN
Changes since 1.2: +1 -1 lines
Diff to previous 1.2 (colored)

allow minimal ramdisk with LICENSE file

Revision 1.2 / (download) - annotate - [select for diffs], Fri Jul 18 19:22:59 2008 UTC (15 years, 9 months ago) by nbrk
Branch: MAIN
Changes since 1.1: +8 -8 lines
Diff to previous 1.1 (colored)

enable empty driver module to build on arm-cats;
it doesn't have any real driver yet

Revision 1.1 / (download) - annotate - [select for diffs], Thu Jul 17 18:11:53 2008 UTC (15 years, 9 months ago) by nbrk
Branch: MAIN

welcome 'arm-cats'

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb