diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2003-10-26 15:34:17 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2003-10-26 15:34:17 +0000 |
commit | 43782ab58acc9f9d055d1fc33d7069fe85857d90 (patch) | |
tree | 75ff040ecf49a4340cd89b95a47ff537576652da /sys/arch | |
parent | b62dde670d7c7927ce0448b2c885cb9fdd70e437 (diff) |
Driver for PRISM 2.5/3 based (wifi) USB adapters. This is a work in progress,
it does not yet handle bulk data copies or hostap mode. Only one model
currently supported, however driver may support other PRISM based adapters.
ok millert@ fgsch@
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/macppc/dev/if_wi_obio.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/macppc/dev/if_wi_obio.c b/sys/arch/macppc/dev/if_wi_obio.c index c16fb3d992d..023475dd172 100644 --- a/sys/arch/macppc/dev/if_wi_obio.c +++ b/sys/arch/macppc/dev/if_wi_obio.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_wi_obio.c,v 1.8 2002/09/15 09:01:58 deraadt Exp $ */ +/* $OpenBSD: if_wi_obio.c,v 1.9 2003/10/26 15:34:16 drahn Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -129,7 +129,7 @@ wi_obio_attach(parent, self, aux) wi_obio_enable(sc); - wi_attach(sc); + wi_attach(sc, &wi_func_io); } int |