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
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Sat, 26 Aug 2006 17:44:26 +0100
From:	Alan Cox <alan@...rguk.ukuu.org.uk>
To:	Valerie Henson <val_henson@...ux.intel.com>
Cc:	netdev@...r.kernel.org, linux-kernel@...r.kernel.org,
	Kyle McMartin <kyle@...isc-linux.org>,
	Jeff Garzik <jeff@...zik.org>
Subject: Re: [patch 05/10] [TULIP] Defer tulip_select_media() to process
	context

Ar Gwe, 2006-08-25 am 17:02 -0700, ysgrifennodd Valerie Henson:
> +static inline void tulip_tx_timeout_complete(struct tulip_private *tp, void __iomem *ioaddr)
> +{
> +	/* Stop and restart the chip's Tx processes. */
> +	tulip_restart_rxtx(tp);
> +	/* Trigger an immediate transmit demand. */
> +	iowrite32(0, ioaddr + CSR1);

In mmio mode it will only be "immediate" if the caller is guaranteed to
read from the device and flush the iowrite ....


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ