Re: Add fcu(4/macppc) to RAMDISK

2013-11-09 Thread Kenneth R Westerback
On Sat, Nov 09, 2013 at 08:36:23PM +0100, Martin Pieuchot wrote: > Without this driver, it's impossible to upgrade my PowerMac7,3 without > hearing a fan symphony. > > ok? As long as all the media still fit this is ok krw@. I don't think there are many in macppc. Ken > > Index: conf/RAM

Re: bgpd: fib-priority

2013-11-09 Thread Loïc BLOT
Hi Florian, good job. I think it's better to set minimum to RTP_CONNECTED+1 instead of RTP_NONE+1 -- Best regards, Loïc BLOT, UNIX systems, security and network engineer http://www.unix-experience.fr Le samedi 09 novembre 2013 à 21:04 +, Florian Obser a écrit : > now with reload working;

Re: bgpd: fib-priority

2013-11-09 Thread Florian Obser
now with reload working; check RTP_NONE < fib-priority <= RTP_MAX test reports / comments / OKs? diff --git bgpd.c bgpd.c index 9c48bb3..8ad95fe 100644 --- bgpd.c +++ bgpd.c @@ -43,7 +43,7 @@ int check_child(pid_t, const char *); intsend_filterset(struct imsgbuf *, struct f

Add fcu(4/macppc) to RAMDISK

2013-11-09 Thread Martin Pieuchot
Without this driver, it's impossible to upgrade my PowerMac7,3 without hearing a fan symphony. ok? Index: conf/RAMDISK === RCS file: /cvs/src/sys/arch/macppc/conf/RAMDISK,v retrieving revision 1.97 diff -u -p -r1.97 RAMDISK --- con