summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--distrib/notes/i386/hardware3
-rw-r--r--share/man/man4/bce.43
-rw-r--r--share/man/man4/bge.43
-rw-r--r--share/man/man4/man4.i386/intro.44
-rw-r--r--share/man/man4/pci.45
-rw-r--r--sys/arch/i386/conf/RAMDISK3
-rw-r--r--sys/arch/i386/conf/RAMDISKB3
-rw-r--r--sys/arch/i386/conf/RAMDISKC3
-rw-r--r--sys/arch/i386/conf/RAMDISK_CD3
9 files changed, 21 insertions, 9 deletions
diff --git a/distrib/notes/i386/hardware b/distrib/notes/i386/hardware
index 0d1571492a2..59afe1df45e 100644
--- a/distrib/notes/i386/hardware
+++ b/distrib/notes/i386/hardware
@@ -1,4 +1,4 @@
-dnl $OpenBSD: hardware,v 1.138 2003/12/17 17:29:23 jason Exp $
+dnl $OpenBSD: hardware,v 1.139 2004/02/14 20:11:51 andreas Exp $
OpenBSD/MACHINE OSREV works across a broad range of standard PC's and
clones, with a wide variety of processors and I/O bus architectures. It
can be expected to install and run with minimal difficulties on most
@@ -310,6 +310,7 @@ Supported hardware {:-include-:}:
ASIX 88140A/88141 PCI Ethernet adapters, including:
CNet Pro110B
Alfa Inc. GFC2204
+ Broadcom BCM4401 [A] [B] [C]
CATC USB-EL1210A-based USB adapters, including: [G]
CATC Netmate and Netmate II
Belkin F5U011/F5U111
diff --git a/share/man/man4/bce.4 b/share/man/man4/bce.4
index 17ae8eb6131..19c02bb3e02 100644
--- a/share/man/man4/bce.4
+++ b/share/man/man4/bce.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: bce.4,v 1.1 2004/02/13 23:24:29 andreas Exp $
+.\" $OpenBSD: bce.4,v 1.2 2004/02/14 20:11:51 andreas Exp $
.\" $NetBSD: bce.4,v 1.2 2003/10/05 11:58:36 wiz Exp $
.\"
.\" Copyright (c) 2003 The NetBSD Foundation, Inc.
@@ -133,6 +133,7 @@ An error occurred when writing a PHY register on the MII.
.Sh SEE ALSO
.Xr bge 4 ,
.Xr mii 4 ,
+.Xr pci 4 ,
.Xr ukphy 4
.Sh HISTORY
The
diff --git a/share/man/man4/bge.4 b/share/man/man4/bge.4
index bf78dbba741..3af21dbcae2 100644
--- a/share/man/man4/bge.4
+++ b/share/man/man4/bge.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: bge.4,v 1.12 2003/05/05 13:51:57 jmc Exp $
+.\" $OpenBSD: bge.4,v 1.13 2004/02/14 20:11:51 andreas Exp $
.\" Copyright (c) 2001 Wind River Systems
.\" Copyright (c) 1997, 1998, 1999, 2000, 2001
.\" Bill Paul <wpaul@windriver.com>. All rights reserved.
@@ -198,6 +198,7 @@ the network connection (cable).
.El
.Sh SEE ALSO
.Xr arp 4 ,
+.Xr bce 4 ,
.Xr brgphy 4 ,
.Xr ifmedia 4 ,
.Xr intro 4 ,
diff --git a/share/man/man4/man4.i386/intro.4 b/share/man/man4/man4.i386/intro.4
index f0e47c19831..9b7f19e2c45 100644
--- a/share/man/man4/man4.i386/intro.4
+++ b/share/man/man4/man4.i386/intro.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: intro.4,v 1.46 2003/08/12 19:03:05 jason Exp $
+.\" $OpenBSD: intro.4,v 1.47 2004/02/14 20:11:51 andreas Exp $
.\"
.\" Copyright (c) 1994 Christopher G. Demetriou
.\" All rights reserved.
@@ -135,6 +135,8 @@ VIA VT82C686A and VT8233 integrated AC'97 audio device.
BayStack 650 PCMCIA wireless network adapter.
.It Xr az 4
Aztech/PackardBell FM Radio card.
+.It Xr bce 4
+Broadcom BCM4401 Ethernet.
.It Xr bge 4
Broadcom BCM570x (Tigon3) Gigabit Ethernet boards.
.It Xr bha 4
diff --git a/share/man/man4/pci.4 b/share/man/man4/pci.4
index 86cea7d7e4b..21ef29dc2a0 100644
--- a/share/man/man4/pci.4
+++ b/share/man/man4/pci.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pci.4,v 1.83 2004/02/07 21:02:18 miod Exp $
+.\" $OpenBSD: pci.4,v 1.84 2004/02/14 20:11:51 andreas Exp $
.\" $NetBSD: pci.4,v 1.29 2000/04/01 00:32:23 tsarna Exp $
.\"
.\" Copyright (c) 2000 Theo de Raadt. All rights reserved.
@@ -172,6 +172,8 @@ controllers.
.Bl -tag -width 10n -offset ind -compact
.It Xr an 4
Aironet Communications 4500/4800 IEEE 802.11DS wireless network adapter.
+.It Xr bce 4
+Broadcom BCM4401 Ethernet.
.It Xr bge 4
Broadcom BCM570x PCI gigabit ethernet.
.It Xr dc 4
@@ -449,6 +451,7 @@ driver.
.Xr auich 4 ,
.Xr autri 4 ,
.Xr auvia 4 ,
+.Xr bce 4 ,
.Xr bge 4 ,
.Xr bha 4 ,
.Xr bktr 4 ,
diff --git a/sys/arch/i386/conf/RAMDISK b/sys/arch/i386/conf/RAMDISK
index 6ed44336c1e..5d8b6ddee72 100644
--- a/sys/arch/i386/conf/RAMDISK
+++ b/sys/arch/i386/conf/RAMDISK
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK,v 1.123 2003/12/23 03:15:11 mickey Exp $
+# $OpenBSD: RAMDISK,v 1.124 2004/02/14 20:11:51 andreas Exp $
machine i386 # architecture, used by config; REQUIRED
@@ -235,6 +235,7 @@ em* at pci? dev ? function ? # Intel Pro/1000 ethernet
#stge* at pci? dev ? function ? # Sundance TC9021 GigE
#lge* at pci? dev ? function ? # Level1 LXT1001 GigE
#hme* at pci? dev ? function ? # Sun Happy Meal
+#bce* at pci? dev ? function ? # Broadcom BCM4401
# Wireless network cards
wi* at pci? dev ? function ? # WaveLAN IEEE 802.11DS
diff --git a/sys/arch/i386/conf/RAMDISKB b/sys/arch/i386/conf/RAMDISKB
index f5e8b37bef0..f29b0c25343 100644
--- a/sys/arch/i386/conf/RAMDISKB
+++ b/sys/arch/i386/conf/RAMDISKB
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISKB,v 1.62 2003/09/02 16:52:34 deraadt Exp $
+# $OpenBSD: RAMDISKB,v 1.63 2004/02/14 20:11:51 andreas Exp $
machine i386 # architecture, used by config; REQUIRED
@@ -253,6 +253,7 @@ em* at pci? dev ? function ? # Intel Pro/1000 ethernet
#stge* at pci? dev ? function ? # Sundance TC9021 GigE
#lge* at pci? dev ? function ? # Level1 LXT1001 GigE
#hme* at pci? dev ? function ? # Sun Happy Meal
+#bce* at pci? dev ? function ? # Broadcom BCM4401
# Wireless network cards
wi* at pci? dev ? function ? # WaveLAN IEEE 802.11DS
diff --git a/sys/arch/i386/conf/RAMDISKC b/sys/arch/i386/conf/RAMDISKC
index b26e4dd598e..730a4ad3c62 100644
--- a/sys/arch/i386/conf/RAMDISKC
+++ b/sys/arch/i386/conf/RAMDISKC
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISKC,v 1.34 2003/08/08 19:38:45 deraadt Exp $
+# $OpenBSD: RAMDISKC,v 1.35 2004/02/14 20:11:51 andreas Exp $
machine i386 # architecture, used by config; REQUIRED
@@ -245,6 +245,7 @@ em* at pci? dev ? function ? # Intel Pro/1000 ethernet
#stge* at pci? dev ? function ? # Sundance TC9021 GigE
#lge* at pci? dev ? function ? # Level1 LXT1001 GigE
#hme* at pci? dev ? function ? # Sun Happy Meal
+#bce* at pci? dev ? function ? # Broadcom BCM4401
# Wireless network cards
wi* at pci? dev ? function ? # WaveLAN IEEE 802.11DS
diff --git a/sys/arch/i386/conf/RAMDISK_CD b/sys/arch/i386/conf/RAMDISK_CD
index 10b24ff9ec4..26bab249dc5 100644
--- a/sys/arch/i386/conf/RAMDISK_CD
+++ b/sys/arch/i386/conf/RAMDISK_CD
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK_CD,v 1.66 2004/01/04 00:29:50 deraadt Exp $
+# $OpenBSD: RAMDISK_CD,v 1.67 2004/02/14 20:11:51 andreas Exp $
machine i386 # architecture, used by config; REQUIRED
@@ -298,6 +298,7 @@ nge* at pci? dev ? function ? # NS DP83820/DP83821 GigE
bge* at pci? dev ? function ? # Broadcom BCM570x (aka Tigon3)
#lge* at pci? dev ? function ? # Level1 LXT1001 GigE
mtd* at pci? dev ? function ? # Myson MTD803
+bce* at pci? dev ? function ? # Broadcom BCM4401
# Wireless network cards
wi* at pci? dev ? function ? # WaveLAN IEEE 802.11DS