diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-01-03 02:10:58 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-01-03 02:10:58 +0000 |
commit | 63ecd40fb6e7b156559dde585e15d2e786548984 (patch) | |
tree | 11b1afecc44b0699a0536904be49e903db66dfc9 /sys | |
parent | b80ce41de3892f760a99d1300e26aff4b900d569 (diff) |
reuse gcu(4) comment from GENERIC fixing spelling
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/i386/conf/RAMDISK_CD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/RAMDISK_CD b/sys/arch/i386/conf/RAMDISK_CD index 6589dd6e491..999d7bae637 100644 --- a/sys/arch/i386/conf/RAMDISK_CD +++ b/sys/arch/i386/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.248 2022/01/02 23:14:27 jsg Exp $ +# $OpenBSD: RAMDISK_CD,v 1.249 2022/01/03 02:10:57 jsg Exp $ machine i386 maxusers 4 @@ -236,7 +236,7 @@ sk* at skc? # each port of above mskc* at pci? # Marvell Yukon-2 msk* at mskc? # each port of above em* at pci? # Intel Pro/1000 ethernet -gcu* at pci? # Intel EP80579 auxlliary mii device +gcu* at pci? # Intel Pro/1000 ethernet GCU ixgb* at pci? # Intel Pro/10Gb ethernet ix* at pci? # Intel 82598EB 10Gb ethernet oce* at pci? # Emulex OneConnect 10Gb ethernet |