diff options
author | 2006-12-29 11:05:59 +0000 | |
---|---|---|
committer | 2006-12-29 11:05:59 +0000 | |
commit | 2e843765a2c0dcd1f1fc54365d7eb1fc35afac69 (patch) | |
tree | 8b7e6a4de1fd0b119abdf8f422148309d2cf14ee | |
parent | No need to read ANAR and ANLPAR anymore. (diff) | |
download | wireguard-openbsd-2e843765a2c0dcd1f1fc54365d7eb1fc35afac69.tar.xz wireguard-openbsd-2e843765a2c0dcd1f1fc54365d7eb1fc35afac69.zip |
Change the comment for mbg(4): Use "radio clocks" instead of "time base".
ok fkr
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index d4d1653cf45..05b35471f81 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.544 2006/12/18 08:24:54 mbalmer Exp $ +# $OpenBSD: GENERIC,v 1.545 2006/12/29 11:05:59 mbalmer Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -544,7 +544,7 @@ pgt* at pci? # Prism54 (only full-mac varients) pgt* at cardbus? # Prism54 (only full-mac varients) malo* at pci? # Marvell Libertas malo* at cardbus? # Marvell Libertas -mbg* at pci? # Meinberg Funkuhren time base +mbg* at pci? # Meinberg Funkuhren radio clocks # Media Independent Interface (mii) drivers exphy* at mii? # 3Com internal PHYs |