diff options
| -rw-r--r-- | sys/conf/NOTES | 4 | ||||
| -rw-r--r-- | sys/i386/conf/NOTES | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 8446d91484eb..53b692f42d21 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -1088,6 +1088,10 @@ device mca device pci +# +# AGP GART support +device agp + # PCI options # #options PCI_QUIET #quiets PCI code on chipset settings diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 8446d91484eb..53b692f42d21 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -1088,6 +1088,10 @@ device mca device pci +# +# AGP GART support +device agp + # PCI options # #options PCI_QUIET #quiets PCI code on chipset settings |
