Move if_wl_i82586.h into sys/dev/wl.

This commit is contained in:
nyan 2005-05-09 04:47:58 +00:00
parent 9be5f7d46a
commit b222b060b0
2 changed files with 1 additions and 1 deletions

View File

@ -221,10 +221,10 @@ __FBSDID("$FreeBSD$");
#include <net/bpf.h>
#include <isa/isavar.h>
#include <i386/isa/ic/if_wl_i82586.h> /* Definitions for the Intel chip */
/* was 1000 in original, fed to DELAY(x) */
#define DELAYCONST 1000
#include <dev/wl/if_wl_i82586.h> /* Definitions for the Intel chip */
#include <dev/wl/if_wl.h>
#include <machine/if_wl_wavelan.h>