Add device agp to GENERIC, filter it out of floppy builds
Approved by: des (mentor)
This commit is contained in:
parent
d759311779
commit
50661385eb
@ -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' \
|
||||
|
@ -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' \
|
||||
|
@ -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' \
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user