Re: Super I/O driver [generic gpio driver]

2009-02-06 Thread Sam Leffler
Andriy Gapon wrote: Do we have any drivers for special functions provided by ISA/LPC Super I/Os. I mean many of them have watchdog capabilities, GPIO, etc. I do not meant fdc, lpt, sio/uart and hwm which are 9or can be) handled as the devices of their own. I have some quite hairy code for Winbon

RE: ZFS and Graphics support for /boot/loader

2009-02-06 Thread Paul Wootton
Hi Oliver, This doesn’t work for me. I am booting off a ZFS mirror with GPT partitions (built from current on an amd64). Is there any change of a version of gloader but with ZFS support? Cheers Paul -Original Message- From: owner-freebsd-hack...@freebsd.org [mailto:owner-freebsd-hack..

Re: CFT: Graphics support for /boot/loader

2009-02-06 Thread Diego Rocha
it's work very nice to me FreeBSD blackbird 7.0-RELEASE-p9 FreeBSD 7.0-RELEASE-p9 #1: Wed Jan 28 22:56:31 BRST 2009 v...@blackbird:/usr/obj/usr/src/sys/VPKERNEL i386 ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listi

CFT: Graphics support for /boot/loader

2009-02-06 Thread Dmitriy Demidov
It works for me. Systems: FreeBSD 7.1-PRERELEASE running under VMWare server FreeBSD 7-STABLE running at my home PC (Gigabyte GA-8PE800, AWARD BIOS) Thanks for you work! :) ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/lis

Re: CFT: Graphics support for /boot/loader

2009-02-06 Thread Oliver Fromme
pluknet wrote: > Scott Long wrote: > > I think that this is really neat, you've done an impressive job > > with it good job. However, I do take issue with your criticism > > of the ASCII logo; I actually spent a decent amount of time > > designing the block text logo =-) I wish that there h

Re: NO_WERROR vs kernel builds

2009-02-06 Thread Andriy Gapon
on 04/02/2009 21:19 Andriy Gapon said the following: > It seems that kernel builds ignore NO_WERROR. > Is this on purpose or by accident? > > I think that this happens because of the following lines in > sys/conf/kern.pre.mk: > > .if ${CC} != "icc" > CFLAGS+= -fno-common -finline-limit=${INLINE_L

Re: CFT: Graphics support for /boot/loader

2009-02-06 Thread pluknet
Hi, Scott! 2009/2/6 Scott Long : > Oliver Fromme wrote: >> >> Hello fellow hackers, >> >> Some of you might remember that I'm working on graphics >> support for our /boot/loader. Unfortunately, progress has >> been rather slow because of non-FreeBSD-related activity. >> >> Anyway, I have now prep

Re: i386: rtc, nvram and the upper bank

2009-02-06 Thread Danny Braniss
> on 06/02/2009 17:10 Danny Braniss said the following: > > take a look in: > > http://www.cs.huji.ac.il/~danny/ftp/freebsd/gpio/ > > it's a primitive hack/attempt :-) > > Thanks a lot! > > P.S. I guess you intended to reply to my other post ("SuperIO blah > blah") :-) yeah, typical case of

Re: i386: rtc, nvram and the upper bank

2009-02-06 Thread Andriy Gapon
on 06/02/2009 17:10 Danny Braniss said the following: > take a look in: > http://www.cs.huji.ac.il/~danny/ftp/freebsd/gpio/ > it's a primitive hack/attempt :-) Thanks a lot! P.S. I guess you intended to reply to my other post ("SuperIO blah blah") :-) -- Andriy Gapon

Re: i386: rtc, nvram and the upper bank

2009-02-06 Thread Danny Braniss
take a look in: http://www.cs.huji.ac.il/~danny/ftp/freebsd/gpio/ it's a primitive hack/attempt :-) danny ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "f

Re: CFT: Graphics support for /boot/loader

2009-02-06 Thread Renato Botelho
On Fri, Feb 6, 2009 at 11:35 AM, Oliver Fromme wrote: > Renato Botelho wrote: > > It worked here, on a 8.0-current i386 r188003, the only small > > thing is it show a red border when show the menu. > > Do you mean a red line at the top right corner? > That problem has already been reported and f

Re: CFT: Graphics support for /boot/loader

2009-02-06 Thread Oliver Fromme
Renato Botelho wrote: > Oliver Fromme wrote: > > Renato Botelho wrote: > > > It worked here, on a 8.0-current i386 r188003, the only small > > > thing is it show a red border when show the menu. > > > > Do you mean a red line at the top right corner? > > That problem has already been repor

Re: CFT: Graphics support for /boot/loader

2009-02-06 Thread Oliver Fromme
Christian Gusenbauer wrote: > Oliver Fromme wrote: > > Danny Braniss wrote: > > > just tried it via pxe: > > > > > > panic: free: guard1 @ 0x7f3a4aec from /usr/src/lib/libstand/close.c:79 > > > > > > what changes are needed in pxeboot? > > > > The panic message means that the heap memo

Re: CFT: Graphics support for /boot/loader

2009-02-06 Thread Christian Gusenbauer
Hi Oliver! On Friday 06 February 2009, Oliver Fromme wrote: > Danny Braniss wrote: > > just tried it via pxe: > > > > panic: free: guard1 @ 0x7f3a4aec from /usr/src/lib/libstand/close.c:79 > > > > what changes are needed in pxeboot? > > The panic message means that the heap memory was corrupe

Re: CFT: Graphics support for /boot/loader

2009-02-06 Thread Oliver Fromme
Renato Botelho wrote: > It worked here, on a 8.0-current i386 r188003, the only small > thing is it show a red border when show the menu. Do you mean a red line at the top right corner? That problem has already been reported and fixed in my local source tree. > There is a dmidecode output atta

i386: rtc, nvram and the upper bank

2009-02-06 Thread Andriy Gapon
It seems that on at least "real Intel" i386 platform since 440/PIIX4 chipset times there 256 bytes of RTC NVRAM (minus actual timer/control registers). Access to upper 128 bytes can enabled/disabled via chipset configuration. For earlier chipsets it can be done via PCI config (e.g. register 0xcb o

Super I/O driver

2009-02-06 Thread Andriy Gapon
Do we have any drivers for special functions provided by ISA/LPC Super I/Os. I mean many of them have watchdog capabilities, GPIO, etc. I do not meant fdc, lpt, sio/uart and hwm which are 9or can be) handled as the devices of their own. I have some quite hairy code for Winbond W83977EF that provi

Re: CFT: Graphics support for /boot/loader

2009-02-06 Thread Renato Botelho
On Thu, Feb 5, 2009 at 8:18 PM, Oliver Fromme wrote: > Hello fellow hackers, > > Some of you might remember that I'm working on graphics > support for our /boot/loader. Unfortunately, progress has > been rather slow because of non-FreeBSD-related activity. > > Anyway, I have now prepared a tarbal

(openbsd) sensors framework

2009-02-06 Thread Andriy Gapon
Is there anybody who uses sensors framework and maintains it in their source tree? I mean the one that was ported from OpenBSD by Constantine Murenin, the one was added to our source tree and removed shortly after. I am interested in a patch that would apply to stable/7 or trunk. Thank you in adv

Re: CFT: Graphics support for /boot/loader

2009-02-06 Thread Oliver Fromme
Alex Dupre wrote: > Oliver Fromme ha scritto: > > Some of you might remember that I'm working on graphics > > support for our /boot/loader. > > Just a side question: are you going to improve also the splash(4) > support? Graphical loader is great, but unfortunately on amd64 the boot > spl

Re: CFT: Graphics support for /boot/loader

2009-02-06 Thread Skip Ford
Skip Ford wrote: > Oliver Fromme wrote: > > Julian Elischer wrote: > > > BTW most of these things seem to have drop out of > > > graphics mode.. > > > do you have something like that? > > > (or maybe should go to loader prompt...?) > > > > Good question. The screen layout isn't final, of co

Re: CFT: Graphics support for /boot/loader

2009-02-06 Thread Skip Ford
Oliver Fromme wrote: > Julian Elischer wrote: > > BTW most of these things seem to have drop out of > > graphics mode.. > > do you have something like that? > > (or maybe should go to loader prompt...?) > > Good question. The screen layout isn't final, of course, > and I'm open to suggestio

Re: CFT: Graphics support for /boot/loader

2009-02-06 Thread Alex Dupre
Oliver Fromme ha scritto: Some of you might remember that I'm working on graphics support for our /boot/loader. Just a side question: are you going to improve also the splash(4) support? Graphical loader is great, but unfortunately on amd64 the boot splash screen is unusable. In any case, go

Re: CFT: Graphics support for /boot/loader

2009-02-06 Thread Oliver Fromme
Danny Braniss wrote: > just tried it via pxe: > > panic: free: guard1 @ 0x7f3a4aec from /usr/src/lib/libstand/close.c:79 > > what changes are needed in pxeboot? The panic message means that the heap memory was corruped. It could be caused by a buffer overflow or similar. I'll try to look in

Re: CFT: Graphics support for /boot/loader

2009-02-06 Thread Danny Braniss
> On Thursday 05 February 2009 23:18:36 Oliver Fromme wrote: > I have posted detailed instructions on the FreeBSD wiki: [...] just tried it via pxe: panic: free: guard1 @ 0x7f3a4aec from /usr/src/lib/libstand/close.c:79 what changes are needed in pxeboot? cheers, danny ___