diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2014-11-24 02:03:38 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2014-11-24 02:03:38 +0000 |
commit | 17d7af3dc09861f2efcfb7d3ea73132346bcf5d0 (patch) | |
tree | c0fbadcd374b8ffcf99f0677c7dcfc801764e729 /sys/dev/ic/rtl81x9reg.h | |
parent | 31b8ad6487b3cd6cc6b559f6c720d1df5b1da95c (diff) |
use the correct capitalization for Realtek.
Diffstat (limited to 'sys/dev/ic/rtl81x9reg.h')
-rw-r--r-- | sys/dev/ic/rtl81x9reg.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/dev/ic/rtl81x9reg.h b/sys/dev/ic/rtl81x9reg.h index 3357553c517..0be8c6194a0 100644 --- a/sys/dev/ic/rtl81x9reg.h +++ b/sys/dev/ic/rtl81x9reg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: rtl81x9reg.h,v 1.87 2014/11/19 02:37:41 brad Exp $ */ +/* $OpenBSD: rtl81x9reg.h,v 1.88 2014/11/24 02:03:37 brad Exp $ */ /* * Copyright (c) 1997, 1998 @@ -35,7 +35,7 @@ */ /* - * RealTek 8129/8139 register offsets + * Realtek 8129/8139 register offsets */ #define RL_IDR0 0x0000 /* ID register 0 (station addr) */ #define RL_IDR1 0x0001 /* Must use 32-bit accesses (?) */ @@ -522,7 +522,7 @@ #define RL_GMEDIASTAT_TBI 0x80 /* TBI enabled */ /* - * The RealTek doesn't use a fragment-based descriptor mechanism. + * The Realtek doesn't use a fragment-based descriptor mechanism. * Instead, there are only four register sets, each of which represents * one 'descriptor.' Basically, each TX descriptor is just a contiguous * packet buffer (32-bit aligned!) and we place the buffer addresses in @@ -945,12 +945,12 @@ struct rl_softc { /* * General constants that are fun to know. * - * RealTek PCI vendor ID + * Realtek PCI vendor ID */ #define RT_VENDORID 0x10EC /* - * RealTek chip device IDs. + * Realtek chip device IDs. */ #define RT_DEVICEID_8129 0x8129 #define RT_DEVICEID_8101E 0x8136 |