diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-10-20 12:50:49 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-10-20 12:50:49 +0000 |
commit | ff92c7f205e416ad32e9e331b2ca5ad0165b9b1d (patch) | |
tree | bba18c5456a92876ab041ee90650fcb15dfbe3c5 /sys/dev/pci/files.pci | |
parent | 666be00caca11319514942c23a3c0f48db4bb768 (diff) |
support for Intel 2100/2200BG/2915ABG wireless devices written by
damien.bergamini@free.fr. This gets imported even though there is no
firmware in the tree. This is a ridiculous situation: everything is
free, everything works, except Intel will not let us put a little
dinky firmware flat file into OpenBSD. So OpenBSD is ready for Intel
whenever they are.
Are you a consumer? Do you want to see this changed -- contact
jketreno@linux.intel.com and tell him how you feel about this. He is
likely someone who cannot do anything about it, though. If anyone can
work up or down the chain around his department and get me contact
information for various people, I will compile and later publish such
a list. Go do it people -- this is how things will change. Get me
email addresses and phone numbers.
Diffstat (limited to 'sys/dev/pci/files.pci')
-rw-r--r-- | sys/dev/pci/files.pci | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/sys/dev/pci/files.pci b/sys/dev/pci/files.pci index 6654c3b758d..845339842c7 100644 --- a/sys/dev/pci/files.pci +++ b/sys/dev/pci/files.pci @@ -1,4 +1,4 @@ -# $OpenBSD: files.pci,v 1.159 2004/09/16 09:14:02 mickey Exp $ +# $OpenBSD: files.pci,v 1.160 2004/10/20 12:50:48 deraadt 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. @@ -420,6 +420,16 @@ file dev/pci/if_wi_pci.c wi_pci attach an at pci with an_pci file dev/pci/if_an_pci.c an_pci +# Intel PRO/Wireless 2100 +device ipw: ifnet, wlan +attach ipw at pci +file dev/pci/if_ipw.c ipw + +# Intel PRO/Wireless 2200BG/2915ABG +device iwi: ifnet, wlan +attach iwi at pci +file dev/pci/if_iwi.c iwi + # C-Media CMI8x38 Audio Chip device cmpci: audio, auconv, mulaw attach cmpci at pci |