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>] [day] [month] [year] [list]
Date:	Tue, 01 May 2007 00:27:09 +0900 (JST)
From:	Atsushi Nemoto <anemo@....ocn.ne.jp>
To:	linux-mips@...ux-mips.org
Cc:	netdev@...r.kernel.org, jeff@...zik.org, ralf@...ux-mips.org,
	sshtylyov@...mvista.com, akpm@...ux-foundation.org
Subject: [PATCH 0/5] ne: MIPS: platform_driver

Currently ne.c has some codes to support RBTX49XX boards but it is not
complete.  Instead of adding more hacks to fix it, this patchset add
an generic platform_driver interface to the driver and let RBTX49XX
use it.

[PATCH 1/5] ne: Add platform_driver
[PATCH 2/5] ne: Misc fixes for platform driver.
[PATCH 3/5] ne: Add NEEDS_PORTLIST to control ISA auto-probe
[PATCH 4/5] ne: MIPS: Use platform_driver for ne on RBTX49XX
[PATCH 5/5] MIPS: Drop unnecessary CONFIG_ISA from RBTX49XX

Changes from previous patchset:

* Split some misc fixes from platform_driver patch. (sugested by Jeff Garzik)
* Add NEEDS_PORTLIST to control ISA auto-probe. (sugested by Jeff Garzik)
* Less ifdef CONFIG_PM. (by Andrew Morton)
* Make rbtx4927_ne_init()'s res[] static __initdata. (by Andrew Morton)

---
Atsushi Nemoto
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ