projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3a9283
)
Add proper file header.
author
pbrook
<pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 9 Jun 2008 14:31:18 +0000
(14:31 +0000)
committer
pbrook
<pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 9 Jun 2008 14:31:18 +0000
(14:31 +0000)
Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4713
c046a42c
-6fe2-441c-8c8c-
71466251a162
hw/tc6393xb.c
patch
|
blob
|
history
diff --git
a/hw/tc6393xb.c
b/hw/tc6393xb.c
index 189369467c681caca361ff008e598726106d9b3f..6db6dcb33857569a7a4af8d1e080a11d3e8ed131 100644
(file)
--- a/
hw/tc6393xb.c
+++ b/
hw/tc6393xb.c
@@
-1,4
+1,12
@@
-/* vim:set shiftwidth=4 ts=4 et: */
+/*
+ * Toshiba TC6393XB I/O Controller.
+ * Found in Sharp Zaurus SL-6000 (tosa) or some
+ * Toshiba e-Series PDAs.
+ *
+ * Most features are currently unsupported!!!
+ *
+ * This code is licensed under the GNU GPL v2.
+ */
#include "hw.h"
#include "pxa.h"
#include "devices.h"