Date: Sat, 29 Oct 2011 13:50:15 +0000 (UTC) From: Adrian Chadd <adrian@FreeBSD.org> To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r226905 - user/adrian/if_ath_tx/sys/dev/ath Message-ID: <201110291350.p9TDoFvA019250@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adrian Date: Sat Oct 29 13:50:15 2011 New Revision: 226905 URL: http://svn.freebsd.org/changeset/base/226905 Log: Disable this for now; I don't think it's needed for the later NICs. Modified: user/adrian/if_ath_tx/sys/dev/ath/if_ath_pci.c Modified: user/adrian/if_ath_tx/sys/dev/ath/if_ath_pci.c ============================================================================== --- user/adrian/if_ath_tx/sys/dev/ath/if_ath_pci.c Sat Oct 29 12:39:05 2011 (r226904) +++ user/adrian/if_ath_tx/sys/dev/ath/if_ath_pci.c Sat Oct 29 13:50:15 2011 (r226905) @@ -78,8 +78,10 @@ struct ath_pci_softc { static void ath_pci_setup(device_t dev) { +#ifdef ATH_PCI_LATENCY_WAR /* Override the system latency timer */ pci_write_config(dev, PCIR_LATTIMER, 0x80, 1); +#endif /* If a PCI NIC, force wakeup */ #ifdef ATH_PCI_WAKEUP_WAR
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201110291350.p9TDoFvA019250>