]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] default 8139too to PIO
authorJeff Garzik <jgarzik@pobox.com>
Tue, 24 Feb 2004 11:56:41 +0000 (03:56 -0800)
committerJeff Garzik <jgarzik@redhat.com>
Tue, 24 Feb 2004 11:56:41 +0000 (03:56 -0800)
Some machines still appear to lock up under MMIO mode, so default to PIO.

drivers/net/Kconfig

index 3a188e6141a9f2a480da89b1e4627eb2d20c2ca1..2b71e23456f6b92fb0a11779d3344138a7a26e7d 100644 (file)
@@ -1545,6 +1545,7 @@ config 8139TOO
 
 config 8139TOO_PIO
        bool "Use PIO instead of MMIO"
+       default y
        depends on 8139TOO
        help
          This instructs the driver to use programmed I/O ports (PIO) instead