1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00

Document a few acronyms.

This commit is contained in:
Matthew N. Dodd 2003-02-08 20:42:26 +00:00
parent 31d20f96fc
commit 5788e4422e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=110568

View File

@ -37,6 +37,9 @@
/*
* Macros to manipulate AGP mode words.
*
* SBA = Sideband Address Port
* FW = Fast Writes
*/
#define AGP_MODE_GET_RQ(x) (((x) & 0xff000000U) >> 24)
#define AGP_MODE_GET_SBA(x) (((x) & 0x00000200U) >> 9)