mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-01 08:33:24 +00:00
Add device agp to GENERIC, filter it out of floppy builds
Approved by: des (mentor)
This commit is contained in:
parent
ab9d7ec432
commit
2690c0bb32
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=101324
@ -35,6 +35,7 @@ sed -e '/ pty /d' \
|
|||||||
-e '/WITNESS/d' \
|
-e '/WITNESS/d' \
|
||||||
-e '/ pci$/d' \
|
-e '/ pci$/d' \
|
||||||
-e '/ adv /d' \
|
-e '/ adv /d' \
|
||||||
|
-e '/ agp /d' \
|
||||||
-e '/ ahc /d' \
|
-e '/ ahc /d' \
|
||||||
-e '/ amd /d' \
|
-e '/ amd /d' \
|
||||||
-e '/ isp /d' \
|
-e '/ isp /d' \
|
||||||
@ -96,6 +97,7 @@ sed -e '/ pty /d' \
|
|||||||
-e '/WITNESS/d' \
|
-e '/WITNESS/d' \
|
||||||
-e '/ ncr /d' \
|
-e '/ ncr /d' \
|
||||||
-e '/ pcm/d' \
|
-e '/ pcm/d' \
|
||||||
|
-e '/ agp /d' \
|
||||||
-e '/ atapist /d' \
|
-e '/ atapist /d' \
|
||||||
-e '/ lpt /d' \
|
-e '/ lpt /d' \
|
||||||
-e '/ ppi /d' \
|
-e '/ ppi /d' \
|
||||||
|
@ -35,6 +35,7 @@ sed -e '/ pty /d' \
|
|||||||
-e '/WITNESS/d' \
|
-e '/WITNESS/d' \
|
||||||
-e '/ pci$/d' \
|
-e '/ pci$/d' \
|
||||||
-e '/ adv /d' \
|
-e '/ adv /d' \
|
||||||
|
-e '/ agp /d' \
|
||||||
-e '/ ahc /d' \
|
-e '/ ahc /d' \
|
||||||
-e '/ amd /d' \
|
-e '/ amd /d' \
|
||||||
-e '/ isp /d' \
|
-e '/ isp /d' \
|
||||||
@ -96,6 +97,7 @@ sed -e '/ pty /d' \
|
|||||||
-e '/WITNESS/d' \
|
-e '/WITNESS/d' \
|
||||||
-e '/ ncr /d' \
|
-e '/ ncr /d' \
|
||||||
-e '/ pcm/d' \
|
-e '/ pcm/d' \
|
||||||
|
-e '/ agp /d' \
|
||||||
-e '/ atapist /d' \
|
-e '/ atapist /d' \
|
||||||
-e '/ lpt /d' \
|
-e '/ lpt /d' \
|
||||||
-e '/ ppi /d' \
|
-e '/ ppi /d' \
|
||||||
|
@ -35,6 +35,7 @@ sed -e '/ pty /d' \
|
|||||||
-e '/WITNESS/d' \
|
-e '/WITNESS/d' \
|
||||||
-e '/ pci$/d' \
|
-e '/ pci$/d' \
|
||||||
-e '/ adv /d' \
|
-e '/ adv /d' \
|
||||||
|
-e '/ agp /d' \
|
||||||
-e '/ ahc /d' \
|
-e '/ ahc /d' \
|
||||||
-e '/ amd /d' \
|
-e '/ amd /d' \
|
||||||
-e '/ isp /d' \
|
-e '/ isp /d' \
|
||||||
@ -96,6 +97,7 @@ sed -e '/ pty /d' \
|
|||||||
-e '/WITNESS/d' \
|
-e '/WITNESS/d' \
|
||||||
-e '/ ncr /d' \
|
-e '/ ncr /d' \
|
||||||
-e '/ pcm/d' \
|
-e '/ pcm/d' \
|
||||||
|
-e '/ agp /d' \
|
||||||
-e '/ atapist /d' \
|
-e '/ atapist /d' \
|
||||||
-e '/ lpt /d' \
|
-e '/ lpt /d' \
|
||||||
-e '/ ppi /d' \
|
-e '/ ppi /d' \
|
||||||
|
@ -140,6 +140,8 @@ device sc 1
|
|||||||
#options XSERVER # support for X server on a vt console
|
#options XSERVER # support for X server on a vt console
|
||||||
#options FAT_CURSOR # start with block cursor
|
#options FAT_CURSOR # start with block cursor
|
||||||
|
|
||||||
|
device agp # support several AGP chipsets
|
||||||
|
|
||||||
# Floating point support - do not disable.
|
# Floating point support - do not disable.
|
||||||
device npx
|
device npx
|
||||||
|
|
||||||
|
@ -140,6 +140,8 @@ device sc 1
|
|||||||
#options XSERVER # support for X server on a vt console
|
#options XSERVER # support for X server on a vt console
|
||||||
#options FAT_CURSOR # start with block cursor
|
#options FAT_CURSOR # start with block cursor
|
||||||
|
|
||||||
|
device agp # support several AGP chipsets
|
||||||
|
|
||||||
# Floating point support - do not disable.
|
# Floating point support - do not disable.
|
||||||
device npx
|
device npx
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user