Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/modules/if_athn_usb module for if_athn_usb
details: https://anonhg.NetBSD.org/src/rev/1b4a6641a4db
branches: trunk
changeset: 785819:1b4a6641a4db
user: christos <christos%NetBSD.org@localhost>
date: Sat Mar 30 18:59:38 2013 +0000
description:
module for if_athn_usb
diffstat:
sys/modules/if_athn_usb/Makefile | 26 ++++++++++++++++++++++++++
sys/modules/if_athn_usb/if_athn_usb.ioconf | 10 ++++++++++
2 files changed, 36 insertions(+), 0 deletions(-)
diffs (44 lines):
diff -r e301cf584b45 -r 1b4a6641a4db sys/modules/if_athn_usb/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/modules/if_athn_usb/Makefile Sat Mar 30 18:59:38 2013 +0000
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1 2013/03/30 18:59:38 christos Exp $
+
+.include "../Makefile.inc"
+
+.PATH: ${S}/dev/usb
+.PATH: ${S}/dev/ic
+
+KMOD= if_athn_usb
+IOCONF= if_athn_usb.ioconf
+SRCS= if_athn_usb.c
+SRCS+= athn.c
+SRCS+= arn5008.c
+SRCS+= arn5416.c
+SRCS+= arn9003.c
+SRCS+= arn9280.c
+SRCS+= arn9285.c
+SRCS+= arn9287.c
+SRCS+= arn9380.c
+
+WARNS= 4
+
+CPPFLAGS+= -DINET
+CPPFLAGS+= -DNATHN_USB=1
+CPPFLAGS+= -DATHN_DEBUG
+
+.include <bsd.kmodule.mk>
diff -r e301cf584b45 -r 1b4a6641a4db sys/modules/if_athn_usb/if_athn_usb.ioconf
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/modules/if_athn_usb/if_athn_usb.ioconf Sat Mar 30 18:59:38 2013 +0000
@@ -0,0 +1,10 @@
+# $NetBSD: if_athn_usb.ioconf,v 1.1 2013/03/30 18:59:38 christos Exp $
+
+ioconf if_athn_usb
+
+include "conf/files"
+include "dev/usb/files.usb"
+
+pseudo-root usbdevif*
+
+athn* at usbdevif?
Home |
Main Index |
Thread Index |
Old Index