summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Detach the children before we delete them. This is a little cleanerimp2006-02-071-10/+18
* Since em(4) taskqueue is a new network context, we need to conditionallyglebius2006-02-071-1/+2
* Unbreak DMA dumo on Intel 31224.sos2006-02-061-1/+1
* Convert NULL checks into KASSERT (and move them before the firstnetchild2006-02-052-28/+31
* A pointer was checked for NULL after dereferencing it. The check is notnetchild2006-02-051-4/+4
* Fix memory leak in some failure cases.netchild2006-02-051-2/+6
* Squash a couple more invalid long casts.scottl2006-02-051-2/+2
* - Add support for using LOM (Lights Out Management) and RSC (Remote Systemmarius2006-02-042-13/+33
* Silence the strict-alias warnings. Make a trip through (void *) whenimp2006-02-041-16/+16
* Type of overrun_buf doesn't matter to this code, but does to gcc.imp2006-02-042-4/+4
* Use void * for pointer rather than u_int8_t *, since it doesn'timp2006-02-041-5/+4
* Now that TUNABLE_ULONG is in the tree, and has been for a while, use it.imp2006-02-041-3/+3
* Don't type pun accidentally. Instead, be explicit that we're typeimp2006-02-041-6/+8
* When ndis_attach() runs, it has to very briefly initialize the cardwpaul2006-02-041-14/+34
* Squash another use of vtophys. Instead of creating separate busdma objectsscottl2006-02-041-39/+42
* Now that the em driver no longer needs to directly touch the scheduler, remov...scottl2006-02-041-3/+0
* Add the start of busdma infrastructure to this driver. Convert thescottl2006-02-041-10/+111
* Actually, no, I had it wrong in 1.109. The arguments to bus_dma_create_tagmjacob2006-02-042-14/+4
* Now that the U32 type is a really 32-bits wide, eliminate a bunch of otherscottl2006-02-041-7/+7
* Fix mismerge after last cvs update for the IFQ_DRV_DEQUEUE changes.imp2006-02-041-4/+4
* Remove ifdef notyet SIOCGHWADDR vestige.imp2006-02-041-7/+0
* Remove ifdef notdef SIOCHWADDR vestige.imp2006-02-041-6/+0
* Remove ifdef notyet for SIOCGHWADDRimp2006-02-041-19/+7
* Give correct definitions to some basic types.scottl2006-02-041-2/+2
* Fix a possible memory leak in asr_attach.scottl2006-02-041-5/+12
* i386/PAE defines bus_size_t to be 32-bits when it likely should be 64-bits.scottl2006-02-041-2/+5
* Fix compilation with -Wundef (NBPF is undefined on FreeBSD >4).ru2006-02-031-1/+4
* - Don't shift the clock frequency in MHz left by 8 before assigning itmarius2006-02-031-11/+7
* If the device has a PNPID, don't bother to attach. There were someimp2006-02-021-2/+5
* Remove use of inlines and use the functions as a library.mjacob2006-02-026-301/+312
* Enable 64bit SGL's on PERC 4/DCps2006-02-021-1/+1
* - Move the command setup from amr_start1 into the card specific submitps2006-02-022-61/+60
* Enable 'complete' rx checksum offloading (i.e. let chip calculate checksumsoleg2006-02-021-2/+3
* Make sure we don't pick up a loopid that's larger than ourmjacob2006-02-021-3/+12
* Don't add an agp child in vgapci's attach routine if the PCIY_AGPjhb2006-02-012-7/+10
* Optimize bge_rxeof() & bge_txeof(): return immediately if there are no packetsoleg2006-02-011-4/+10
* Since bge_rxeof() & bge_txeof() depends on status block data it should beoleg2006-02-011-14/+16
* 1) Fix link state detection for cards operating in TBI mode (fiber ones)oleg2006-02-012-25/+31
* Setting IFF_ALLMULTI on a running interface didn't call bge_setmulti()ru2006-02-011-1/+4
* ADDON is registered as 0x0d7d, not PNY. Don't confuse the two as weimp2006-01-312-14/+24
* Add le(4), a driver for AMD Am7900 LANCE and Am79C9xx PCnet NICs portedmarius2006-01-3111-0/+4374
* make sure that the start and end preloaded MFS markers areluigi2006-01-311-4/+14
* Fix forward variable declaration.rik2006-01-301-61/+68
* - Add a scsi_da.c and a umass.c quirk for Genesys 6-in-1 Card Reader.flz2006-01-302-0/+5
* This driver can do hardware VLAN tagging + checksum offloading.glebius2006-01-302-3/+5
* Add support for Asus A4D laptops. Currently without display switchingphilip2006-01-291-0/+12
* Add support for Asus A6VM laptops.philip2006-01-291-0/+12
* Allow non-P laptops to make use of this module.philip2006-01-291-81/+233
* Fix some potential NULL pointer dereferences.netchild2006-01-291-27/+59
* Adjust tx power based on user preferences.damien2006-01-291-0/+3
OpenPOWER on IntegriCloud