mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-05 18:05:16 +00:00
Include agp_i810.c in amd64 AGP builds to get support for the Intel 915 Express
chipsets. PR: kern/93676 Submitted by: Jan Blaha <Jan.Blaha@unet.cz> MFC after: 1 week
This commit is contained in:
parent
4d6ff03d50
commit
f031f0c03d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=162041
@ -208,6 +208,7 @@ isa/syscons_isa.c optional sc
|
||||
isa/vga_isa.c optional vga
|
||||
kern/link_elf_obj.c standard
|
||||
pci/agp_amd64.c optional agp
|
||||
pci/agp_i810.c optional agp
|
||||
pci/agp_intel.c optional agp
|
||||
#
|
||||
# IA32 binary support
|
||||
|
@ -12,7 +12,7 @@ SRCS+= agp_i810.c agp_intel.c agp_via.c agp_sis.c agp_ali.c agp_amd.c \
|
||||
SRCS+= agp_amd64.c
|
||||
.endif
|
||||
.if ${MACHINE_ARCH} == "amd64"
|
||||
SRCS+= agp_amd64.c
|
||||
SRCS+= agp_amd64.c agp_i810.c
|
||||
.endif
|
||||
SRCS+= device_if.h bus_if.h agp_if.h pci_if.h
|
||||
SRCS+= opt_bus.h
|
||||
|
Loading…
x
Reference in New Issue
Block a user