diff options
author | 2007-06-09 22:36:43 +0000 | |
---|---|---|
committer | 2007-06-09 22:36:43 +0000 | |
commit | 57cd07b496d522ce44ec0bcbf5f1f3e873ede91a (patch) | |
tree | 860527be75e4b183b8244d687bdc473966d7053c /sys | |
parent | fix wrong argument passing to m_copyback for the log case (diff) | |
download | wireguard-openbsd-57cd07b496d522ce44ec0bcbf5f1f3e873ede91a.tar.xz wireguard-openbsd-57cd07b496d522ce44ec0bcbf5f1f3e873ede91a.zip |
Enable re* at cardbus?, tested with a D-Link DGE-660TD card.
ok deraadt.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/macppc/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC index a2dd3954428..e078618be8e 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.169 2007/05/31 23:18:25 uwe Exp $g +# $OpenBSD: GENERIC,v 1.170 2007/06/09 22:36:43 mbalmer Exp $g # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -80,6 +80,7 @@ epic* at pci? # SMC EPIC/100 ethernet bge* at pci? # Broadcom BCM570x (aka Tigon3) ti* at pci? # Alteon Tigon 1Gb ethernet re* at pci? # Realtek 8169/8169S/8110S +re* at cardbus? # Realtek 8169/8169S/8110S stge* at pci? # Sundance TC9021 GigE skc* at pci? # SysKonnect GEnesis 984x sk* at skc? # each port of above |