diff options
author | 2006-08-03 16:55:23 +0000 | |
---|---|---|
committer | 2006-08-03 16:55:23 +0000 | |
commit | bc7c2d8d917a0995a9dd3c329050ed2f5f36305c (patch) | |
tree | eedead9c8c753421e9cd125ec32564aef011eed5 | |
parent | Remove the tb(4) line discipline and manual page. I found no man pages (diff) | |
download | wireguard-openbsd-bc7c2d8d917a0995a9dd3c329050ed2f5f36305c.tar.xz wireguard-openbsd-bc7c2d8d917a0995a9dd3c329050ed2f5f36305c.zip |
Fix acx entry. Unbreaks kernel build.
-rw-r--r-- | sys/dev/cardbus/files.cardbus | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/cardbus/files.cardbus b/sys/dev/cardbus/files.cardbus index 938de3c82ea..ab781f1200a 100644 --- a/sys/dev/cardbus/files.cardbus +++ b/sys/dev/cardbus/files.cardbus @@ -1,4 +1,4 @@ -# $OpenBSD: files.cardbus,v 1.20 2006/08/03 08:45:01 mglocker Exp $ +# $OpenBSD: files.cardbus,v 1.21 2006/08/03 16:55:23 mbalmer Exp $ # $NetBSD: files.cardbus,v 1.8 2000/01/26 06:37:24 thorpej Exp $ # # files.cardbus @@ -80,7 +80,7 @@ file dev/cardbus/if_ral_cardbus.c ral_cardbus # Texas Instruments ACX # attach acx at cardbus with acx_cardbus -file dev/cardbus/if_acx_cardbus.c +file dev/cardbus/if_acx_cardbus.c acx_cardbus # # EHCI USB controller |