summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Add some safeguards to AIOSFMT:des2005-10-301-2/+8
* MFp4: When doing lazy allocation, it turns out that we need to record theimp2005-10-291-0/+3
* Use symbolic name rather thanhard coding the cap pointer offset forimp2005-10-292-1/+2
* Add Billionton LNA-100B variation that Alan reported in arch. [1]imp2005-10-291-1/+3
* Add Global Village lan modem.imp2005-10-291-2/+6
* Shutdown a little better by commenting the shutdown code and acknowledgingimp2005-10-291-4/+9
* Shut down the card bus bridge hardware on detach. Before we'd justimp2005-10-291-6/+14
* Remove call to txp_set_filter() from txp_attach(). txp_set_filter() needswpaul2005-10-291-2/+0
* Add an ioctl framework for doing FC task management functions frommjacob2005-10-294-1/+73
* Fix ndis_getstate_80211() so that it properly reports the authmodewpaul2005-10-291-32/+77
* Return the right format (LBA/MSF) in TOC entries.sos2005-10-281-5/+7
* In uart_bus_probe() return BUS_PROBE_DEFAULT when the probe ismarcel2005-10-281-1/+1
* o Style(9) nitsmarcel2005-10-281-10/+9
* Allow uart_bus_probe() to return the predefined BUS_PROBE_*marcel2005-10-281-3/+1
* Cardbus has only 1 slot, so simplify a little.imp2005-10-282-44/+37
* Add PCIM_BIOS_ADDR_MASK tooimp2005-10-281-0/+1
* Some cardbus CIS definitions moved here since they are PCI registers.imp2005-10-281-1/+12
* Minor style(9) nitage.imp2005-10-281-4/+2
* Eliminate even more duplication, and move some definitions into pcireg.himp2005-10-282-45/+19
* Remove now redundant defines.imp2005-10-281-6/+0
* Simplify code a little, prefer PCI?_FOO registers where possible.imp2005-10-281-15/+9
* Use PCIR_BARS rather than CARDBUS_BASE0_REGimp2005-10-281-2/+3
* - 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
OpenPOWER on IntegriCloud