summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Minor commentary correctionimp2005-10-171-3/+3
* Check against 8019 rather than 8029 for reading in the MAC addr sinceimp2005-10-171-1/+1
* Make ttyconsolemode() call ttsetwater() so that drivers don't have to.phk2005-10-163-3/+0
* we know it is called rpclose() so call it directly.phk2005-10-161-1/+1
* Eliminate two unused arguments to ttycreate().phk2005-10-1612-13/+12
* The BCM5401 dspcode load on media changes also appliesgrehan2005-10-161-0/+2
* Mempage should be 1024 not 4096. This fixes the multiple 16-bit cardsimp2005-10-161-1/+1
* Only allow the sk(4) driver to attach to revision 2 of the LinkSys EG1032jhb2005-10-143-0/+29
* Remove the sx(4) driver at the request of the author. The authorjhb2005-10-147-2525/+0
* Fix a regression that prevented PERC3 hardware from working. Apparently theyscottl2005-10-142-29/+47
* Change I-O data WB-B11/CFZ entry to ELSA XI330 as the former is aimp2005-10-141-1/+1
* Add ELSA XI330 product. This is rebadged and sold as SMC 2532W-B andimp2005-10-141-0/+2
* From the PR:glebius2005-10-141-14/+14
* Cleanup from __FreeBSD_version.glebius2005-10-141-73/+2
* MFP4: Minor tweaks.imp2005-10-141-1/+5
* Merge in WIP from p4 for supporting ISA pccard bridges conforming toimp2005-10-141-17/+43
* If we can't probe the RTL80x9 for some reason, fall back to probing itimp2005-10-131-3/+10
* o Fix probing of rtl80x9 parts. We shouldn't be callingimp2005-10-131-5/+6
* In detach method, move if_free() after bus_teardown_intr().ru2005-10-133-6/+8
* Minor tweaks and fixups:jhb2005-10-132-69/+61
* Minor cleanups, no functional changessos2005-10-131-17/+2
* Add support for the ATI IXP[234]00 series chipsets.sos2005-10-124-1/+126
* Mark sk(4) as capable of handling extended VLAN frames. NICsyar2005-10-111-0/+6
* Fix build: remove stale KASSERT() for mutex that no longer exists.wpaul2005-10-111-2/+0
* Fix typo.glebius2005-10-111-2/+1
* IDs for generic card, airvast wm_100, i-o data wn-b11/cfzimp2005-10-111-1/+5
* Buffalo LPC4/CLX IDimp2005-10-111-0/+1
* New OEM generic card. "10/100 Fast Ethernet PC Card". It has aimp2005-10-111-0/+1
* Fix a missing set of lock operations.scottl2005-10-101-0/+3
* Correct the former patch to the way it would have looked after review.sos2005-10-101-13/+13
* Properly react to allocation failures.sos2005-10-101-6/+11
* Grrr. Add one more missing NDIS_UNLOCK().wpaul2005-10-101-1/+3
* Add missing NDIS_UNLOCK() in one of the failure cases in SIOCGPRIVATE_0.wpaul2005-10-101-1/+3
* This commit makes a big round of updates and fixes many, many things.wpaul2005-10-102-483/+849
* Bug fix initialization on multi-core HTT CPUs.jkoshy2005-10-101-46/+59
* When breaking up a large request into smaller ones for the strategypeadar2005-10-091-1/+7
* Ue a better msleep identifier. Fix some whitespace.scottl2005-10-081-5/+5
* aac_intr0 rotted long ago, remove it.scottl2005-10-081-14/+0
* Mega Update to the aac driver to support a whole new family of cards andscottl2005-10-086-171/+799
* MFP4: More removal of unused stuff.imp2005-10-082-2/+0
* MFP4: Changes to hopefully make the new power code work betterimp2005-10-081-3/+3
* MFP4: We no longer use intr_handlers, so remove it.imp2005-10-082-4/+0
* MFP4: Note why we do the dance we do for waiting for the thread to die.imp2005-10-081-0/+8
* Remove a couple of explicit memset(0) ops that were zeroing past the end ofscottl2005-10-081-4/+2
* Fixes my previous commit (rev 1.20)damien2005-10-071-3/+3
* o Use firmware extended scan command; this one doesn't crash when scanningdamien2005-10-062-21/+29
* Make sure that the worker thread knows the type early enough tophk2005-10-061-6/+5
* Fix another edge case I just noticed when committing the previous changes:jhb2005-10-062-0/+6
* Rototill vx(4), add locking, and mark MPSAFE:jhb2005-10-064-233/+287
* Add support for setting the SG list segment size.sos2005-10-063-11/+19
OpenPOWER on IntegriCloud