From 2690c0bb32c3e0a72da9f0f72cd752008bef5fd7 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Sun, 4 Aug 2002 18:35:02 +0000 Subject: [PATCH] Add device agp to GENERIC, filter it out of floppy builds Approved by: des (mentor) --- release/amd64/dokern.sh | 2 ++ release/i386/dokern.sh | 2 ++ release/pc98/dokern.sh | 2 ++ sys/amd64/conf/GENERIC | 2 ++ sys/i386/conf/GENERIC | 2 ++ 5 files changed, 10 insertions(+) diff --git a/release/amd64/dokern.sh b/release/amd64/dokern.sh index c371a25e3bc1..4372ea28db33 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 c371a25e3bc1..4372ea28db33 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 c371a25e3bc1..4372ea28db33 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 c1547de970b1..2b52150c276d 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 c1547de970b1..2b52150c276d 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