aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Add code to do better auto detection of tuner types etc.Julian Elischer2005-01-233-53/+51
* Remember to snag firmware for the DELL OEM (6312) cardMatt Jacob2005-01-231-0/+2
* Add some macros for inserting tag ids.Matt Jacob2005-01-231-14/+52
* Macroize the making of tag ids.Matt Jacob2005-01-231-2/+2
* Roll minor number.Matt Jacob2005-01-231-1/+1
* Don't set ZIO for 23XX for target mode (use fast posting instead).Matt Jacob2005-01-231-7/+37
* Support the DELL OEM 2312 cards (1077,6312).Matt Jacob2005-01-231-1/+12
* Bring in support for SUGOI LAN GIGA NIC made by System TALKS, Inc fromWarner Losh2005-01-221-0/+3
* - Don't destroy UMA zone on error in mdcreate_malloc(), because we need itPawel Jakub Dawidek2005-01-221-4/+1
* Add a couple of mtx_asserts() to try to narrow down the window onPoul-Henning Kamp2005-01-221-0/+2
* we don't need the offset in the attr memory to get the ethernetWarner Losh2005-01-211-14/+12
* Remove prototype of undefined function so this compiles again.Poul-Henning Kamp2005-01-211-2/+0
* Rework pccard attachment a little. Now both of my fe based ethernetWarner Losh2005-01-211-26/+22
* Some older PC Cards have a weird format for FUNCE tuples. They appearWarner Losh2005-01-212-2/+15
* Remove 6422, V100 and add the P600.Paul Saab2005-01-201-2/+1
* Don't print 'unknown id' in the ep_pccard_identify routine. It isWarner Losh2005-01-201-2/+1
* Remove now-stale commentWarner Losh2005-01-201-10/+2
* Only attach to network functions. This should be a nop since I'm notWarner Losh2005-01-201-0/+10
* Include necessary declarationsWarner Losh2005-01-201-0/+3
* Only match ethernet functions. I've not seen any multifunction cardsWarner Losh2005-01-201-0/+7
* Only attach to network functions. I'm not aware of any multifunctionWarner Losh2005-01-201-0/+10
* Only attach to network functions (unlikely to matter since I'm notWarner Losh2005-01-201-0/+10
* u_intXX_t -> uintXX_t while I'm here.Warner Losh2005-01-206-33/+33
* Only attach to network functions.Warner Losh2005-01-202-0/+20
* u_intXX_t -> uintXX_tWarner Losh2005-01-201-9/+9
* Use Intersil chip names for the symbols, since many makers use theWarner Losh2005-01-202-5/+6
* Add support for SENAO SL-2511CDWarner Losh2005-01-201-1/+2
* Minor tweaks to properly order things.Warner Losh2005-01-201-4/+4
* Mask off the upper bits of the resource before using it as an indexWarner Losh2005-01-201-3/+10
* Add device description for the Dell Remote Access Card (DRAC) III and IVBruce M Simpson2005-01-201-0/+9
* Minor nitWarner Losh2005-01-201-1/+0
* Although USBVERBOSE was an option in the config system, usb_subr.c failedWarner Losh2005-01-202-2/+2
* Fix spelling errorWarner Losh2005-01-191-1/+1
* Update support for 795x parts:Sam Leffler2005-01-193-6/+145
* Fix USB serial device stalled after tcflush() was called.Shunsuke Akiyama2005-01-191-1/+5
* MFp4: overhaul of resource allocationWarner Losh2005-01-194-157/+133
* MFp4: u_intXX_t to uintXX_t.Warner Losh2005-01-193-23/+23
* Simplify aha resource management, and fix a few bugs in unwindingWarner Losh2005-01-193-74/+51
* Call wi_free after we turn off the interrupts. If we call it before,Warner Losh2005-01-191-2/+2
* Don't create new-bus resources for ACPI extended IRQ resources that areJohn Baldwin2005-01-181-1/+5
* For the sake of consistency, look up link devices relative to the rootJohn Baldwin2005-01-181-2/+1
* - Add support for link devices where _CRS just outright fails to execute.John Baldwin2005-01-181-28/+147
* adjust tx buffer allocation based on empirical testing:Sam Leffler2005-01-181-3/+3
* add missing statisticSam Leffler2005-01-181-2/+4
* disable interrupts when transitioning to INIT state so we don't rx framesSam Leffler2005-01-181-1/+4
* replace hand-rolled code to compact an mbuf chain with m_defrag; this isSam Leffler2005-01-181-17/+4
* setup the beacon xmit queue to not interrupt; we don't use them andSam Leffler2005-01-181-1/+18
* better led blinkingSam Leffler2005-01-182-48/+170
* add paren's so we can supply a|b as a debug maskSam Leffler2005-01-181-2/+2
* o disable pci retry timeout to avoid problems when operating in C3 stateSam Leffler2005-01-181-29/+32