diff --git a/en_US.ISO8859-1/books/handbook/x11/chapter.sgml b/en_US.ISO8859-1/books/handbook/x11/chapter.sgml index 029d510a1d..f639dc69be 100644 --- a/en_US.ISO8859-1/books/handbook/x11/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/x11/chapter.sgml @@ -530,7 +530,7 @@ EndSection agp_load="YES" - Next, a device node needs to be created for the + Next, if you are running FreeBSD 4.X or earlier, a device node needs to be created for the programming interface. To create the AGP device node, run &man.MAKEDEV.8; in the /dev directory: @@ -538,6 +538,12 @@ EndSection &prompt.root; cd /dev &prompt.root; sh MAKEDEV agpgart + + FreeBSD 5.X or later, use &man.devfs.5; to allocate + device nodes transparently for the user, therefore you do + not have to run &man.MAKEDEV.8;. + + This will allow configuration of the hardware as any other graphics board.