From 45e73044fe039c505f8761781f6a8b45b35454b0 Mon Sep 17 00:00:00 2001 From: sam Date: Wed, 8 Dec 2004 18:20:53 +0000 Subject: update for new ath hal --- sys/conf/files.i386 | 9 +++++++-- sys/conf/options | 3 +++ 2 files changed, 10 insertions(+), 2 deletions(-) (limited to 'sys') diff --git a/sys/conf/files.i386 b/sys/conf/files.i386 index f9d73dc..03898c9 100644 --- a/sys/conf/files.i386 +++ b/sys/conf/files.i386 @@ -52,9 +52,14 @@ trlld.o optional oltr \ no-implicit-rule # hal.o optional ath_hal \ - dependency "$S/contrib/dev/ath/freebsd/i386-elf.hal.o.uu" \ - compile-with "uudecode < $S/contrib/dev/ath/freebsd/i386-elf.hal.o.uu" \ + dependency "$S/contrib/dev/ath/public/i386-elf.hal.o.uu" \ + compile-with "uudecode < $S/contrib/dev/ath/public/i386-elf.hal.o.uu" \ no-implicit-rule +opt_ah.h optional ath_hal \ + dependency "$S/contrib/dev/ath/public/i386-elf.opt_ah.h" \ + compile-with "cp $S/contrib/dev/ath/public/i386-elf.opt_ah.h opt_ah.h" \ + no-obj no-implicit-rule before-depend \ + clean "opt_ah.h" # hptmvraid.o optional hptmv \ dependency "$S/contrib/dev/hptmv/i386-elf.raid.o.uu" \ diff --git a/sys/conf/options b/sys/conf/options index 1a80962..d45ca06 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -670,6 +670,9 @@ KBDIO_DEBUG opt_kbd.h AH_SUPPORT_AR5210 opt_ah.h AH_SUPPORT_AR5211 opt_ah.h AH_SUPPORT_AR5212 opt_ah.h +AH_SUPPORT_5111 opt_ah.h +AH_SUPPORT_5112 opt_ah.h +AH_SUPPORT_2413 opt_ah.h AH_DEBUG opt_ah.h AH_DEBUG_ALQ opt_ah.h AH_ASSERT opt_ah.h -- cgit v1.1