CVS commit: src/sys/arch/mips/conf

2024-03-26 Thread Taylor R Campbell
Module Name:src
Committed By:   riastradh
Date:   Tue Mar 26 10:51:16 UTC 2024

Modified Files:
src/sys/arch/mips/conf: files.octeon

Log Message:
mips/conf/files.octeon: octrnm does not depend on rnd

Whether or not we have /dev/random and /dev/urandom baked into the
kernel, configuring `octrnm* at ...' in the kernel config requires
octeon_rnm.c.

Related to PR kern/46728.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/mips/conf/files.octeon

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/mips/conf

2024-03-26 Thread Taylor R Campbell
Module Name:src
Committed By:   riastradh
Date:   Tue Mar 26 10:51:16 UTC 2024

Modified Files:
src/sys/arch/mips/conf: files.octeon

Log Message:
mips/conf/files.octeon: octrnm does not depend on rnd

Whether or not we have /dev/random and /dev/urandom baked into the
kernel, configuring `octrnm* at ...' in the kernel config requires
octeon_rnm.c.

Related to PR kern/46728.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/mips/conf/files.octeon

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/mips/conf/files.octeon
diff -u src/sys/arch/mips/conf/files.octeon:1.12 src/sys/arch/mips/conf/files.octeon:1.13
--- src/sys/arch/mips/conf/files.octeon:1.12	Thu Jul 16 21:34:52 2020
+++ src/sys/arch/mips/conf/files.octeon	Tue Mar 26 10:51:16 2024
@@ -1,4 +1,4 @@
-#	$NetBSD: files.octeon,v 1.12 2020/07/16 21:34:52 jmcneill Exp $
+#	$NetBSD: files.octeon,v 1.13 2024/03/26 10:51:16 riastradh Exp $
 
 file	arch/mips/mips/locore_octeon.S
 file	arch/mips/mips/bus_dma.c
@@ -60,7 +60,7 @@ options 	COM_REGMAP
 
 device	octrnm
 attach	octrnm at iobus
-file	arch/mips/cavium/dev/octeon_rnm.c	octrnm & rnd
+file	arch/mips/cavium/dev/octeon_rnm.c	octrnm
 
 device	octtwsi: i2cbus
 attach	octtwsi at iobus



Re: CVS commit: src/sys/arch/mips/conf

2009-08-01 Thread Simon Burge
Matt Thomas wrote:

 Add MIPS64_LOONGSON2F since it needs some special help in various places.

Isn't the Loongson (barely) a MIPS3 and not a MIPS64?

Cheers,
Simon.