re: CVS commit: src/distrib/sets/lists/modules

2016-09-21 Thread matthew green
>  > Probably.  but Jaromir only set it up for i386/amd64, and I was just
>  > following his lead.
> 
> Fair enough. So, who wants to be the first to connect an nvme to their
> vax? :-)

actually, martin@ already tried an nvme card on his sparc64 but
it appears to require PCIe 2.x at a minimum, and his box was
PCIe 1.x.  or so i recall..  the card didn't even appear vaguely.

but maybe a more modern sparc64 box with PCIe 2.x or newer works
better..


.mrg.


re: CVS commit: src/distrib/sets/lists/modules

2016-09-20 Thread matthew green
"Paul Goyette" writes:
> Module Name:  src
> Committed By: pgoyette
> Date: Sat Sep 17 02:27:19 UTC 2016
> 
> Modified Files:
>   src/distrib/sets/lists/modules: md.amd64 md.i386 mi
> 
> Log Message:
> Fix sets lists for nvme module.  Since it is being built only for the
> i386 and amd64 platforms, the entries belong in the md.xxx lists, not
> in the mi list.

shouldn't we build it for anything with PCI?


.mrg.


Re: CVS commit: src/distrib/sets/lists/modules

2016-09-17 Thread David Holland
On Sun, Sep 18, 2016 at 06:28:12AM +0800, Paul Goyette wrote:
 > > > Modified Files:
 > > >  src/distrib/sets/lists/modules: md.amd64 md.i386 mi
 > > >
 > > > Log Message:
 > > > Fix sets lists for nvme module.  Since it is being built only for the
 > > > i386 and amd64 platforms, the entries belong in the md.xxx lists, not
 > > > in the mi list.
 > > 
 > > Shouldn't it be built for all platforms that are capable of plugging
 > > one in?
 > 
 > Probably.  but Jaromir only set it up for i386/amd64, and I was just
 > following his lead.

Fair enough. So, who wants to be the first to connect an nvme to their
vax? :-)

-- 
David A. Holland
dholl...@netbsd.org


Re: CVS commit: src/distrib/sets/lists/modules

2016-09-17 Thread Paul Goyette

On Sat, 17 Sep 2016, David Holland wrote:


On Sat, Sep 17, 2016 at 02:27:19AM +, Paul Goyette wrote:
> Modified Files:
>src/distrib/sets/lists/modules: md.amd64 md.i386 mi
>
> Log Message:
> Fix sets lists for nvme module.  Since it is being built only for the
> i386 and amd64 platforms, the entries belong in the md.xxx lists, not
> in the mi list.

Shouldn't it be built for all platforms that are capable of plugging
one in?


Probably.  but Jaromir only set it up for i386/amd64, and I was just 
following his lead.



+--+--++
| Paul Goyette | PGP Key fingerprint: | E-mail addresses:  |
| (Retired)| FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com   |
| Kernel Developer | 0786 F758 55DE 53BA 7731 | pgoyette at netbsd.org |
+--+--++


Re: CVS commit: src/distrib/sets/lists/modules

2016-09-17 Thread David Holland
On Sat, Sep 17, 2016 at 02:27:19AM +, Paul Goyette wrote:
 > Modified Files:
 >  src/distrib/sets/lists/modules: md.amd64 md.i386 mi
 > 
 > Log Message:
 > Fix sets lists for nvme module.  Since it is being built only for the
 > i386 and amd64 platforms, the entries belong in the md.xxx lists, not
 > in the mi list.

Shouldn't it be built for all platforms that are capable of plugging
one in?

-- 
David A. Holland
dholl...@netbsd.org


Re: CVS commit: src/distrib/sets/lists/modules

2015-12-02 Thread Paul Goyette


On Tue, 1 Dec 2015, Paul Goyette wrote:


Module Name:src
Committed By:   pgoyette
Date:   Tue Dec  1 09:15:58 UTC 2015

Modified Files:
src/distrib/sets/lists/modules: ad.arm ad.mips md.amd64

Log Message:
Finish up with the new compat_netbsd32_nfssrv module by adding it to
the sets lists.

This set of commits together should address PRs kern/50410 and kern/50486.


This should be "kern/50410 and kern/50468"


This is also the first of several new modules to be created in response to
PR kern/50489


Looks like this got logged in gnats only for the last-mentioned PR, so
I'll manually add to the audit trails.



To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/distrib/sets/lists/modules/ad.arm \
   src/distrib/sets/lists/modules/ad.mips
cvs rdiff -u -r1.63 -r1.64 src/distrib/sets/lists/modules/md.amd64

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




+--+--++
| Paul Goyette | PGP Key fingerprint: | E-mail addresses:  |
| (Retired)| FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com   |
| Kernel Developer | 0786 F758 55DE 53BA 7731 | pgoyette at netbsd.org |
+--+--++


Re: CVS commit: src/distrib/sets/lists/modules

2014-05-18 Thread Frank Kardel

Thanks ! - I have it in my tree, but missed to commit it - sorry.

Frank

On 05/18/14 20:28, Jonathan A. Kollasch wrote:

Module Name:src
Committed By:   jakllsch
Date:   Sun May 18 18:28:49 UTC 2014

Modified Files:
src/distrib/sets/lists/modules: md.evbppc.powerpc mi

Log Message:
add hythygtemp module to set lists


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/distrib/sets/lists/modules/md.evbppc.powerpc
cvs rdiff -u -r1.68 -r1.69 src/distrib/sets/lists/modules/mi

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




Re: CVS commit: src/distrib/sets/lists/modules

2014-01-06 Thread Jukka Ruohonen
On Sat, Jan 04, 2014 at 06:35:51PM +, David Holland wrote:
   I don't know 'solaris' either.  That line was present in the file
   before I made any changes.
 
 It's the compat glop used by zfs. (I believe.)

It would indeed be useful if everyting in modstat(8)'s output would have a
corresponding manual page. Most do, though.

- Jukka.


Re: CVS commit: src/distrib/sets/lists/modules

2014-01-04 Thread David Holland
On Fri, Jan 03, 2014 at 04:32:04AM -0800, Paul Goyette wrote:
  Thanks to your commit.
  However I don't know 'solaris'.
  
  I don't know 'solaris' either.  That line was present in the file
  before I made any changes.

It's the compat glop used by zfs. (I believe.)

-- 
David A. Holland
dholl...@netbsd.org


Re: CVS commit: src/distrib/sets/lists/modules

2014-01-03 Thread KIYOHARA Takashi
Hi! Paul,


From: Paul Goyette pgoye...@netbsd.org
Date: Wed, 1 Jan 2014 16:27:11 +

 Module Name:  src
 Committed By: pgoyette
 Date: Wed Jan  1 16:27:11 UTC 2014
 
 Modified Files:
   src/distrib/sets/lists/modules: md.evbppc mi
 
 Log Message:
 Re-sort
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.40 -r1.41 src/distrib/sets/lists/modules/md.evbppc
 cvs rdiff -u -r1.66 -r1.67 src/distrib/sets/lists/modules/mi
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 

Thanks to your commit.
However I don't know 'solaris'.

Index: md.evbppc
===
RCS file: /cvsroot/src/distrib/sets/lists/modules/md.evbppc,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- md.evbppc   30 Dec 2013 14:17:54 -  1.40
+++ md.evbppc   1 Jan 2014 16:27:10 -   1.41

snip

@@ -397,6 +425,8 @@
 
./stand/powerpc-booke/@OSRELEASE@/modules/secmodel_overlay/secmodel_overlay.kmod
   base-kernel-modules kmod,compatmodules
 ./stand/powerpc-booke/@OSRELEASE@/modules/securelevel  
base-kernel-modules kmod,compatmodules
 ./stand/powerpc-booke/@OSRELEASE@/modules/securelevel/securelevel.kmod 
base-kernel-modules kmod,compatmodules
+./stand/powerpc-booke/@OSRELEASE@/modules/skipjack 
base-kernel-modules kmod,solaris
+./stand/powerpc-booke/@OSRELEASE@/modules/skipjack/skipjack.kmod   
base-kernel-modules kmod,solaris
 ./stand/powerpc-booke/@OSRELEASE@/modules/smbfs
base-kernel-modules kmod,compatmodules
 ./stand/powerpc-booke/@OSRELEASE@/modules/smbfs/smbfs.kmod 
base-kernel-modules kmod,compatmodules
 ./stand/powerpc-booke/@OSRELEASE@/modules/solaris  
base-kernel-modules kmod,solaris


Thanks,
--
kiyohara


Re: CVS commit: src/distrib/sets/lists/modules

2014-01-03 Thread Paul Goyette

On Fri, 3 Jan 2014, KIYOHARA Takashi wrote:


Thanks to your commit.
However I don't know 'solaris'.


I don't know 'solaris' either.  That line was present in the file before 
I made any changes.




-
| Paul Goyette | PGP Key fingerprint: | E-mail addresses:   |
| Customer Service | FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com|
| Network Engineer | 0786 F758 55DE 53BA 7731 | pgoyette at juniper.net |
| Kernel Developer |  | pgoyette at netbsd.org  |
-


Re: CVS commit: src/distrib/sets/lists/modules

2014-01-01 Thread Izumi Tsutsui
pgoyette@ wrote:

 Module Name:  src
 Committed By: pgoyette
 Date: Wed Jan  1 15:22:33 UTC 2014
 
 Modified Files:
   src/distrib/sets/lists/modules: mi
 
 Log Message:
 Add new crypto algorithm modules to sets list

You also have to update md.evbppc (for OEA/4xx/ebook).

---
Izumi Tsutsui


Re: CVS commit: src/distrib/sets/lists/modules

2014-01-01 Thread Paul Goyette

On Thu, 2 Jan 2014, Izumi Tsutsui wrote:


pgoyette@ wrote:


Module Name:src
Committed By:   pgoyette
Date:   Wed Jan  1 15:22:33 UTC 2014

Modified Files:
src/distrib/sets/lists/modules: mi

Log Message:
Add new crypto algorithm modules to sets list


You also have to update md.evbppc (for OEA/4xx/ebook).


Thanks - I'll get to that in a few minutes.




-
| Paul Goyette | PGP Key fingerprint: | E-mail addresses:   |
| Customer Service | FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com|
| Network Engineer | 0786 F758 55DE 53BA 7731 | pgoyette at juniper.net |
| Kernel Developer |  | pgoyette at netbsd.org  |
-


Re: CVS commit: src/distrib/sets/lists/modules

2014-01-01 Thread Paul Goyette

On Wed, 1 Jan 2014, Paul Goyette wrote:


Module Name:src
Committed By:   pgoyette
Date:   Wed Jan  1 16:27:11 UTC 2014

Modified Files:
src/distrib/sets/lists/modules: md.evbppc mi

Log Message:
Re-sort


Also updated md.evbppc list - log message updated in repository.


-
| Paul Goyette | PGP Key fingerprint: | E-mail addresses:   |
| Customer Service | FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com|
| Network Engineer | 0786 F758 55DE 53BA 7731 | pgoyette at juniper.net |
| Kernel Developer |  | pgoyette at netbsd.org  |
-


Re: CVS commit: src/distrib/sets/lists/modules

2012-08-04 Thread Taylor R Campbell
   Date: Sat, 4 Aug 2012 12:33:23 +
   From: Paul Goyette pgoye...@netbsd.org

   Add distrib entries for new uatp module.

   Hello, riastradh!

Oops, thanks!  I had done that locally but forgotten to look at the
whole `cvs diff' output on my tree before selecting which files to
commit.