| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace if_fxp's handrolled defrag function with m_defrag. | silby | 2003-06-02 | 1 | -14/+3 |
* | Always set the hardware parse bit in the IPCB structure when this | truckman | 2003-05-25 | 1 | -6/+43 |
* | Add a tunable/sysctl "hw.fxp_noflow" which disables flow control support | rwatson | 2003-05-16 | 1 | -1/+5 |
* | GCC 3.3 complains about anonymous structures in unions, so | mux | 2003-05-14 | 1 | -7/+7 |
* | Fix the unaligned access problems that some people saw on alpha | mux | 2003-05-12 | 1 | -1/+1 |
* | Fix tpyo in last commit. | imp | 2003-04-30 | 1 | -1/+1 |
* | Get rid of the redundant 'gone' field, and overload suspend instead. | imp | 2003-04-30 | 2 | -13/+12 |
* | (5) from last commit was omitted by mistake: | imp | 2003-04-29 | 1 | -0/+3 |
* | Fix 5 bugs: | imp | 2003-04-29 | 2 | -8/+11 |
* | Make fxp(4) INTR_MPSAFE (but do not enable MPSAFE just yet): | njl | 2003-04-25 | 2 | -51/+134 |
* | Update comment to match reality. | sobomax | 2003-04-16 | 1 | -2/+1 |
* | - Don't call pci_enable_io() in drivers (unless needed for resume). | mdodd | 2003-04-16 | 1 | -10/+4 |
* | - Express hard dependencies on bus (pci, isa, pccard) and | mdodd | 2003-04-15 | 1 | -2/+4 |
* | Use pci_enable_{busmaster|io}() instead of directly writing into | sobomax | 2003-04-14 | 1 | -3/+3 |
* | Before attaching device set PCIM_CMD_PORTEN in addition to | sobomax | 2003-04-14 | 1 | -2/+2 |
* | - Call ether_ifdetach() before shutting down the hardware. | mux | 2003-04-11 | 1 | -20/+18 |
* | - Clean up the fxp_release() and fxp_detach() functions. | mux | 2003-04-10 | 1 | -46/+46 |
* | - Pass a busdma tag and a busdma map to fxp_dma_wait() so that | mux | 2003-04-08 | 1 | -8/+13 |
* | Add an XXX comment for the atomic operation in the __alpha__ | mux | 2003-04-08 | 1 | -1/+3 |
* | - Endian fixes. | mux | 2003-04-08 | 1 | -5/+6 |
* | Fix the hangs people have been seeing. For some reason, the | mux | 2003-04-08 | 1 | -11/+7 |
* | Correct the maxsize and maxsegsz parameters for the | mux | 2003-04-07 | 1 | -7/+7 |
* | Remove an erroneous htole16(). The byte_count field in the | mux | 2003-04-07 | 1 | -1/+1 |
* | Move a bus_dmamap_sync() to the correct place. | mux | 2003-04-06 | 1 | -1/+1 |
* | Because alpha can't access memory in 16-bit granularity, | mux | 2003-04-06 | 1 | -7/+11 |
* | Revert the s/u_int/u_int8_t/ changes, we can't really use other | mux | 2003-04-06 | 1 | -22/+22 |
* | Use __FBSDID. | mux | 2003-04-06 | 1 | -1/+3 |
* | Correct the definition of the link_addr and rbd_addr fields | mux | 2003-04-06 | 1 | -2/+2 |
* | - Instead of rolling our own alignment-safe function, use le32enc() | mux | 2003-04-06 | 1 | -78/+66 |
* | - Use __FXP_BITFIELDX macros to make the configuration bitfield | mux | 2003-04-05 | 1 | -81/+99 |
* | - Change a FXP_NRFABUFS which would have been a FXP_NTXCB. | mux | 2003-04-05 | 1 | -3/+3 |
* | Setup our interrupt only at the end of fxp_attach(), when all | mux | 2003-04-05 | 1 | -12/+12 |
* | Remove useless initialization. | mux | 2003-04-03 | 1 | -1/+0 |
* | Fix fxp(4), this changed shouldn't have crept in. | mux | 2003-04-03 | 1 | -2/+2 |
* | Remove all the bogus volatile qualifiers from the structs definitions | mux | 2003-04-03 | 2 | -148/+146 |
* | Convert the fxp(4) driver to the busdma API. | mux | 2003-04-02 | 3 | -230/+453 |
* | Correct names for fxp devices. Sort data by devid in | jdp | 2003-03-08 | 1 | -20/+20 |
* | Finish driving a stake through the heart of netns and the associated | peter | 2003-03-05 | 1 | -5/+0 |
* | Remember to set if_capenable when setting up checksum offload in fxp_attach(). | wpaul | 2003-02-27 | 1 | -0/+1 |
* | As previously threatened, add TCP/IP checksum offload support to | wpaul | 2003-02-26 | 3 | -10/+236 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -3/+3 |
* | Add PCI id for fxp(Intel Pro/100 M Mobile Connection). | sanpei | 2003-01-27 | 1 | -0/+1 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -3/+3 |
* | network interface driver changes: | sam | 2002-11-14 | 1 | -12/+8 |
* | Properly fix the occassional random crash issue that revision 1.142 | iedowse | 2002-11-07 | 2 | -31/+24 |
* | Revision 1.136 introduced two features that may cause undefined | iedowse | 2002-10-30 | 1 | -1/+14 |
* | '&' is not needed to pointerize functions. | phk | 2002-10-20 | 1 | -2/+2 |
* | Add some PCI id's for fxp. I've only tested 0x103B, but the Intel | ps | 2002-09-24 | 1 | -0/+4 |
* | Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoid | sobomax | 2002-08-18 | 1 | -2/+2 |
* | use the new interface to ether_input(), with eh = NULL and | luigi | 2002-08-09 | 1 | -7/+1 |