Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci Add ipw(4)



details:   https://anonhg.NetBSD.org/src/rev/04d90c02e8e2
branches:  trunk
changeset: 569529:04d90c02e8e2
user:      lukem <lukem%NetBSD.org@localhost>
date:      Mon Aug 23 12:03:25 2004 +0000

description:
Add ipw(4)

diffstat:

 sys/dev/pci/files.pci |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 90a63ecfc99f -r 04d90c02e8e2 sys/dev/pci/files.pci
--- a/sys/dev/pci/files.pci     Mon Aug 23 11:57:35 2004 +0000
+++ b/sys/dev/pci/files.pci     Mon Aug 23 12:03:25 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.pci,v 1.215 2004/08/12 04:23:02 thorpej Exp $
+#      $NetBSD: files.pci,v 1.216 2004/08/23 12:03:25 lukem Exp $
 #
 # Config file and device description for machine-independent PCI code.
 # Included by ports that need it.  Requires that the SCSI files be
@@ -715,3 +715,8 @@
 # Realtek 8129/8139 Ethernet controllers
 attach re at pci
 file   dev/pci/if_re.c                 re
+
+# Intel PRO/Wireless 2100
+device ipw: ifnet, wlan
+attach ipw at pci
+file   dev/pci/if_ipw.c                ipw



Home | Main Index | Thread Index | Old Index