diff options
| author | cube <cube@NetBSD.org> | 2006-08-10 12:22:25 +0000 |
|---|---|---|
| committer | cube <cube@NetBSD.org> | 2006-08-10 12:22:25 +0000 |
| commit | 9979ca290beb2e8ad6689c0665b0b889bb652c4b (patch) | |
| tree | 0abf1fa5e851e80644709e2ad1c7b4948b785c4f /sys/dev | |
| parent | 85f4c6eabfd206f9af0048dd804fdee12367f206 (diff) | |
iwi now needs firmload [hi nick!]
Diffstat (limited to 'sys/dev')
| -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 66be04374dd..fbd48609bbc 100644 --- a/sys/dev/pci/files.pci +++ b/sys/dev/pci/files.pci @@ -1,4 +1,4 @@ -# $NetBSD: files.pci,v 1.262 2006/08/02 11:26:16 jmcneill Exp $ +# $NetBSD: files.pci,v 1.263 2006/08/10 12:22:25 cube Exp $ # # Config file and device description for machine-independent PCI code. # Included by ports that need it. Requires that the SCSI files be @@ -804,7 +804,7 @@ attach xge at pci file dev/pci/if_xge.c xge # Intel PRO/Wireless 2200BG/2915ABG -device iwi: ifnet, arp, wlan +device iwi: ifnet, arp, wlan, firmload attach iwi at pci file dev/pci/if_iwi.c iwi |
