summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* Only attach to network functions. I'm not aware of any multifunctionimp2005-01-201-0/+10
* Only attach to network functions (unlikely to matter since I'm notimp2005-01-201-0/+10
* u_intXX_t -> uintXX_t while I'm here.imp2005-01-206-33/+33
* Only attach to network functions.imp2005-01-202-0/+20
* u_intXX_t -> uintXX_timp2005-01-201-9/+9
* Use Intersil chip names for the symbols, since many makers use theimp2005-01-202-5/+6
* Add support for SENAO SL-2511CDimp2005-01-201-1/+2
* Minor tweaks to properly order things.imp2005-01-201-4/+4
* Mask off the upper bits of the resource before using it as an indeximp2005-01-201-3/+10
* Add device description for the Dell Remote Access Card (DRAC) III and IVbms2005-01-201-0/+9
* Minor nitimp2005-01-201-1/+0
* Although USBVERBOSE was an option in the config system, usb_subr.c failedimp2005-01-202-2/+2
* Fix spelling errorimp2005-01-191-1/+1
* Update support for 795x parts:sam2005-01-193-6/+145
* Fix USB serial device stalled after tcflush() was called.akiyama2005-01-191-1/+5
* MFp4: overhaul of resource allocationimp2005-01-194-158/+134
* MFp4: u_intXX_t to uintXX_t.imp2005-01-193-23/+23
* Simplify aha resource management, and fix a few bugs in unwindingimp2005-01-193-74/+51
* Call wi_free after we turn off the interrupts. If we call it before,imp2005-01-191-2/+2
* Don't create new-bus resources for ACPI extended IRQ resources that arejhb2005-01-181-1/+5
* For the sake of consistency, look up link devices relative to the rootjhb2005-01-181-2/+1
* - Add support for link devices where _CRS just outright fails to execute.jhb2005-01-181-28/+147
* adjust tx buffer allocation based on empirical testing:sam2005-01-181-3/+3
* add missing statisticsam2005-01-181-2/+4
* disable interrupts when transitioning to INIT state so we don't rx framessam2005-01-181-1/+4
* replace hand-rolled code to compact an mbuf chain with m_defrag; this issam2005-01-181-17/+4
* setup the beacon xmit queue to not interrupt; we don't use them andsam2005-01-181-1/+18
* better led blinkingsam2005-01-182-48/+170
* add paren's so we can supply a|b as a debug masksam2005-01-181-2/+2
* o disable pci retry timeout to avoid problems when operating in C3 statesam2005-01-181-29/+32
* Go ahead and match on CIS3 and CIS4 strings as well. These are NULLimp2005-01-171-1/+14
* Lock the AMR driver:scottl2005-01-165-106/+120
* Fix kernel builds with INVARIANTS.obrien2005-01-161-1/+1
* Use bus_dmamap_load_mbuf_sg() for loading rx buffers.scottl2005-01-151-19/+7
* Convert if_em to the new bus_dmamap_load_sg() interface. The old callbackscottl2005-01-152-39/+22
* Use the standard FreeBSD licenseimp2005-01-135-37/+25
* Use the standard FreeBSD license for these files.imp2005-01-134-28/+22
* MFp4:imp2005-01-113-1/+6
* Revert part of last commit that was unintentionalimp2005-01-111-1/+1
* Add a few cards from NetBSD. They don't work yet, since the code toimp2005-01-111-8/+10
* Use the standard FreeBSD licenseimp2005-01-1111-95/+81
OpenPOWER on IntegriCloud