lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <C80EF34A3D2E494DBAF9AC29C7AE4EB808521882@exchtp03.taipei.via.com.tw> Date: Wed, 17 Dec 2008 19:12:52 +0800 From: <JosephChan@....com.tw> To: <oliver@...kum.org> Cc: <linux-kernel@...r.kernel.org> Subject: RE: [Patch 2/3] via-sdmmc: via-sdmmc.c > > + > > + addrbase = vcrdr_chip->pcictrl_mmiobase; > > + writeb(PCI_CLK_375K, addrbase + PCISDCCLK_REG); > > + > > + via_reset_pcictrl(host); > > This means a long delay with interrupts off. Is this really needed? > We'll check this.