Date: Sun, 12 Jan 2003 20:25:36 -0600 From: Sean Kelly <smkelly@zombie.org> To: "David E. O'Brien" <obrien@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/mii acphy.c miidevs src/sys/pci if_xl.c if_xlreg.h Message-ID: <20030113022536.GA85390@edgemaster.zombie.org> In-Reply-To: <200301122103.h0CL3chU020231@repoman.freebsd.org> References: <200301122103.h0CL3chU020231@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --] On Sun, Jan 12, 2003 at 01:03:38PM -0800, David E. O'Brien wrote: > obrien 2003/01/12 13:03:38 PST > > Modified files: > sys/dev/mii miidevs acphy.c > sys/pci if_xl.c if_xlreg.h > Log: > Partial support for the nVidia nForce2 chipset's on-board Broadcom/Altima PHY > and 3com MAC. Specifications for the Altima PHY are available at: > http://www.altimacom.com/products/ac101L.html > > Submitted by: Mikko S. Hyvarinen <morphy@morphy.iki.fi> > > Revision Changes Path > 1.11 +3 -0 src/sys/dev/mii/acphy.c > 1.22 +1 -0 src/sys/dev/mii/miidevs > 1.121 +2 -0 src/sys/pci/if_xl.c > 1.41 +1 -0 src/sys/pci/if_xlreg.h I am no longer able to buildkernel. cc -c -O -pipe -mcpu=pentiumpro -Wall -Wredundant-decls -Wnested-externs -Wstric t-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -g -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/dev -I/usr/src/sys/contrib/dev/acpica -I/usr/src/sys/contrib/ipfilter -D_KERNEL -include opt_global.h -fno-common -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding -Werror /usr/src/sys/dev/mii/acphy.c /usr/src/sys/dev/mii/acphy.c: In function `acphy_probe': /usr/src/sys/dev/mii/acphy.c:133: `MII_MODEL_xxALTIMA_AC101L' undeclared (first use in this function) /usr/src/sys/dev/mii/acphy.c:133: (Each undeclared identifier is reported only once /usr/src/sys/dev/mii/acphy.c:133: for each function it appears in.) /usr/src/sys/dev/mii/acphy.c:134: `MII_STR_xxALTIMA_AC101L' undeclared (first use in this function) *** Error code 1 This is with: ... device pci ... device miibus device xl ... I can't seem to find what contains/generates the needed identifiers. -- Sean Kelly | PGP KeyID: D2E5E296 smkelly@zombie.org | http://www.zombie.org [-- Attachment #2 --] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+IiOgPm7A9NLl4pYRAiqDAJ4tN5QTVwv9CBLkxZSN8MhFNHrYLACfTLuy eQ3qaKJ8+iR/c0oaMPr3IhA= =87iz -----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030113022536.GA85390>
