diff options
Diffstat (limited to 'debug_ata.sh')
| -rwxr-xr-x | debug_ata.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debug_ata.sh b/debug_ata.sh index 3e39889e..c32304d3 100755 --- a/debug_ata.sh +++ b/debug_ata.sh @@ -1,7 +1,7 @@ #!/bin/sh -export ATA_PIO_SUPPORT= -export ATA_DMA_SUPPORT=1 +export ATA_PIO_SUPPORT=1 +export ATA_DMA_SUPPORT= export DEBUG_SUPPORT=1 cd dev/Kernel |
