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]
Message-Id: <200702141155.33970.david-b@pacbell.net>
Date:	Wed, 14 Feb 2007 11:55:33 -0800
From:	David Brownell <david-b@...bell.net>
To:	Dave Jones <davej@...hat.com>
Cc:	Linux Kernel <linux-kernel@...r.kernel.org>
Subject: Re: loosen dependancy on rtc cmos

On Wednesday 14 February 2007 10:09 am, Dave Jones wrote:
> This option is useful for all of the X86 subarchs afaik (and especially X86_GENERICARCH).

You're right ... _potentially_ useful, which is the same standard used
in most of the other cases.  The "X86_PC" is debris from an early version
of this patch, which limited the code to cases where it was known to work.
The X86_PC hardware standard does standardize on this particular RTC, but
non-PC platforms can use it too.

I still need to resubmit the patch, for X86_PC, which defines the platform
device in the (common) case where PNPACPI isn't defined.  Other X86 boards
would need something similar, based on what chips are wired to the CPU.


> Signed-off-by: Dave Jones <davej@...hat.com>

Signed-off-by: David Brownell <dbrownell@...rs.sourceforge.net>


> --- linux-2.6.20.noarch/drivers/rtc/Kconfig~	2007-02-14 13:07:07.000000000 -0500
> +++ linux-2.6.20.noarch/drivers/rtc/Kconfig	2007-02-14 13:07:13.000000000 -0500
> @@ -101,7 +101,7 @@ comment "RTC drivers"
>  
>  config RTC_DRV_CMOS
>  	tristate "PC-style 'CMOS' real time clock"
> -	depends on RTC_CLASS && (X86_PC || ALPHA || ARM26 || ARM \
> +	depends on RTC_CLASS && (X86 || ALPHA || ARM26 || ARM \
>  		|| M32R || ATARI || POWERPC)
>  	help
>  	  Say "yes" here to get direct support for the real time clock
> 
> -- 
> http://www.codemonkey.org.uk
> 
-
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