summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpvalchev <pvalchev@openbsd.org>2004-12-20 01:06:58 +0000
committerpvalchev <pvalchev@openbsd.org>2004-12-20 01:06:58 +0000
commit6fb7551d8fa2db46ef5a828b415fea5939dea840 (patch)
tree12c49cc9efa1711782004be941a44386e24d2c6b
parent#define sc_if sc_ac.ac_if, makes things a little more readable, and (diff)
downloadwireguard-openbsd-6fb7551d8fa2db46ef5a828b415fea5939dea840.tar.xz
wireguard-openbsd-6fb7551d8fa2db46ef5a828b415fea5939dea840.zip
vge(4) in bsd.rd, only CD for now; ok deraadt
-rw-r--r--sys/arch/amd64/conf/RAMDISK_CD4
-rw-r--r--sys/arch/i386/conf/RAMDISK_CD4
2 files changed, 6 insertions, 2 deletions
diff --git a/sys/arch/amd64/conf/RAMDISK_CD b/sys/arch/amd64/conf/RAMDISK_CD
index a43b3b4e2a7..b9aba2f99f4 100644
--- a/sys/arch/amd64/conf/RAMDISK_CD
+++ b/sys/arch/amd64/conf/RAMDISK_CD
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK_CD,v 1.22 2004/12/19 16:59:16 krw Exp $
+# $OpenBSD: RAMDISK_CD,v 1.23 2004/12/20 01:06:58 pvalchev Exp $
machine amd64 # architecture, used by config; REQUIRED
@@ -232,6 +232,7 @@ bge* at pci? # Broadcom BCM570x (aka Tigon3)
re* at pci? # Realtek 8169/8169S/8110S
#lge* at pci? # Level1 LXT1001 GigE
#mtd* at pci? # Myson MTD803
+vge* at pci? # VIA VT612x
# Wireless network cards
#wi* at pci? # WaveLAN IEEE 802.11DS
@@ -262,6 +263,7 @@ eephy* at mii? # Marvell 88E1000 series PHY
xmphy* at mii? # XaQti XMAC-II PHYs
bmtphy* at mii? # Broadcom 10/100 PHYs
rgephy* at mii? # Realtek 8169S/8110S PHY
+ciphy* at mii? # Cicada CS8201 10/100/1000 copper PHY
ukphy* at mii? # "unknown" PHYs
pseudo-device loop 1 # network loopback
diff --git a/sys/arch/i386/conf/RAMDISK_CD b/sys/arch/i386/conf/RAMDISK_CD
index dfb8cd6a907..79817020c4f 100644
--- a/sys/arch/i386/conf/RAMDISK_CD
+++ b/sys/arch/i386/conf/RAMDISK_CD
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK_CD,v 1.84 2004/12/08 08:05:44 dlg Exp $
+# $OpenBSD: RAMDISK_CD,v 1.85 2004/12/20 01:06:58 pvalchev Exp $
machine i386 # architecture, used by config; REQUIRED
@@ -323,6 +323,7 @@ bge* at pci? # Broadcom BCM570x (aka Tigon3)
#lge* at pci? # Level1 LXT1001 GigE
mtd* at pci? # Myson MTD803
bce* at pci? # Broadcom BCM4401
+vge* at pci? # VIA VT612x
# Wireless network cards
wi* at pci? # WaveLAN IEEE 802.11DS
@@ -353,6 +354,7 @@ eephy* at mii? # Marvell 88E1000 series PHY
xmphy* at mii? # XaQti XMAC-II PHYs
bmtphy* at mii? # Broadcom 10/100 PHYs
rgephy* at mii? # Realtek 8169S/8110S PHY
+ciphy* at mii? # Cicada CS8201 10/100/1000 copper PHY
ukphy* at mii? # "unknown" PHYs
pseudo-device loop 1 # network loopback