diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2005-04-13 06:00:07 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2005-04-13 06:00:07 +0000 |
commit | 354096a348f13c2088bbd3d8595266157af65142 (patch) | |
tree | e2517acbd1513ced1bd29fc1bff58f91c0c4366a /sys/amd64 | |
parent | afe98543b8fceba0a725b6758e48ad3867ea8ec3 (diff) | |
download | src-354096a348f13c2088bbd3d8595266157af65142.tar.gz src-354096a348f13c2088bbd3d8595266157af65142.zip |
Follow i386's suit and include AGP support in the generic kernel.
Notes
Notes:
svn path=/head/; revision=144994
Diffstat (limited to 'sys/amd64')
-rw-r--r-- | sys/amd64/conf/GENERIC | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index e375041d96ac..3bb4b7ea7bcf 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -156,6 +156,8 @@ device splash # Splash screen and screen saver support # syscons is the default console driver, resembling an SCO console device sc +device agp # support several AGP chipsets + # PCCARD (PCMCIA) support # PCMCIA and cardbus bridge support device cbb # cardbus (yenta) bridge |