summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* - Use if_printf() and device_printf() and remove vr_unit from the softc.jhb2005-10-272-53/+44
* - Add locking and mark MPSAFE. The driver had a mutex in the softc andjhb2005-10-272-62/+86
* Drop the driver lock around atm_input() analogous to all the ethernetjhb2005-10-271-0/+2
* Enclose the delayed attach in Giant so we dont loose the race with othersos2005-10-271-6/+10
* Clear pending_txs when not "RUNNING".obrien2005-10-271-0/+1
* - Use swi_remove() to teardown swi handlers rather thanjhb2005-10-265-6/+6
* Catch up with new interrupt handling code.ru2005-10-264-7/+7
* Remove PCI IDs for multiport cards:marcel2005-10-261-10/+15
* Catch up with interrupt-thread changes.grehan2005-10-251-1/+1
* If we're trying to use C2/3 and reads from the register are returningnjl2005-10-251-3/+24
* Reorganize the interrupt handling code a bit to make a few things cleanerjhb2005-10-253-5/+5
* Correct some __FreeBSD_version conditionals to use version bumps closerwpaul2005-10-252-12/+27
* Add a 1 microsecond delay in pci_add_children(), right before the readwpaul2005-10-251-0/+1
* - Convert hme(4) to use TX side bus_dmamap_load_mbuf_sg(9).yongari2005-10-253-143/+136
* Preliminary support for Xircom Credit Card Adapter. Not to beimp2005-10-251-13/+55
* Invert the check logic. No functional change, but I prefer this version.njl2005-10-241-4/+2
* Do not allow ndis_ticktask() to run after ndis_halt_nic() has been called.wpaul2005-10-241-0/+11
* If no AC line devices are found, go ahead and notify devd that the systemnjl2005-10-241-0/+18
* Add prototype to be consistent.njl2005-10-231-0/+1
* Typo.glebius2005-10-231-1/+1
* Add a hack to get around PCI link devices that report "present" but notnjl2005-10-231-1/+6
* Import ACPI smart battery support. Newer systems (Acer, mostly) do notnjl2005-10-232-0/+687
* Cleanups and support code for importing smart battery support.njl2005-10-232-30/+124
* Introduce polling(4) capability for bge(4).glebius2005-10-222-2/+113
* Add missing softcimp2005-10-221-0/+1
* Turns out that we're asking for the MAC address at a bad time in theimp2005-10-221-4/+3
* In the ISA case, we call ed_probe_WD80x3 before we callimp2005-10-221-3/+3
* Replace FreeBSD 3.x syntax (controller miibus0) with 4.x syntaximp2005-10-2212-12/+12
* The controller -> device switch happened in 4.0, fix commentimp2005-10-221-1/+1
* Some more minor cleanups of em(4) driver:glebius2005-10-202-36/+10
* Revamp interrupt handling in em(4) driver:glebius2005-10-203-39/+39
* In the em_process_receive_interrupts() cycle check the IFF_DRV_RUNNINGglebius2005-10-191-1/+3
* Correct the size used to allocate ndis_txarray. It should bewpaul2005-10-191-1/+1
* Set the name of the chipset foundimp2005-10-191-3/+3
* Make sure we set bst and bsh in the softc.imp2005-10-191-0/+2
* Fix vchan speed for hardware with discrete (non-continuous)ariff2005-10-181-6/+24
* Added missing comma. This fixes compilation if we need to enableariff2005-10-181-1/+1
* Another round of cleanups and fixes:wpaul2005-10-182-16/+103
* Spotted a call to a cdev-related function not wrappedyar2005-10-181-0/+2
* Remove dc-only pseudo phy devices after repo copy to dev/dcimp2005-10-182-719/+0
* Make dc compile after repo-copy.imp2005-10-183-5/+6
* - Use BUS_DMASYNC_PREWRITE in em_get_buf(), as the adapter is about to readcognet2005-10-181-3/+4
* 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
OpenPOWER on IntegriCloud