Re: zskbd_device_lookup is not used anymore

2013-05-04 Thread Sebastian Reitenbach
On Friday, May 3, 2013 17:16 CEST, Mike Belopuhov m...@belopuhov.com wrote: hi, as far as i can tell these functions are not used anymore. my sparcbook 3gx seems to be happy with it. Sebastian ok? diff --git sys/arch/sparc/dev/z8530kbd.c sys/arch/sparc/dev/z8530kbd.c index

Re: uthum dropping out [was re ugold]

2013-05-04 Thread Stuart Henderson
On 2013/05/04 01:49, Stuart Henderson wrote: On 2013/05/04 01:40, Stuart Henderson wrote: --- uthum.c 15 Apr 2013 09:23:02 - 1.19 +++ uthum.c 4 May 2013 00:19:28 - @@ -515,7 +515,7 @@ uthum_ntc_getdata(struct uthum_softc *sc return EIO; /* get sensor

1GE SFP+ media support to Intel 82599 patch

2013-05-04 Thread Anders Berggren
This patch adds 1GE SFP+ media support to Intel's 82599_SFP. I wasn't able to find a 1GE SFP/SFP+ LR (single mode) optic module for 82599, and therefore needed to bring my E10GSFPLR optics down in speed (possible in some other operating systems). Some notes: * The patch is extensively tested

Re: uthum dropping out [was re ugold]

2013-05-04 Thread Yojiro UO
Hi, Only I can remember is the NTC sensor calibration mechanism is very complicated and it was hard to reverse engineering. To fix (or discuss) the problem, I have to find my memo of the device. Would you wait till next week? (all temper devices are in my office and maybe the memo also in my

Re: uthum dropping out [was re ugold]

2013-05-04 Thread Stuart Henderson
On 2013/05/04 23:32, Yojiro UO wrote: Hi, Only I can remember is the NTC sensor calibration mechanism is very complicated and it was hard to reverse engineering. To fix (or discuss) the problem, I have to find my memo of the device. Would you wait till next week? (all temper devices are

remove amd64 ioperm

2013-05-04 Thread Ted Unangst
We have never implemented amd64_get_ioperm and amd64_set_ioperm. There are libarch stubs, but the kernel support has never been enabled. I'm guessing nobody will miss it when it's gone. The man page also contains amusing lies like The permission bitmap contains 1024 bits in 32 longwords. It's

i387 cleanup

2013-05-04 Thread Ted Unangst
remove some old 387 flotsam and jetsam. Index: include/npx.h === RCS file: /cvs/src/sys/arch/i386/include/npx.h,v retrieving revision 1.17 diff -u -p -r1.17 npx.h --- include/npx.h 23 Mar 2011 16:54:35 - 1.17 +++

Re: remove amd64 ioperm

2013-05-04 Thread Philip Guenther
On Sat, May 4, 2013 at 6:32 PM, Ted Unangst t...@tedunangst.com wrote: We have never implemented amd64_get_ioperm and amd64_set_ioperm. There are libarch stubs, but the kernel support has never been enabled. I'm guessing nobody will miss it when it's gone. ok guenther@ The man page also