diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2001-02-04 12:36:50 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2001-02-04 12:36:50 +0000 |
| commit | a7ecc804fb2f1388eede0fbe42d2e59340b5b344 (patch) | |
| tree | b9d3571202469f66bd2cb96e0ff775967f5da1bb | |
| parent | 173333f41c3604563a2c07f367328e928e1ee28b (diff) | |
Notes
| -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 |
