git.ucc.asn.au
/
tpg
/
acess2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4cbfa66
)
Disabled the FDD driver
author
John Hodge
<
[email protected]
>
Thu, 1 Oct 2009 08:07:46 +0000
(16:07 +0800)
committer
John Hodge
<
[email protected]
>
Thu, 1 Oct 2009 08:07:46 +0000
(16:07 +0800)
Kernel/drv/fdd.c
patch
|
blob
|
history
diff --git
a/Kernel/drv/fdd.c
b/Kernel/drv/fdd.c
index
2325696
..
4e271a9
100644
(file)
--- a/
Kernel/drv/fdd.c
+++ b/
Kernel/drv/fdd.c
@@
-92,7
+92,7
@@
Uint64 FDD_ReadFS(tVFS_Node *node, Uint64 off, Uint64 len, void *buffer);
int FDD_Install(char **Arguments);
\r
\r
// === GLOBALS ===
\r
-MODULE_DEFINE(0, 0x004B, FDD, FDD_Install, NULL, NULL);
\r
+
//
MODULE_DEFINE(0, 0x004B, FDD, FDD_Install, NULL, NULL);
\r
static t_floppyDevice fdd_devices[2];
\r
static volatile int fdd_inUse = 0;
\r
static volatile int fdd_irq6 = 0;
\r
UCC
git Repository :: git.ucc.asn.au