diff options
author | 2014-11-24 02:03:36 +0000 | |
---|---|---|
committer | 2014-11-24 02:03:36 +0000 | |
commit | 0499a7f2550ff6adaadd1286d0a59b6619991384 (patch) | |
tree | 4a3d658e0857c42b7a6b2b393de8bee8d4a6a53c /sys/dev/pci/if_rl_pci.c | |
parent | Kill old crap that is unbelievably slow and produces hundreds of false (diff) | |
download | wireguard-openbsd-0499a7f2550ff6adaadd1286d0a59b6619991384.tar.xz wireguard-openbsd-0499a7f2550ff6adaadd1286d0a59b6619991384.zip |
use the correct capitalization for Realtek.
Diffstat (limited to 'sys/dev/pci/if_rl_pci.c')
-rw-r--r-- | sys/dev/pci/if_rl_pci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/if_rl_pci.c b/sys/dev/pci/if_rl_pci.c index f38432d1c79..a5863af6f3b 100644 --- a/sys/dev/pci/if_rl_pci.c +++ b/sys/dev/pci/if_rl_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_rl_pci.c,v 1.28 2014/07/22 13:12:11 mpi Exp $ */ +/* $OpenBSD: if_rl_pci.c,v 1.29 2014/11/24 02:03:37 brad Exp $ */ /* * Copyright (c) 1997, 1998 @@ -72,7 +72,7 @@ * there appear to be problems with memory mapped mode: it looks like * doing too many memory mapped access back to back in rapid succession * can hang the bus. I'm inclined to blame this on crummy design/construction - * on the part of RealTek. Memory mapped mode does appear to work on + * on the part of Realtek. Memory mapped mode does appear to work on * uniprocessor systems though. */ #define RL_USEIOSPACE |