Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/modules/if_alc module glue for alc@pci



details:   https://anonhg.NetBSD.org/src/rev/be3460ce81ce
branches:  trunk
changeset: 762551:be3460ce81ce
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Wed Feb 23 00:36:51 2011 +0000

description:
module glue for alc@pci

diffstat:

 sys/modules/if_alc/Makefile      |  16 ++++++++++++++++
 sys/modules/if_alc/if_alc.ioconf |  10 ++++++++++
 2 files changed, 26 insertions(+), 0 deletions(-)

diffs (34 lines):

diff -r ad46b1e59dd0 -r be3460ce81ce sys/modules/if_alc/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/modules/if_alc/Makefile       Wed Feb 23 00:36:51 2011 +0000
@@ -0,0 +1,16 @@
+#      $NetBSD: Makefile,v 1.1 2011/02/23 00:36:51 jmcneill Exp $
+
+.include "../Makefile.inc"
+
+.PATH: ${S}/dev/pci
+
+KMOD=  if_alc
+IOCONF=        if_alc.ioconf
+
+SRCS=  if_alc.c
+
+WARNS= 3
+
+CPPFLAGS+=     -DINET -DNVLAN=1
+
+.include <bsd.kmodule.mk>
diff -r ad46b1e59dd0 -r be3460ce81ce sys/modules/if_alc/if_alc.ioconf
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/modules/if_alc/if_alc.ioconf  Wed Feb 23 00:36:51 2011 +0000
@@ -0,0 +1,10 @@
+#      $NetBSD: if_alc.ioconf,v 1.1 2011/02/23 00:36:51 jmcneill Exp $
+
+ioconf if_alc
+
+include "conf/files"
+include "dev/pci/files.pci"
+
+pseudo-root pci*
+
+alc* at pci? dev ? function ?



Home | Main Index | Thread Index | Old Index