summaryrefslogtreecommitdiffstats
path: root/sys/modules/bios
diff options
context:
space:
mode:
authorattilio <attilio@FreeBSD.org>2010-02-25 14:13:39 +0000
committerattilio <attilio@FreeBSD.org>2010-02-25 14:13:39 +0000
commit1b75a98556931f83129a222260dbc32a104b8bc3 (patch)
treed968b8185d78ca4c30d4e35c028883a9027fcb5f /sys/modules/bios
parent2705e272e16f3352f585937363f0557635e5149f (diff)
downloadFreeBSD-src-1b75a98556931f83129a222260dbc32a104b8bc3.zip
FreeBSD-src-1b75a98556931f83129a222260dbc32a104b8bc3.tar.gz
Introduce the new kernel sub-tree x86 which should contain all the code
shared and generalized between our current amd64, i386 and pc98. This is just an initial step that should lead to a more complete effort. For the moment, a very simple porting of cpufreq modules, BIOS calls and the whole MD specific ISA bus part is added to the sub-tree but ideally a lot of code might be added and more shared support should grow. Sponsored by: Sandvine Incorporated Reviewed by: emaste, kib, jhb, imp Discussed on: arch MFC: 3 weeks
Diffstat (limited to 'sys/modules/bios')
-rw-r--r--sys/modules/bios/smbios/Makefile2
-rw-r--r--sys/modules/bios/vpd/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/bios/smbios/Makefile b/sys/modules/bios/smbios/Makefile
index 40df8e8..b7bdf48 100644
--- a/sys/modules/bios/smbios/Makefile
+++ b/sys/modules/bios/smbios/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
#
-.PATH: ${.CURDIR}/../../../i386/bios
+.PATH: ${.CURDIR}/../../../x86/bios
KMOD= smbios
SRCS= smbios.c \
diff --git a/sys/modules/bios/vpd/Makefile b/sys/modules/bios/vpd/Makefile
index d1dd8f1..093ac81 100644
--- a/sys/modules/bios/vpd/Makefile
+++ b/sys/modules/bios/vpd/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
#
-.PATH: ${.CURDIR}/../../../i386/bios
+.PATH: ${.CURDIR}/../../../x86/bios
KMOD= vpd
SRCS= vpd.c \
OpenPOWER on IntegriCloud