diff options
author | 2007-07-06 04:08:46 +0000 | |
---|---|---|
committer | 2007-07-06 04:08:46 +0000 | |
commit | e52c85cf17ba4993682e7640cda9bfb7768a340c (patch) | |
tree | 2e7c68ba4482061f58ffa4f2799b502ef68bf575 | |
parent | The poll(2) syscall doesn't work correctly on audio(4) devices. (diff) | |
download | wireguard-openbsd-e52c85cf17ba4993682e7640cda9bfb7768a340c.tar.xz wireguard-openbsd-e52c85cf17ba4993682e7640cda9bfb7768a340c.zip |
net80211 growth eats another ethernet driver (which is super rare on laptops)
-rw-r--r-- | sys/arch/i386/conf/RAMDISKC | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/i386/conf/RAMDISKC b/sys/arch/i386/conf/RAMDISKC index f9b27123746..1069e8571aa 100644 --- a/sys/arch/i386/conf/RAMDISKC +++ b/sys/arch/i386/conf/RAMDISKC @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKC,v 1.75 2007/06/23 17:23:36 deraadt Exp $ +# $OpenBSD: RAMDISKC,v 1.76 2007/07/06 04:08:46 deraadt Exp $ machine i386 # architecture, used by config; REQUIRED @@ -271,8 +271,8 @@ rl* at cardbus? # RealTek 81[23]9 ethernet #tl* at pci? # Compaq Thunderlan ethernet #vr* at pci? # VIA Rhine ethernet #wb* at pci? # Winbond W89C840F ethernet -dc* at pci? # 21143, "tulip" clone ethernet -dc* at cardbus? # 21143, "tulip" clone ethernet +#dc* at pci? # 21143, "tulip" clone ethernet +#dc* at cardbus? # 21143, "tulip" clone ethernet #ti* at pci? # Alteon Tigon 1Gb ethernet #skc* at pci? # SysKonnect GEnesis 984x #sk* at skc? # each port of above @@ -320,7 +320,7 @@ qsphy* at mii? # Quality Semi QS6612 PHYs #sqphy* at mii? # Seeq 8x220 PHYs rlphy* at mii? # RealTek 8139 internal PHYs mtdphy* at mii? # Myson MTD972 PHYs -dcphy* at mii? # Digital Clone PHYs +#dcphy* at mii? # Digital Clone PHYs amphy* at mii? # AMD 79C873 PHYs #tqphy* at mii? # TDK 78Q212x PHYs bmtphy* at mii? # Broadcom 10/100 PHYs |