Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci Both iwi and ipw need arp.
details: https://anonhg.NetBSD.org/src/rev/e802668222e9
branches: trunk
changeset: 585136:e802668222e9
user: joerg <joerg%NetBSD.org@localhost>
date: Tue Oct 18 17:53:14 2005 +0000
description:
Both iwi and ipw need arp.
diffstat:
sys/dev/pci/files.pci | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r ee7ef912feb2 -r e802668222e9 sys/dev/pci/files.pci
--- a/sys/dev/pci/files.pci Tue Oct 18 11:31:12 2005 +0000
+++ b/sys/dev/pci/files.pci Tue Oct 18 17:53:14 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.pci,v 1.239 2005/09/28 13:06:49 kent Exp $
+# $NetBSD: files.pci,v 1.240 2005/10/18 17:53:14 joerg Exp $
#
# Config file and device description for machine-independent PCI code.
# Included by ports that need it. Requires that the SCSI files be
@@ -754,7 +754,7 @@
file dev/pci/if_re_pci.c re_pci
# Intel PRO/Wireless 2100
-device ipw: ifnet, wlan
+device ipw: ifnet, arp, wlan
attach ipw at pci
file dev/pci/if_ipw.c ipw
@@ -769,7 +769,7 @@
file dev/pci/if_xge.c xge
# Intel PRO/Wireless 2200BG/2915ABG
-device iwi: ifnet, wlan
+device iwi: ifnet, arp, wlan
attach iwi at pci
file dev/pci/if_iwi.c iwi
Home |
Main Index |
Thread Index |
Old Index