NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
kern/49329: no agp broken
>Number: 49329
>Category: kern
>Synopsis: no agp broken
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: kern-bug-people
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Tue Oct 28 05:30:00 +0000 2014
>Originator: Michael van Elst
>Release: NetBSD 7.99.1
>Organization:
>Environment:
System: NetBSD pussyfoot 7.99.1 NetBSD 7.99.1 (PUSSYFOOT) #10: Sun Oct 12 13:21:17 CEST 2014 mlelstv@pussyfoot:/home/netbsd-current/obj.amd64/home/netbsd-current/src/sys/arch/amd64/compile/PUSSYFOOT amd64
Architecture: x86_64
Machine: amd64
>Description:
Building a kernel with 'no agp' in the configuration fails:
agp.o: In function `agpclose':
/home/netbsd-current/src/sys/dev/pci/agp.c:993: undefined reference to `agp_cd'
agp.o: In function `agpopen':
/home/netbsd-current/src/sys/dev/pci/agp.c:974: undefined reference to `agp_cd'
agp.o: In function `agpmmap':
/home/netbsd-current/src/sys/dev/pci/agp.c:1106: undefined reference to `agp_cd'
agp.o: In function `agpioctl':
/home/netbsd-current/src/sys/dev/pci/agp.c:1030: undefined reference to `agp_cd'
agp.o: In function `agp_find_device':
/home/netbsd-current/src/sys/dev/pci/agp.c:1138: undefined reference to `agp_cd'
>How-To-Repeat:
Build a kernel that has the agp driver disabled with
'no agp'
Our example configurations without agp like PROBLEMCHILD do not build
because they specify IPSEC which is already set in GENERIC.
>Fix:
>Unformatted:
Home |
Main Index |
Thread Index |
Old Index