diff options
author | yongari <yongari@FreeBSD.org> | 2006-12-13 03:41:47 +0000 |
---|---|---|
committer | yongari <yongari@FreeBSD.org> | 2006-12-13 03:41:47 +0000 |
commit | 12c67e24f1ccd313a47bbae43cb1a9c73069d450 (patch) | |
tree | 7fbe65b540a51d7b5bca1e1294a11ad435d02fb4 /sys/i386 | |
parent | f328c89231f4d2a3872fa7e088c94291624f7be9 (diff) | |
download | FreeBSD-src-12c67e24f1ccd313a47bbae43cb1a9c73069d450.zip FreeBSD-src-12c67e24f1ccd313a47bbae43cb1a9c73069d450.tar.gz |
Add msk(4) to the list of drivers supported by GENERIC kernel.
Diffstat (limited to 'sys/i386')
-rw-r--r-- | sys/i386/conf/GENERIC | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC index 0e0a91f..66a1f34 100644 --- a/sys/i386/conf/GENERIC +++ b/sys/i386/conf/GENERIC @@ -206,6 +206,7 @@ device bge # Broadcom BCM570xx Gigabit Ethernet device dc # DEC/Intel 21143 and various workalikes device fxp # Intel EtherExpress PRO/100B (82557, 82558) device lge # Level 1 LXT1001 gigabit Ethernet +device msk # Marvell/SysKonnect Yukon II Gigabit Ethernet device nge # NatSemi DP83820 gigabit Ethernet device nve # nVidia nForce MCP on-board Ethernet Networking device pcn # AMD Am79C97x PCI 10/100 (precedence over 'le') |