summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
OpenPOWER on IntegriCloud