b3be9d15b4
This driver supports GW3887 based chipsets and works on x86/powerpc/sparc64. You need upgtfw kernel module before loading upgt(4). Please see the manpage. Obtained from: OpenBSD
11 lines
207 B
Makefile
11 lines
207 B
Makefile
# Conexant/Intersil PrismGT SoftMAC(GW3887) USB devices
|
|
#
|
|
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/usb
|
|
|
|
KMOD = if_upgt
|
|
SRCS = if_upgt.c opt_usb.h device_if.h bus_if.h usbdevs.h
|
|
|
|
.include <bsd.kmod.mk>
|