| Commit message (Expand) | Author | Age | Files | Lines |
* | Change a : | mux | 2003-06-01 | 1 | -1/+1 |
* | - Style(9) fixes, most notably : | mux | 2003-06-01 | 1 | -535/+365 |
* | Remove unused variable. | phk | 2003-05-31 | 1 | -2/+1 |
* | Remove unused variables. | phk | 2003-05-31 | 1 | -5/+0 |
* | Remove break after return; | phk | 2003-05-31 | 1 | -2/+0 |
* | Remove break after return | phk | 2003-05-31 | 1 | -5/+0 |
* | Remove unused variables. | phk | 2003-05-31 | 2 | -11/+0 |
* | Remove now unused pointer to etherheader. | phk | 2003-05-31 | 1 | -2/+0 |
* | Remove unused variable. | phk | 2003-05-31 | 1 | -2/+0 |
* | Move some FALLTHROUGH comments so they work. | phk | 2003-05-31 | 2 | -7/+6 |
* | Fix support for 256 MB aperture sizes on chipsets such as the 845 and | jhb | 2003-05-27 | 1 | -5/+16 |
* | Grr, fix compile. The bane of trying to split out patches into two | jhb | 2003-05-27 | 1 | -0/+1 |
* | Add support for the Intel 865 chipset. | jhb | 2003-05-27 | 2 | -3/+10 |
* | Only use a SIA/SYM media info block if no MII block is detected. | mbr | 2003-05-15 | 1 | -2/+26 |
* | Add support for 3Com OfficeConnect 10/100B. | mbr | 2003-05-12 | 2 | -0/+14 |
* | Don't call timeout() in sis_tick(), this is done earlier by mii_tick(), and it | cognet | 2003-05-06 | 1 | -4/+0 |
* | Define a link layer MIB for ATM. Most fields of this MIB are needed by | harti | 2003-05-05 | 1 | -16/+16 |
* | Use only a 64bit hash filter table for ADM-Centaur cards like the | mbr | 2003-05-01 | 1 | -1/+5 |
* | Add module data and version to the atm_subr and reference this info from the | harti | 2003-04-29 | 1 | -2/+5 |
* | Convert the midway driver to use busdma. Except for this conversion the | harti | 2003-04-25 | 1 | -290/+283 |
* | Use newly minted device_is_attached rather than device_is_alive to see | imp | 2003-04-21 | 12 | -12/+12 |
* | Explicitly declare 'int' parameters. | obrien | 2003-04-21 | 1 | -0/+2 |
* | Add support for Planex FNW-3602-T(CardBus 100M/10M). | sanpei | 2003-04-18 | 2 | -0/+12 |
* | Revise attach/detach resource cleanup | njl | 2003-04-17 | 12 | -58/+173 |
* | Revert part of revision 1.97 by calling dc_stop() unconditionally | iedowse | 2003-04-17 | 1 | -2/+1 |
* | Remove another unused variable. | jhb | 2003-04-16 | 1 | -1/+0 |
* | Remove an unused variable so this compiles again. | jhb | 2003-04-16 | 1 | -1/+0 |
* | Remove some code that managed to escape from my local repository. | mdodd | 2003-04-16 | 1 | -6/+0 |
* | - Remove a block of code I missed in the previous commit. | mdodd | 2003-04-16 | 1 | -6/+2 |
* | - Don't call pci_enable_io() in drivers (unless needed for resume). | mdodd | 2003-04-16 | 12 | -186/+5 |
* | - Express hard dependencies on bus (pci, isa, pccard) and | mdodd | 2003-04-15 | 26 | -18/+61 |
* | Rework the rl_encap failure case. Previously, we would stuff the | silby | 2003-04-15 | 1 | -3/+3 |
* | Correct maxsize/maxsegsz parameters to bus_dma_tag_create(). | mux | 2003-04-09 | 1 | -6/+4 |
* | Fix if_vr's handling of vr_encap failures. 3 parts: | silby | 2003-04-09 | 1 | -10/+9 |
* | Quick fix so that the watchdog timer is not set unless packets are | silby | 2003-04-08 | 1 | -4/+5 |
* | Fix up callers of xl_encap so that they handle a failure response | silby | 2003-04-08 | 1 | -3/+10 |
* | Fix typo. | murray | 2003-04-07 | 1 | -1/+1 |
* | Use bus_dmamap_load_mbuf() instead of bus_dmamap_load() for the | mux | 2003-04-05 | 1 | -2/+21 |
* | Use __FBSDID rather than rcsid[]. | obrien | 2003-04-03 | 10 | -67/+30 |
* | Fix KASSERT syntax error. | phk | 2003-04-01 | 1 | -1/+1 |
* | Fix KASSERT syntax errors. | phk | 2003-04-01 | 1 | -2/+2 |
* | Add missing ()'s so that these drivers all compile again. | jhb | 2003-03-31 | 10 | -10/+10 |
* | If we fail to find our PCI ID in attach (this should never happen), then | jhb | 2003-03-31 | 1 | -2/+1 |
* | Clean up locking and resource management for pci/if_* | njl | 2003-03-31 | 12 | -583/+533 |
* | Switch rl_encap over to using m_defrag. | silby | 2003-03-30 | 1 | -11/+1 |
* | Switch vr_encap over to using m_defrag instead of its own version | silby | 2003-03-29 | 1 | -14/+2 |
* | Update if_dc to use m_defrag, removing the semi-duplicate dc_coal | silby | 2003-03-29 | 1 | -35/+30 |
* | Have sis_encap use m_defrag if: | silby | 2003-03-29 | 1 | -1/+25 |
* | Fix up the long mbuf chain recovery code to use m_defrag; the old | silby | 2003-03-29 | 1 | -19/+8 |
* | - Add vm_paddr_t, a physical address type. This is required for systems | jake | 2003-03-25 | 3 | -3/+3 |