Source-Changes-HG archive

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

[src/trunk]: src/sys/modules/hifn Add module glue for hifn(4)



details:   https://anonhg.NetBSD.org/src/rev/7e5f105049b8
branches:  trunk
changeset: 325698:7e5f105049b8
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Fri Jan 03 16:12:49 2014 +0000

description:
Add module glue for hifn(4)

diffstat:

 sys/modules/hifn/Makefile    |  11 +++++++++++
 sys/modules/hifn/hifn.ioconf |  10 ++++++++++
 2 files changed, 21 insertions(+), 0 deletions(-)

diffs (29 lines):

diff -r 220d40acd7ef -r 7e5f105049b8 sys/modules/hifn/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/modules/hifn/Makefile Fri Jan 03 16:12:49 2014 +0000
@@ -0,0 +1,11 @@
+#      $NetBSD: Makefile,v 1.1 2014/01/03 16:12:49 pgoyette Exp $
+
+.include "../Makefile.inc"
+
+.PATH: ${S}/dev/pci
+
+KMOD=  hifn
+IOCONF=        hifn.ioconf
+SRCS=  hifn7751.c
+
+.include <bsd.kmodule.mk>
diff -r 220d40acd7ef -r 7e5f105049b8 sys/modules/hifn/hifn.ioconf
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/modules/hifn/hifn.ioconf      Fri Jan 03 16:12:49 2014 +0000
@@ -0,0 +1,10 @@
+#      $NetBSD: hifn.ioconf,v 1.1 2014/01/03 16:12:49 pgoyette Exp $
+
+ioconf hifn
+
+include "conf/files"
+include "dev/pci/files.pci"
+
+pseudo-root pci*
+
+hifn* at pci? dev ? function ?



Home | Main Index | Thread Index | Old Index