lukem
|
0c82163c78
|
__KERNEL_RCSID()
|
2003-07-15 02:29:24 +00:00 |
|
thorpej
|
c5e91d447d
|
Use CFATTACH_DECL().
|
2002-10-02 04:55:47 +00:00 |
|
thorpej
|
f818766afe
|
Declare all cfattach structures const.
|
2002-09-27 20:31:45 +00:00 |
|
thorpej
|
6c88de3b53
|
Introduce a new routine, config_match(), which invokes the
cfattach->ca_match function in behalf of the caller. Use it
rather than invoking cfattach->ca_match directly.
|
2002-09-27 03:17:40 +00:00 |
|
thorpej
|
d1ad2ac4f2
|
Rather than referencing the cfdriver directly in the cfdata entries,
instead use a string naming the driver. The cfdriver is then looked
up in a list which is built at run-time.
|
2002-09-27 02:24:06 +00:00 |
|
uch
|
7d17099353
|
clean up debug print and configuration.
|
2002-01-29 18:53:01 +00:00 |
|
uch
|
91fd1d80b7
|
VR41XX/TX3922 common kernel.
|
2002-01-02 13:13:18 +00:00 |
|
uch
|
ea54d618ea
|
ANSI KNF. and change my copyright to TNF copyright.
|
2001-06-14 11:09:55 +00:00 |
|
sato
|
9d92917cd6
|
check platid if 'options VR41XX' and 'options TX39XX' are both defined.
XXX: currently this case is missconfiguration and not compilable.
XXX: because all codes are not supported this case yet.
|
2001-04-18 10:42:39 +00:00 |
|
uch
|
fc9212e594
|
new I/O modules framework for TX based system.
|
2000-10-22 10:42:31 +00:00 |
|
uch
|
dce2bc94e0
|
add UCB1200 sound module ucbsnd (core implementation only)
UCB1200 touch panel module moved to ucbtp and sync with vrpiu.
|
2000-01-12 14:56:17 +00:00 |
|
uch
|
1760a4ef69
|
Toshiba TX3912/3922 internal modules.
|
1999-11-20 19:56:31 +00:00 |
|