History log of /freebsd-10-stable/share/man/man4/agp.4
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 231564 12-Feb-2012 ed

Globally replace u_int*_t from (non-contributed) man pages.

The reasoning behind this, is that if we are consistent in our
documentation about the uint*_t stuff, people will be less tempted to
write new code that uses the non-standard types.

I am not going to bump the man page dates, as these changes can be
considered style nits. The meaning of the man pages is unaffected.

MFC after: 1 month


# 174018 28-Nov-2007 remko

Add information about the 845M card that I recently committed support
for.


# 155774 17-Feb-2006 brueffer

Document Intel E7505 support.


# 153937 31-Dec-2005 brueffer

Beautification.


# 153574 20-Dec-2005 brueffer

First step in bringing this page up to speed:

Update list of supported bridges and controllers, use markup similar to
ata.4 to display them and replace an XFree86 xref with Xorg.

MFC after: 1 week


# 148011 14-Jul-2005 brueffer

- Remove MLINKS to nonexistant manpages
- Change some section numbers to match reality
- For MLINKS to manpages from ports, mention which port installs them

MFC after: 3 days


# 119893 08-Sep-2003 ru

mdoc(7): Use the new feature of the .In macro.


# 115186 20-May-2003 ru

Use the -tag list to document agp(4) ioctls.


# 114959 12-May-2003 hmp

Document ioctl(2) operations of the agp(4) subsystem. The original patch
was obtained from [1], with heavy editing, and ammending text for some of
the ioctls.

All ioctls (in sys/agpio.h) are now documented.

PR: docs/50503
Original patch by: Alex Semenyaka <alexs@snark.ratmir.ru> [1]

Content approved by:

- Eric Anholt <anholt@FreeBSD.ORG>
- Matthew N. Dodd <mdodd@FreeBSD.ORG> (cursory review)

Approved and Reviewed by: des (mentor), re (scottl)


# 86589 19-Nov-2001 kuriyama

Add support for Intel's i820/i840/i845/i850/i860 chipset.

Submitted by: nork@cityfujisawa.ne.jp (Norikatsu Shigemura)


# 84834 12-Oct-2001 yar

Fix a small style slip: Files in /dev are not
devices theirselves, but device nodes.


# 84533 05-Oct-2001 yar

Move the agp(4) page from the i386 directory
to the machine-independent directory since
AGP is used on other architectures as well.