diff options
| -rwxr-xr-x | release/amd64/dokern.sh | 2 | ||||
| -rwxr-xr-x | release/i386/dokern.sh | 2 | ||||
| -rwxr-xr-x | release/pc98/dokern.sh | 2 | ||||
| -rw-r--r-- | sys/amd64/conf/GENERIC | 2 | ||||
| -rw-r--r-- | sys/i386/conf/GENERIC | 2 |
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 |
