From owner-freebsd-alpha Fri Dec 8 14:26:43 2000 From owner-freebsd-alpha@FreeBSD.ORG Fri Dec 8 14:26:42 2000 Return-Path: Delivered-To: freebsd-alpha@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 618) id 4B9E837B401; Fri, 8 Dec 2000 14:26:42 -0800 (PST) Subject: Re: cvs commit: src/sys/alpha/conf GENERIC In-Reply-To: <20001208232403.A1471@freebie.demon.nl> from Wilko Bulte at "Dec 8, 2000 11:24:03 pm" To: wkb@freebie.demon.nl (Wilko Bulte) Date: Fri, 8 Dec 2000 14:26:42 -0800 (PST) Cc: jhb@freebsd.org, freebsd-alpha@freebsd.org X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-Id: <20001208222642.4B9E837B401@hub.freebsd.org> From: wpaul@FreeBSD.ORG (Bill Paul) Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > Looks like I lack a .h somewhere: > > mx5# make > cc -c -O -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes > -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual > -fformat-extensions -ansi -g -nostdinc -I- -I. -I../.. -I../../../include > -D_KERNEL -include opt_global.h -elf -mno-fp-regs -Wa,-mev56 > ../../pci/if_tx.c > ../../pci/if_tx.c: In function `epic_rx_done': > ../../pci/if_tx.c:930: `ETHER_ALIGN' undeclared (first use in this function) > ../../pci/if_tx.c:930: (Each undeclared identifier is reported only once > ../../pci/if_tx.c:930: for each function it appears in.) > *** Error code 1 Grrr. I screwed up. For now, add a line to the top of if_tx.c that says: #define ETHER_ALIGN 2 and try compiling again. I added this to my copy of if_txvar.h the other day when I was tinkering withh this, but forgot to make a diff for that when I made the other changes today. -Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message