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:
parent
31d20f96fc
commit
5788e4422e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=110568
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user