Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/sys/dev/pci Pull up revision 1.194 (requested by mrg in...
details: https://anonhg.NetBSD.org/src/rev/2c040b9570be
branches: netbsd-1-6
changeset: 530818:2c040b9570be
user: tron <tron%NetBSD.org@localhost>
date: Sun Oct 05 11:47:07 2003 +0000
description:
Pull up revision 1.194 (requested by mrg in ticket #1486):
add new driver for broadcom BCM4401 chipset (as seen on recent dell
laptops) written by Cliff Wright <cliff%snipe444.org@localhost> and tested by
yours truly.
XXX: missing mcast filter support.
thanks cliff!
diffstat:
sys/dev/pci/files.pci | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 5b595fec1637 -r 2c040b9570be sys/dev/pci/files.pci
--- a/sys/dev/pci/files.pci Sun Oct 05 09:18:28 2003 +0000
+++ b/sys/dev/pci/files.pci Sun Oct 05 11:47:07 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.pci,v 1.173.2.2 2003/01/28 06:21:23 jmc Exp $
+# $NetBSD: files.pci,v 1.173.2.3 2003/10/05 11:47:07 tron Exp $
#
# Config file and device description for machine-independent PCI code.
# Included by ports that need it. Requires that the SCSI files be
@@ -561,3 +561,8 @@
# Game adapter (joystick)
attach joy at pci with joy_pci
file dev/pci/joy_pci.c joy_pci
+
+# Broadcom 4401 10/100 Ethernet
+device bce: ether, ifnet, arp, mii
+attach bce at pci
+file dev/pci/if_bce.c bce
Home |
Main Index |
Thread Index |
Old Index