diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2007-05-04 14:02:05 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2007-05-04 14:02:05 +0000 |
commit | 8a0593b696257457be2d1e480907e814d07094f5 (patch) | |
tree | 48dc92302bda4e24d27544cd87b336bc462da066 | |
parent | 0736b6b3e86bbdab89f802c71f96d0f49e5b9500 (diff) |
bnx requires firmload
-rw-r--r-- | sys/dev/pci/files.pci | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/files.pci b/sys/dev/pci/files.pci index c2e91bf6117..51a5b5972ce 100644 --- a/sys/dev/pci/files.pci +++ b/sys/dev/pci/files.pci @@ -1,4 +1,4 @@ -# $OpenBSD: files.pci,v 1.231 2007/04/20 02:28:47 dlg Exp $ +# $OpenBSD: files.pci,v 1.232 2007/05/04 14:02:04 jsg Exp $ # $NetBSD: files.pci,v 1.20 1996/09/24 17:47:15 christos Exp $ # # Config file and device description for machine-independent PCI code. @@ -560,7 +560,7 @@ attach bge at pci file dev/pci/if_bge.c bge # Broadcom BCM570[68] gigabit ethernet -device bnx: ether, ifnet, mii, ifmedia, mii_phy +device bnx: ether, ifnet, mii, ifmedia, mii_phy, firmload attach bnx at pci file dev/pci/if_bnx.c bnx |