From 15b856bec1cbe233bcdcdf2712c646c73d87f9f5 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Sat, 11 Oct 2025 13:07:06 -0400 Subject: kern: mac: Document the MAC border table Signed-off-by: Ian Moffett --- src/sys/os/os_mac.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/sys/os/os_mac.c b/src/sys/os/os_mac.c index 2443b23..f328484 100644 --- a/src/sys/os/os_mac.c +++ b/src/sys/os/os_mac.c @@ -34,6 +34,11 @@ #include #include +/* + * The MAC border table is used for mappable resources + * under MAC that have common operations associated with + * them. + */ static struct mac_border *bortab[__BORDER_MAX] = { [BORDER_NONE] = NULL, [BORDER_FBDEV] = &g_fbdev_border -- cgit v1.2.3