Re: CVS commit: src/sys/dev/mii

2016-09-18 Thread Ryo ONODERA
Hi,

With this change, the following wm(4) device links in 10BASE-T when it
is connected to 100BASE or 1000BASE hub.


From: "SAITOH Masanobu" , Date: Fri, 9 Sep 2016 06:34:10 
+

> Module Name:  src
> Committed By: msaitoh
> Date: Fri Sep  9 06:34:10 UTC 2016
> 
> Modified Files:
>   src/sys/dev/mii: inbmphyreg.h
> 
> Log Message:
>  HV_OEM_BITS is not page 0 but page 768.
> 
> 
> To generate a diff of this commit:
> cvs rdiff -u -r1.3 -r1.4 src/sys/dev/mii/inbmphyreg.h
> 
> Please note that diffs are not public domain; they are subject to the
> copyright notices on the relevant files.
> 

--
Ryo ONODERA // ryo...@yk.rim.or.jp
PGP fingerprint = 82A2 DC91 76E0 A10A 8ABB  FD1B F404 27FA C7D1 15F3


Re: CVS commit: src/sys/dev/ic

2016-09-18 Thread David Holland
On Sun, Sep 18, 2016 at 09:52:37PM +, Jaromir Dolecek wrote:
 > Modified Files:
 >  src/sys/dev/ic: ld_nvme.c
 > 
 > Log Message:
 > must use PR_NOWAIT also during ldattach()/dkwedge discover, our i/o is there
 > called with a spin lock held, which triggers LOCKDEBUG panic

That sounds like it should be corrected upstream of nvme...?

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


Re: CVS commit: src/distrib/dreamcast/ramdisk

2016-09-18 Thread Christos Zoulas
In article <160919072419.m0213...@mirage.ceres.dti.ne.jp>,
Izumi Tsutsui   wrote:
>
>Anyway, it's much better to file PRs for tier-II ports,
>rather than put untested changes without announcements,
>as I asked you every time.

I put dmesg back...

christos



Re: CVS commit: src/distrib/dreamcast/ramdisk

2016-09-18 Thread Izumi Tsutsui
christos@ wrote:

> On Sep 18,  8:12pm, a...@absd.org (David Brownlee) wrote:
> -- Subject: Re: CVS commit: src/distrib/dreamcast/ramdisk
> 
> | Last I checked dmesg was smaller than options KERNFS (that would have
> | been on an m68k port tho' :)
> 
> I am not sure; this is how other ports do it.

Well, I (and other guys) have replaced most use of
KERNFS + mount_kernfs(8) with dmesg(8) >10 years ago...
(after dmesg(8) was changed to use sysctl instead of kvm)

Anyway, it's much better to file PRs for tier-II ports,
rather than put untested changes without announcements,
as I asked you every time.

---
Izumi Tsutsui


Re: CVS commit: src/distrib/dreamcast/ramdisk

2016-09-18 Thread Christos Zoulas
On Sep 19,  7:15am, tsut...@ceres.dti.ne.jp (Izumi Tsutsui) wrote:
-- Subject: Re: CVS commit: src/distrib/dreamcast/ramdisk

| christos@ wrote:
| 
| > | - dmesg(8) is so useful for everyone
| > | - why drop swapctl(8) but keep disklabel(8)?
| > |   (both are useful for me for wd support though)
| > 
| > Don't we have kernfs and cat /kern/msgbuf?
| 
| It won't work without mount_kernfs(8) (and /kern dir)
| in root ramdisk.
| 
| Anyway, dreamcast doesn't have sysinst so simple commands
| are better for new users and demonstrations.

I'll see what I can put back.

christos


Re: CVS commit: src/distrib/dreamcast/ramdisk

2016-09-18 Thread Izumi Tsutsui
christos@ wrote:

> | - dmesg(8) is so useful for everyone
> | - why drop swapctl(8) but keep disklabel(8)?
> |   (both are useful for me for wd support though)
> 
> Don't we have kernfs and cat /kern/msgbuf?

It won't work without mount_kernfs(8) (and /kern dir)
in root ramdisk.

Anyway, dreamcast doesn't have sysinst so simple commands
are better for new users and demonstrations.

---
Izumi Tsutsui


Re: CVS commit: src/distrib/atari/floppies

2016-09-18 Thread Christos Zoulas
In article <20160918175429.7df3b17f...@rebar.astron.com>,
Christos Zoulas  wrote:
>On Sep 19,  2:03am, tsut...@ceres.dti.ne.jp (Izumi Tsutsui) wrote:
>-- Subject: Re: CVS commit: src/distrib/atari/floppies
>
>| > Module Name:   src
>| > Committed By:  christos
>| > Date:  Sun Sep 18 16:36:02 UTC 2016
>| > 
>| > Modified Files:
>| >src/distrib/atari/floppies/install: list
>| >src/distrib/atari/floppies/prepare: list
>| > 
>| > Log Message:
>| > remove more stuff.
>| 
>| src/distrib/atari/floppies/prepare/install.sh requires expr and pwd.
>
>Ok, pwd is built-in to sh, expr I'll find a way to put back (or convert
>to shell built-in arithmetic).

Converted to builtins.

christos



Re: CVS commit: xsrc/external/mit/xf86-video-suncg14/dist/src

2016-09-18 Thread Christos Zoulas
In article <20160918103806.3edaed55@blackbush>,
Michael   wrote:
>Hello,
>
>Huh, I'm about 110% sure I tested that. I must be going nuts or
>something.

Perhaps it is only enabled with some particular option?

christos



Re: CVS commit: src/distrib/dreamcast/ramdisk

2016-09-18 Thread Christos Zoulas
On Sep 18,  8:12pm, a...@absd.org (David Brownlee) wrote:
-- Subject: Re: CVS commit: src/distrib/dreamcast/ramdisk

| Last I checked dmesg was smaller than options KERNFS (that would have
| been on an m68k port tho' :)

I am not sure; this is how other ports do it. Nevertheless, perhaps there
is space to put it back now.

christos


Re: CVS commit: src/distrib/dreamcast/ramdisk

2016-09-18 Thread David Brownlee
On 18 September 2016 at 18:52, Christos Zoulas  wrote:
> On Sep 19,  1:29am, tsut...@ceres.dti.ne.jp (Izumi Tsutsui) wrote:
> -- Subject: Re: CVS commit: src/distrib/dreamcast/ramdisk
>
> | christos@ wrote:
> |
> | > Module Name:src
> | > Committed By:   christos
> | > Date:   Sun Sep 18 15:38:05 UTC 2016
> | >
> | > Modified Files:
> | > src/distrib/dreamcast/ramdisk: list
> | >
> | > Log Message:
> | > kill some useless programs (it is not like the dreamcast has a tape drive)
> |
> | - dmesg(8) is so useful for everyone
> | - why drop swapctl(8) but keep disklabel(8)?
> |   (both are useful for me for wd support though)
>
> Don't we have kernfs and cat /kern/msgbuf?
> I thought that disklabel is more useful that swapctl. Perhaps swapctl will
> fit.

Last I checked dmesg was smaller than options KERNFS (that would have
been on an m68k port tho' :)


Re: CVS commit: src/distrib/atari/floppies

2016-09-18 Thread Christos Zoulas
On Sep 19,  2:03am, tsut...@ceres.dti.ne.jp (Izumi Tsutsui) wrote:
-- Subject: Re: CVS commit: src/distrib/atari/floppies

| > Module Name:src
| > Committed By:   christos
| > Date:   Sun Sep 18 16:36:02 UTC 2016
| > 
| > Modified Files:
| > src/distrib/atari/floppies/install: list
| > src/distrib/atari/floppies/prepare: list
| > 
| > Log Message:
| > remove more stuff.
| 
| src/distrib/atari/floppies/prepare/install.sh requires expr and pwd.

Ok, pwd is built-in to sh, expr I'll find a way to put back (or convert
to shell built-in arithmetic).

$ type pwd
pwd is a shell builtin

christos


Re: CVS commit: src/distrib/dreamcast/ramdisk

2016-09-18 Thread Christos Zoulas
On Sep 19,  1:29am, tsut...@ceres.dti.ne.jp (Izumi Tsutsui) wrote:
-- Subject: Re: CVS commit: src/distrib/dreamcast/ramdisk

| christos@ wrote:
| 
| > Module Name:src
| > Committed By:   christos
| > Date:   Sun Sep 18 15:38:05 UTC 2016
| > 
| > Modified Files:
| > src/distrib/dreamcast/ramdisk: list
| > 
| > Log Message:
| > kill some useless programs (it is not like the dreamcast has a tape drive)
| 
| - dmesg(8) is so useful for everyone
| - why drop swapctl(8) but keep disklabel(8)?
|   (both are useful for me for wd support though)

Don't we have kernfs and cat /kern/msgbuf?
I thought that disklabel is more useful that swapctl. Perhaps swapctl will
fit.

christos


Re: CVS commit: src/distrib/atari/floppies

2016-09-18 Thread Izumi Tsutsui
> Module Name:  src
> Committed By: christos
> Date: Sun Sep 18 16:36:02 UTC 2016
> 
> Modified Files:
>   src/distrib/atari/floppies/install: list
>   src/distrib/atari/floppies/prepare: list
> 
> Log Message:
> remove more stuff.

src/distrib/atari/floppies/prepare/install.sh requires expr and pwd.

---
Izumi Tsutsui


Re: CVS commit: src/distrib/dreamcast/ramdisk

2016-09-18 Thread Izumi Tsutsui
christos@ wrote:

> Module Name:  src
> Committed By: christos
> Date: Sun Sep 18 15:38:05 UTC 2016
> 
> Modified Files:
>   src/distrib/dreamcast/ramdisk: list
> 
> Log Message:
> kill some useless programs (it is not like the dreamcast has a tape drive)

- dmesg(8) is so useful for everyone
- why drop swapctl(8) but keep disklabel(8)?
  (both are useful for me for wd support though)

---
Izumi Tsutsui


Re: CVS commit: xsrc/external/mit/xf86-video-suncg14/dist/src

2016-09-18 Thread Michael
Hello,

On Sat, 17 Sep 2016 22:05:39 -0400
"Christos Zoulas"  wrote:

> Module Name:  xsrc
> Committed By: christos
> Date: Sun Sep 18 02:05:38 UTC 2016
> 
> Modified Files:
>   xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_driver.c
> 
> Log Message:
> There is no X_DEBUG

... turns out they added it, that's why it built for me.
ChangeLog:include: add an X_DEBUG message type

have fun
Michael


Re: CVS commit: xsrc/external/mit/xf86-video-suncg14/dist/src

2016-09-18 Thread Michael
Hello,

On Sat, 17 Sep 2016 22:05:39 -0400
"Christos Zoulas"  wrote:

> Module Name:  xsrc
> Committed By: christos
> Date: Sun Sep 18 02:05:38 UTC 2016
> 
> Modified Files:
>   xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_driver.c
> 
> Log Message:
> There is no X_DEBUG

Huh, I'm about 110% sure I tested that. I must be going nuts or
something.

have fun
Michael