| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | - Use if_broadcastaddr from struct ifnet rather than relying on | mdodd | 2003-03-21 | 2 | -3/+3 |
* | Make sure to free the correct resources when the card fails to attach | silby | 2003-03-19 | 1 | -0/+8 |
* | Add support for Planex FNW-3800-TX(CardBus 100M/10M). | sanpei | 2003-03-18 | 2 | -1/+14 |
* | Instead of relying on a compile time define to determine whether the xl | silby | 2003-03-18 | 2 | -37/+34 |
* | Add pci id# for the sis648 | sos | 2003-03-13 | 1 | -0/+2 |
* | Fix bug introduced in 1.130. For the < MHLEN case, we should | bmilekic | 2003-03-04 | 1 | -1/+1 |
* | Gigacommit to improve device-driver source compatibility between | phk | 2003-03-03 | 4 | -52/+26 |
* | Spell noread() and nowrite() correctly (ie: not "NULL") | phk | 2003-03-02 | 1 | -2/+2 |
* | More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9). | des | 2003-03-02 | 1 | -6/+6 |
* | Use rman_get_start() to get start address of the resource. | nyan | 2003-02-26 | 1 | -2/+2 |
* | Cleanup of the d_mmap_t interface. | mux | 2003-02-25 | 3 | -6/+9 |
* | Remove support for running in SimOS. The support has rotted over | marcel | 2003-02-25 | 2 | -431/+0 |
* | Add support for Peppercon ROL-F Card. | dan | 2003-02-23 | 2 | -0/+10 |
* | Make xl use m_getcl() to allocate an mbuf and a cluster in one shot, | bmilekic | 2003-02-22 | 1 | -19/+5 |
* | Fix panic on sparc64 introduced in my last commit. I really | mux | 2003-02-19 | 1 | -5/+6 |