Re: brgphy: reset autonegotiation timer when we get the link

2013-05-27 Thread Mark Kettenis
> Date: Wed, 22 May 2013 18:32:57 +0200 > From: Mike Belopuhov > > On Wed, May 22, 2013 at 18:08 +0200, Mark Kettenis wrote: > > > Date: Wed, 22 May 2013 17:59:19 +0200 > > > From: Mike Belopuhov > > > > > > On Tue, May 21, 2013 at 17:16 +0200, Mike Belopuhov wrote: > > > > from freebsd. ok? >

mg.1 dired commands

2013-05-27 Thread Mark Lumsden
I realised the dired commands are not in the mg man page. ok? -lum Index: mg.1 === RCS file: /cvs/src/usr.bin/mg/mg.1,v retrieving revision 1.76 diff -u -p -r1.76 mg.1 --- mg.122 May 2013 19:23:45 - 1.76 +++ mg.1

bge: don't use autopoll on anything above BCM5705

2013-05-27 Thread Mike Belopuhov
Hi, While trying to fix the link state bug on BCM5719, David Imhoff has arrived at conclusion that the chip won't generate proper link state interrupts which renders auto-polling mode useless. As it turns out neither Linux nor FreeBSD use auto-polling mode for anything newer than BCM5705 and rece

mg(1) dired-create-directory

2013-05-27 Thread Mark Lumsden
dired-create-directory is missing from the function maps. ok? -lum Index: dired.c === RCS file: /cvs/src/usr.bin/mg/dired.c,v retrieving revision 1.52 diff -u -p -r1.52 dired.c --- dired.c 3 Nov 2012 15:36:03 - 1.52 ++

mg(1) dired buffer refresh

2013-05-27 Thread Mark Lumsden
In mg dired mode, if you execute these commands: dired-copy-file dired-rename-file dired-create-directory The dired buffer is not refreshed with the updated action. This diff fixes that. Comments/oks? -lum Index: dired.c === RCS fi

mg(1) dired buffer refresh

2013-05-27 Thread Mark Lumsden
In mg dired mode, if you execute these commands: dired-copy-file dired-rename-file dired-create-directory The dired buffer is not refreshed with the updated action. This diff fixes that. Comments/oks? -lum Index: dired.c === RCS fi

Re: [NEW] ugold(4) driver for Microdia's USB TEMPer variant (take 2)

2013-05-27 Thread Benoit Lecocq
On 05/12/13 20:41, SASANO Takayoshi wrote: > Hello, > > Here is the driver for Microdia's USB TEMPer with some fixes. > > http://www.uaa.org.uk/gomitext/2013/20130513/20130513.diff > > - removed intermediate buffer (sc_ibuf), all USB interrupt responses > will be processed in ugold_intr(). > -