diff options
author | Marcus Glocker <mglocker@cvs.openbsd.org> | 2007-04-05 16:25:26 +0000 |
---|---|---|
committer | Marcus Glocker <mglocker@cvs.openbsd.org> | 2007-04-05 16:25:26 +0000 |
commit | e3a017b4b7d56ce099f4d8d35709274aa9fceafc (patch) | |
tree | de2675a70c0ce76a1e77964cb71eebbc2fc7f7c3 /sys/dev/cardbus/files.cardbus | |
parent | b379106f42e39d77dcc563db6fbc48b4e47d06d5 (diff) |
After been attacked by Michael Buesch <mb@bu3sch.de> because we initially
were using some of their routines in the bcw driver, I decided to stop
working on it. To avoid any further license chit chat I plain drop the
driver.
Diffstat (limited to 'sys/dev/cardbus/files.cardbus')
-rw-r--r-- | sys/dev/cardbus/files.cardbus | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/dev/cardbus/files.cardbus b/sys/dev/cardbus/files.cardbus index 11cbc58afd8..a5ab8431b14 100644 --- a/sys/dev/cardbus/files.cardbus +++ b/sys/dev/cardbus/files.cardbus @@ -1,4 +1,4 @@ -# $OpenBSD: files.cardbus,v 1.24 2006/11/22 15:12:50 mglocker Exp $ +# $OpenBSD: files.cardbus,v 1.25 2007/04/05 16:25:25 mglocker Exp $ # $NetBSD: files.cardbus,v 1.8 2000/01/26 06:37:24 thorpej Exp $ # # files.cardbus @@ -89,12 +89,6 @@ attach pgt at cardbus with pgt_cardbus file dev/cardbus/if_pgt_cardbus.c pgt_cardbus # -# Broadcom BCM43xx wireless -# -attach bcw at cardbus with bcw_cardbus -file dev/cardbus/if_bcw_cardbus.c bcw_cardbus - -# # EHCI USB controller # attach ehci at cardbus with ehci_cardbus |