aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Convert the atomic_ptr() operations over to operating on uintptr_tJohn Baldwin2005-07-152-4/+8
* Use the new cis scanning code to look for the proper MAC address. TheWarner Losh2005-07-151-74/+44
* Fix a couple of leaking situations when errors happen.Warner Losh2005-07-151-0/+2
* Fix the xircom match routine. In it we were always return a matchWarner Losh2005-07-151-0/+3
* Don't wait for the printer to become ready before allowing the open toWarner Losh2005-07-151-23/+1
* s/_us//Warner Losh2005-07-151-1/+1
* Move to using tsleeps in the cardbus reset case as well. ThisWarner Losh2005-07-151-3/+7
* Add support for the DLink DMF650TX Ethernet+56k modem PC Card. ThisWarner Losh2005-07-151-6/+28
* Add real support for obtaining the silicom MAC address from theWarner Losh2005-07-151-34/+7
* Insert missing int i;Warner Losh2005-07-151-0/+1
* kbdmux(4) keyboard multiplexer integrationMaksim Yevmenkin2005-07-141-19/+24
* Omnibus power and interrupt fixes:Warner Losh2005-07-143-48/+76
* Also provide the function type in the nomatch routine.Warner Losh2005-07-141-4/+7
* kbdmux(4) keyboard multiplexer integrationMaksim Yevmenkin2005-07-141-0/+1314
* Check the vendor and device, not subvendor and subdevice, when looking forScott Long2005-07-141-2/+2
* Add SL811 based host controller driver for CF usb host controller.Takanori Watanabe2005-07-144-0/+2106
* Fix breakage introduced in rev 1.7.Joseph Koshy2005-07-141-1/+1
* Add device id for RATOC REX CFU1 sl811 based USB Host Controller.Takanori Watanabe2005-07-141-1/+2
* Prepare to commit SL811 based Host controller driver.Takanori Watanabe2005-07-141-0/+1
* kbdmux(4) keyboard multiplexer integrationMaksim Yevmenkin2005-07-133-3/+25
* Don't try to probe ISA PnP devices for now until this driver can grow aJohn Baldwin2005-07-131-0/+6
* Don't attach the non-PnP mss pcm(4) driver to acpi busses as ACPI onlyJohn Baldwin2005-07-131-1/+0
* o Check to make sure the card has a function (panic if not) in read_ivar.Warner Losh2005-07-132-45/+65
* The supposed OLD STYLE network MAC id tuple was really just a buggyWarner Losh2005-07-132-14/+1
* Stop using OLDCARD shims. rename xe_pccard_match to xe_pccard_probeWarner Losh2005-07-132-100/+61
* NitsWarner Losh2005-07-131-1/+0
* Comment out a few entries in the sn_pccard_products table untilWarner Losh2005-07-131-26/+39
* Add a couple of other products, tweak a few descriptions.Warner Losh2005-07-131-1/+5
* Commit firmware that the xilinx on the Ositech Seven of Diamonds and aWarner Losh2005-07-131-0/+382
* Correct a minor typo.Xin LI2005-07-111-1/+1
* remove local mods that snuck into rev 1.6Sam Leffler2005-07-101-4/+1
* Massive overhaul of MPT Fusion driver:Scott Long2005-07-1021-2955/+7119
* - Declare lookup tables etc. const. [1]Marius Strobl2005-07-101-68/+148
* - Declare lookup tables etc. const.Marius Strobl2005-07-102-91/+170
* Add a missing mtx_destroy() in hme_pci_detach().Marius Strobl2005-07-101-0/+1
* Switch from trying to allocate up to 8 register banks for the EBusMarius Strobl2005-07-101-19/+6
* Add a boatload of new device ids, gleaned from the pcmcia-cs-3.2.8Warner Losh2005-07-106-12/+74
* remove driver-private key allocators; use the default one insteadSam Leffler2005-07-103-36/+0
* sys/dev/hwpmc/hwpmc_{amd,piv,ppro}.c:Joseph Koshy2005-07-095-34/+44
* Use m_length (m, NULL) instead of m->m_pkthdr.len.Roman Kurakin2005-07-093-3/+3
* Lost cx_mpsafenet check.Roman Kurakin2005-07-091-2/+3
* Lost t_oproc() callback assignment.Roman Kurakin2005-07-091-0/+1
* Lost CX_UNLOCK().Roman Kurakin2005-07-091-0/+4
* Protect from partially initialized channels.Roman Kurakin2005-07-093-0/+6
* Space & alignment nits.Roman Kurakin2005-07-093-21/+20
* Fix the build. The SMC_8020BT define doesn't exist yet.Scott Long2005-07-091-0/+2
* Noticed that NetBSD's sm driver has the PSION GOLDCARD listed, so listWarner Losh2005-07-091-3/+2
* oops ... forgot to declare sc in my previous commit. unbreak build.Damien Bergamini2005-07-081-0/+1
* fix allocation of rx dma buffers. buffers must be contiguous.Damien Bergamini2005-07-081-2/+2
* Make sure that all the necessary USB endpoints are found during deviceDamien Bergamini2005-07-082-2/+7