diff options
| author | Gordon Bergling <gbe@FreeBSD.org> | 2025-08-17 09:28:20 +0000 |
|---|---|---|
| committer | Gordon Bergling <gbe@FreeBSD.org> | 2025-08-17 09:28:20 +0000 |
| commit | 4c7b81cfa29084bb0013969c175700069e6d7019 (patch) | |
| tree | 23be2d44289188cbe5cad0e3c4373287854bf7c8 /sys/isa | |
| parent | a3a78bd7a7446a9a437391c681ba196d956987da (diff) | |
Diffstat (limited to 'sys/isa')
| -rw-r--r-- | sys/isa/isareg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/isa/isareg.h b/sys/isa/isareg.h index e89136c7e1e5..8b2d55608078 100644 --- a/sys/isa/isareg.h +++ b/sys/isa/isareg.h @@ -49,7 +49,7 @@ #define IO_RTC 0x070 /* RTC */ #define IO_ICU2 0x0A0 /* 8259A Interrupt Controller #2 */ -#define IO_MDA 0x3B0 /* Monochome Adapter */ +#define IO_MDA 0x3B0 /* Monochrome Adapter */ #define IO_VGA 0x3C0 /* E/VGA Ports */ #define IO_CGA 0x3D0 /* CGA Ports */ |
