summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authoranholt <anholt@FreeBSD.org>2002-08-04 18:35:02 +0000
committeranholt <anholt@FreeBSD.org>2002-08-04 18:35:02 +0000
commit50661385eb1039aee0e54194b8b19b6424a341c2 (patch)
tree8235259b9d79f648eb0018cb904e9b631f50f420 /sys
parentd759311779b66361556e23321ab65a37dd77af8e (diff)
downloadFreeBSD-src-50661385eb1039aee0e54194b8b19b6424a341c2.zip
FreeBSD-src-50661385eb1039aee0e54194b8b19b6424a341c2.tar.gz
Add device agp to GENERIC, filter it out of floppy builds
Approved by: des (mentor)
Diffstat (limited to 'sys')
-rw-r--r--sys/amd64/conf/GENERIC2
-rw-r--r--sys/i386/conf/GENERIC2
2 files changed, 4 insertions, 0 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index c1547de..2b52150 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -140,6 +140,8 @@ device sc 1
#options XSERVER # support for X server on a vt console
#options FAT_CURSOR # start with block cursor
+device agp # support several AGP chipsets
+
# Floating point support - do not disable.
device npx
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index c1547de..2b52150 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -140,6 +140,8 @@ device sc 1
#options XSERVER # support for X server on a vt console
#options FAT_CURSOR # start with block cursor
+device agp # support several AGP chipsets
+
# Floating point support - do not disable.
device npx
OpenPOWER on IntegriCloud