silly gcc bug in RELENG_6

2005-10-31 Thread Brian Buchanan
test.c: typedef struct a astruct; void foobar(void) { int s = sizeof(astruct); } gcc test.c test.c: In function `foobar': test.c:6: error: invalid application of `sizeof' to incomplete type `test.c' Looks like someone goofed up some printf() args. gcc -v Using built-in spe

Re: Netgraph node, first steps in kernel land and a bloody crashdump

2003-08-03 Thread Brian Buchanan
n a stack smash inside cnputc, too, but I don't see any obvious way that could have happened. - Brian -- Brian Buchanan, CISSP [EMAIL PROTECTED] -- FreeBSD - The

Re: wait()/alarm() race condition

2003-03-30 Thread Brian Buchanan
ed you don't overflow the pipe, no events will > get lost. You'd have to install a hander for SIGCHLD, of course. Or how about kqueue(2) with EVFILT_SIGNAL. That would seem to be a more elegant solution. No signal handlers or alarm() required. -Brian -- Brian Buchanan, CISSP

Tyan S4520 GCHE

2003-02-18 Thread Brian Buchanan
I'm having problems getting SMP to work on a Tyan S4520 Thunder GCHE motherboard with 4x 1.9GHz Xeon processors: Programming 16 pins in IOAPIC #0 IOAPIC #0 intpin 2 -> irq 0 Programming 16 pins in IOAPIC #1 Programming 16 pins in IOAPIC #2 AP #1 (PHY# 2) failed! panic y/n? [y] AP #2 (PHY# 4) faile

Changes to IP fragment handling between 4.3 and 4-STABLE?

2002-04-15 Thread Brian Buchanan
pointer. Thanks, Brian --- Brian Buchanan <[EMAIL PROTECTED]> Senior Software Engineer nCircle Network Security, Inc.http://www.ncircle.com/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: PCMCIA ATA flash broken in 4.5-RC

2002-01-21 Thread Brian Buchanan
On Fri, 18 Jan 2002, M. Warner Losh wrote: > Try creating an entry that matches your card: > > card "CL ATA FLASH CARD LEXAR " "TIDALWV" > config "ata" 0x1 ? Warner, I added the pccard.conf entry: card "CL ATA FLASH CARD LEXAR " "TIDALWV" config 0x1 "ata" ? That did the trick. Thank

PCMCIA ATA flash broken in 4.5-RC

2002-01-18 Thread Brian Buchanan
NC pci int + CSC serial isa irq] pccard1: on pcic1 Any further information I can provide to help diagnose this? Anything else I can try to get it working? Thanks! --- Brian Buchanan <[EMAIL PROTECTED]> nCircle Network Security To Unsubscribe: send mail to [EMAIL PROTECTED] with &q