aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2002-08-04 18:35:02 +0000
committerEric Anholt <anholt@FreeBSD.org>2002-08-04 18:35:02 +0000
commit2690c0bb32c3e0a72da9f0f72cd752008bef5fd7 (patch)
tree8235259b9d79f648eb0018cb904e9b631f50f420
parentab9d7ec432d9de9c7ae3176439d5ff51fd22f15a (diff)
Notes
-rwxr-xr-xrelease/amd64/dokern.sh2
-rwxr-xr-xrelease/i386/dokern.sh2
-rwxr-xr-xrelease/pc98/dokern.sh2
-rw-r--r--sys/amd64/conf/GENERIC2
-rw-r--r--sys/i386/conf/GENERIC2
5 files changed, 10 insertions, 0 deletions
diff --git a/release/amd64/dokern.sh b/release/amd64/dokern.sh
index c371a25e3bc15..4372ea28db33a 100755
--- a/release/amd64/dokern.sh
+++ b/release/amd64/dokern.sh
@@ -35,6 +35,7 @@ sed -e '/ pty /d' \
-e '/WITNESS/d' \
-e '/ pci$/d' \
-e '/ adv /d' \
+ -e '/ agp /d' \
-e '/ ahc /d' \
-e '/ amd /d' \
-e '/ isp /d' \
@@ -96,6 +97,7 @@ sed -e '/ pty /d' \
-e '/WITNESS/d' \
-e '/ ncr /d' \
-e '/ pcm/d' \
+ -e '/ agp /d' \
-e '/ atapist /d' \
-e '/ lpt /d' \
-e '/ ppi /d' \
diff --git a/release/i386/dokern.sh b/release/i386/dokern.sh
index c371a25e3bc15..4372ea28db33a 100755
--- a/release/i386/dokern.sh
+++ b/release/i386/dokern.sh
@@ -35,6 +35,7 @@ sed -e '/ pty /d' \
-e '/WITNESS/d' \
-e '/ pci$/d' \
-e '/ adv /d' \
+ -e '/ agp /d' \
-e '/ ahc /d' \
-e '/ amd /d' \
-e '/ isp /d' \
@@ -96,6 +97,7 @@ sed -e '/ pty /d' \
-e '/WITNESS/d' \
-e '/ ncr /d' \
-e '/ pcm/d' \
+ -e '/ agp /d' \
-e '/ atapist /d' \
-e '/ lpt /d' \
-e '/ ppi /d' \
diff --git a/release/pc98/dokern.sh b/release/pc98/dokern.sh
index c371a25e3bc15..4372ea28db33a 100755
--- a/release/pc98/dokern.sh
+++ b/release/pc98/dokern.sh
@@ -35,6 +35,7 @@ sed -e '/ pty /d' \
-e '/WITNESS/d' \
-e '/ pci$/d' \
-e '/ adv /d' \
+ -e '/ agp /d' \
-e '/ ahc /d' \
-e '/ amd /d' \
-e '/ isp /d' \
@@ -96,6 +97,7 @@ sed -e '/ pty /d' \
-e '/WITNESS/d' \
-e '/ ncr /d' \
-e '/ pcm/d' \
+ -e '/ agp /d' \
-e '/ atapist /d' \
-e '/ lpt /d' \
-e '/ ppi /d' \
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index c1547de970b13..2b52150c276d9 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 c1547de970b13..2b52150c276d9 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