summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* kbdmux(4) keyboard multiplexer integrationemax2005-07-133-3/+25
* Don't try to probe ISA PnP devices for now until this driver can grow ajhb2005-07-131-0/+6
* Don't attach the non-PnP mss pcm(4) driver to acpi busses as ACPI onlyjhb2005-07-131-1/+0
* o Check to make sure the card has a function (panic if not) in read_ivar.imp2005-07-132-45/+65
* The supposed OLD STYLE network MAC id tuple was really just a buggyimp2005-07-132-14/+1
* Stop using OLDCARD shims. rename xe_pccard_match to xe_pccard_probeimp2005-07-132-100/+61
* Nitsimp2005-07-131-1/+0
* Comment out a few entries in the sn_pccard_products table untilimp2005-07-131-27/+40
* Add a couple of other products, tweak a few descriptions.imp2005-07-131-1/+5
* Commit firmware that the xilinx on the Ositech Seven of Diamonds and aimp2005-07-131-0/+382
* Correct a minor typo.delphij2005-07-111-1/+1
* remove local mods that snuck into rev 1.6sam2005-07-101-4/+1
* Massive overhaul of MPT Fusion driver:scottl2005-07-1021-2966/+7130
* - Declare lookup tables etc. const. [1]marius2005-07-101-68/+148
* - Declare lookup tables etc. const.marius2005-07-102-91/+170
* Add a missing mtx_destroy() in hme_pci_detach().marius2005-07-101-0/+1
* Switch from trying to allocate up to 8 register banks for the EBusmarius2005-07-101-19/+6
* Add a boatload of new device ids, gleaned from the pcmcia-cs-3.2.8imp2005-07-106-12/+74
* remove driver-private key allocators; use the default one insteadsam2005-07-103-36/+0
* sys/dev/hwpmc/hwpmc_{amd,piv,ppro}.c:jkoshy2005-07-095-34/+44
* Use m_length (m, NULL) instead of m->m_pkthdr.len.rik2005-07-093-3/+3
* Lost cx_mpsafenet check.rik2005-07-091-2/+3
* Lost t_oproc() callback assignment.rik2005-07-091-0/+1
* Lost CX_UNLOCK().rik2005-07-091-0/+4
* Protect from partially initialized channels.rik2005-07-093-0/+6
* Space & alignment nits.rik2005-07-093-21/+20
* Fix the build. The SMC_8020BT define doesn't exist yet.scottl2005-07-091-0/+2
* Noticed that NetBSD's sm driver has the PSION GOLDCARD listed, so listimp2005-07-091-3/+2
* oops ... forgot to declare sc in my previous commit. unbreak build.damien2005-07-081-0/+1
* fix allocation of rx dma buffers. buffers must be contiguous.damien2005-07-081-2/+2
* Make sure that all the necessary USB endpoints are found during devicedamien2005-07-082-2/+7
* ral_init() takes a struct ral_softc as parameter not a struct ifnet.damien2005-07-082-2/+2
* reclaim node reference when ieee80211_encap failssam2005-07-083-4/+13
* update ural idssam2005-07-082-2/+34
* reclaim mbuf when ieee80211_crypto_encap failssam2005-07-074-4/+12
* Fix ifnet fallout in if_ti.scottl2005-07-071-8/+7
* only invoke ath_rate_tx_complete to update rate control state when thesam2005-07-072-1/+5
* Add support for Farallon EtherMAC PC Card.imp2005-07-064-66/+65
* Add device entry for a Farallon EtherMac PC Card that I won on ebay. Thisimp2005-07-061-0/+1
* Add support for IODATA USB-RSAQ3 USB-Serial Adapter.hrs2005-07-032-0/+3
* - Update the CPU version check to recognize P4/EMT64 CPUs. [1]jkoshy2005-07-031-1/+1
* o Make ipw(4) more robust against frames received with a bad length.damien2005-07-031-3/+9
* o Add new ids for the Belkin F5D7050damien2005-07-031-3/+10
* Add another ural(4) device (Belkin F5D7050)damien2005-07-031-0/+1
* Upon relection, we shouldn't allow the tuple structs to be modified byimp2005-07-013-11/+7
* Fix another fallout from the ifnet change that assumed that a softcharti2005-07-016-9/+9
* Make a pass and cleanup the printfs from this driver.imp2005-07-013-21/+11
* Minor cleanup of ep driver and pccard attachment:imp2005-07-013-45/+68
* Use correct pointer type. This should fix non-functional re(4)yongari2005-07-011-1/+1
* Add a much-requested feature: The ability for pccard attachments toimp2005-07-014-8/+18
OpenPOWER on IntegriCloud