diff options
author | 2004-06-03 04:07:38 +0000 | |
---|---|---|
committer | 2004-06-03 04:07:38 +0000 | |
commit | 95dd15fa1634e1c356377c4dabd036b475a145a9 (patch) | |
tree | ac186dbf3ead5c47cc1c8709503fa4909b35a500 | |
parent | merge back two chunks that are different here (diff) | |
download | wireguard-openbsd-95dd15fa1634e1c356377c4dabd036b475a145a9.tar.xz wireguard-openbsd-95dd15fa1634e1c356377c4dabd036b475a145a9.zip |
rl at cardbus, requested by brad. poor brad. everyones feel for him.
-rw-r--r-- | sys/arch/i386/conf/RAMDISKC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/RAMDISKC b/sys/arch/i386/conf/RAMDISKC index 52e636bc872..d2c0b3f28ec 100644 --- a/sys/arch/i386/conf/RAMDISKC +++ b/sys/arch/i386/conf/RAMDISKC @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKC,v 1.37 2004/05/11 04:00:46 deraadt Exp $ +# $OpenBSD: RAMDISKC,v 1.38 2004/06/03 04:07:38 deraadt Exp $ machine i386 # architecture, used by config; REQUIRED @@ -231,6 +231,7 @@ xe* at pcmcia? function ? # Xircom ethernet xl* at pci? dev ? function ? # 3C9xx ethernet xl* at cardbus? dev ? function ? # 3C575 ethernet rl* at pci? dev ? function ? # RealTek 81[23]9 ethernet +rl* at cardbus? dev ? function ? # RealTek 81[23]9 ethernet #tx* at pci? dev ? function ? # SMC 83C170 EPIC ethernet #tl* at pci? dev ? function ? # Compaq Thunderlan ethernet #vr* at pci? dev ? function ? # VIA Rhine ethernet |