summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryongari <yongari@FreeBSD.org>2006-12-13 03:41:47 +0000
committeryongari <yongari@FreeBSD.org>2006-12-13 03:41:47 +0000
commit12c67e24f1ccd313a47bbae43cb1a9c73069d450 (patch)
tree7fbe65b540a51d7b5bca1e1294a11ad435d02fb4
parentf328c89231f4d2a3872fa7e088c94291624f7be9 (diff)
downloadFreeBSD-src-12c67e24f1ccd313a47bbae43cb1a9c73069d450.zip
FreeBSD-src-12c67e24f1ccd313a47bbae43cb1a9c73069d450.tar.gz
Add msk(4) to the list of drivers supported by GENERIC kernel.
-rw-r--r--sys/amd64/conf/GENERIC1
-rw-r--r--sys/i386/conf/GENERIC1
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index 915afe3..522bf24 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -195,6 +195,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')
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')
OpenPOWER on IntegriCloud