Re: Switch mfii(4) to msi, testing required.

2013-08-05 Thread Christiano F. Haesbaert
On Thu, Jun 06, 2013 at 12:54:31PM +0200, Christiano F. Haesbaert wrote: Hi, We would like to switch mfii(4) to msi, there is a family of supermicro X9 motherboards with incorrect ioapic routing, so they only work properly though msi. If you have a system with a mfii(4) device, please

tgammal(3) fix

2013-08-05 Thread Mark Kettenis
The 80-bit extended precision version of tgammal(3) has the tgamma(+-0) == +-Inf corner case wrong. ok? Index: src/ld80/e_tgammal.c === RCS file: /home/cvs/src/lib/libm/src/ld80/e_tgammal.c,v retrieving revision 1.2 diff -u -p

in_proto_cksum_out: fix ICMP checksum calculation

2013-08-05 Thread Lawrence Teo
in_proto_cksum_out() currently calculates ICMP checksums like this: hlen = ip-ip_hl 2; icp = (struct icmp *)(mtod(m, caddr_t) + hlen); icp-icmp_cksum = 0; icp-icmp_cksum = in4_cksum(m, 0, hlen, ntohs(ip-ip_len) - hlen); However this won't work if the

in6_delayed_cksum: fix ICMPv6 checksum calculation

2013-08-05 Thread Lawrence Teo
in6_delayed_cksum() incorrectly assumes that the ICMPv6 header or checksum field is in the first mbuf of an mbuf chain before setting it to 0. This diff fixes it. OK? Index: ip6_output.c === RCS file:

termcap.5 (typo)

2013-08-05 Thread patrick keshishian
mismatch, possibly left out typo? Index: termcap.5 === RCS file: /cvs/obsd/src/share/termtypes/termcap.5,v retrieving revision 1.26 diff -u -p -u -p -r1.26 termcap.5 --- termcap.5 3 Sep 2011 22:59:08 - 1.26 +++ termcap.5

Re: OpenBSD-current on MacBookPro9,2 Xorg acpilk-ed

2013-08-05 Thread Mark Kettenis
Hi Milan, Moving this to tech@; the S/N ratio on misc@ is too low, and this is a techinical issue. I've installed OpenBSD-current to MacBookPro 9,2 (Mid-2012). It seems to be working without problems. Howoever Xorg locks after some random time at acpilk (process state in top). So I've

Re: Switch mfii(4) to msi, testing required.

2013-08-05 Thread David Gwynne
ok by me. On 05/08/2013, at 7:04 PM, Christiano F. Haesbaert haesba...@openbsd.org wrote: On Thu, Jun 06, 2013 at 12:54:31PM +0200, Christiano F. Haesbaert wrote: Hi, We would like to switch mfii(4) to msi, there is a family of supermicro X9 motherboards with incorrect ioapic routing, so