summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* Remove unused static declaration of ed_pccard_dl100xx(), which probablyrwatson2005-01-261-1/+0
* Respect the current setting of IFCAP_VLAN_HWTAGGING onyar2005-01-261-5/+18
* Disable use of hardware VLAN tagging and stripping in if_em in the defaultrwatson2005-01-261-1/+1
* Catchup to the iodata renamingimp2005-01-261-1/+1
* Kill stray debugging line not fully removedimp2005-01-261-1/+1
* Rework how we deal with the DL10019 and DL10022 cards (as well as theimp2005-01-261-35/+28
* Repair probe messages a bit. Previously, we'd print the ethernetimp2005-01-261-14/+17
* Turns out that Digital's DEPCM-BA and I-O Data PCLATE are both OEMimp2005-01-252-9/+9
* Use DIGITAL2 for DEPCM cardimp2005-01-251-1/+1
* Unbreak the Digital DEPCM-BA. Since it doesn't seem to have a properimp2005-01-251-1/+2
* - Add support for new chips, PL-2303X and PL-2303HX.akiyama2005-01-251-21/+159
* Remove dummy vendor id for DIGITAL now that we have the real one.phk2005-01-251-1/+0
* Minor whitespace cleanupimp2005-01-251-10/+16
* Add NEXTCOM NEXTHAWK ethernet card.imp2005-01-251-2/+6
* Remove obsolete comment from head this time. The RELENG_5 commit wasimp2005-01-251-6/+0
* Add MagicRAM PC Card Ethernet as ne2000 cloneimp2005-01-251-0/+1
* Fixup radiotap handling of FCS and QoS frames per discussion with David Young:sam2005-01-242-43/+16
* beacon handling fixups for adhoc mode:sam2005-01-241-12/+21
* switch to use bus_dmamap_load_mbuf_sgsam2005-01-241-25/+13
* o correct beacon interval calculation; the internal setting is in TU's not mssam2005-01-241-7/+4
* statically allocate the station/neighbor node table; the deferredsam2005-01-242-8/+6
* There have been a substantial number of changes to this file from theimp2005-01-241-1/+28
* Begin the first phase of trying to add IRP support (and ultimatelywpaul2005-01-241-2/+2
* Add an entry for Magic Ram, Inc's ETHERNET PC CARD 933926 card I justimp2005-01-241-0/+9
* Ignore the expected function number.imp2005-01-241-5/+0
* u_intXX_t -> uintXX_timp2005-01-242-15/+15
* Add support for the LSI 320-2E PCI-Express controller. Fix a couple of bugsscottl2005-01-234-8/+17
* Add my copyright for the locking and busdma work.scottl2005-01-231-0/+1
* Provide a needed argument to AT_MAKE_TAGID.scottl2005-01-231-1/+1
* Fix whitespacescottl2005-01-231-1/+1
* Add code to do better auto detection of tuner types etc.julian2005-01-233-53/+51
* Remember to snag firmware for the DELL OEM (6312) cardmjacob2005-01-231-0/+2
* Add some macros for inserting tag ids.mjacob2005-01-231-14/+52
* Macroize the making of tag ids.mjacob2005-01-231-2/+2
* Roll minor number.mjacob2005-01-231-1/+1
* Don't set ZIO for 23XX for target mode (use fast posting instead).mjacob2005-01-231-7/+37
* Support the DELL OEM 2312 cards (1077,6312).mjacob2005-01-231-1/+12
* Bring in support for SUGOI LAN GIGA NIC made by System TALKS, Inc fromimp2005-01-221-0/+3
* - Don't destroy UMA zone on error in mdcreate_malloc(), because we need itpjd2005-01-221-4/+1
* Add a couple of mtx_asserts() to try to narrow down the window onphk2005-01-221-0/+2
* we don't need the offset in the attr memory to get the ethernetimp2005-01-211-14/+12
* Remove prototype of undefined function so this compiles again.phk2005-01-211-2/+0
* Rework pccard attachment a little. Now both of my fe based ethernetimp2005-01-211-26/+22
* Some older PC Cards have a weird format for FUNCE tuples. They appearimp2005-01-212-2/+15
* Remove 6422, V100 and add the P600.ps2005-01-201-2/+1
* Don't print 'unknown id' in the ep_pccard_identify routine. It isimp2005-01-201-2/+1
* Remove now-stale commentimp2005-01-201-10/+2
* Only attach to network functions. This should be a nop since I'm notimp2005-01-201-0/+10
* Include necessary declarationsimp2005-01-201-0/+3
* Only match ethernet functions. I've not seen any multifunction cardsimp2005-01-201-0/+7
OpenPOWER on IntegriCloud