| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update comment to match reality. | Maxim Sobolev | 2003-04-16 | 1 | -2/+1 |
| * | - Don't call pci_enable_io() in drivers (unless needed for resume). | Matthew N. Dodd | 2003-04-16 | 1 | -10/+4 |
| * | - Express hard dependencies on bus (pci, isa, pccard) and | Matthew N. Dodd | 2003-04-15 | 1 | -2/+4 |
| * | Use pci_enable_{busmaster|io}() instead of directly writing into | Maxim Sobolev | 2003-04-14 | 1 | -3/+3 |
| * | Before attaching device set PCIM_CMD_PORTEN in addition to | Maxim Sobolev | 2003-04-14 | 1 | -2/+2 |
| * | - Call ether_ifdetach() before shutting down the hardware. | Maxime Henrion | 2003-04-11 | 1 | -20/+18 |
| * | - Clean up the fxp_release() and fxp_detach() functions. | Maxime Henrion | 2003-04-10 | 1 | -46/+46 |
| * | - Pass a busdma tag and a busdma map to fxp_dma_wait() so that | Maxime Henrion | 2003-04-08 | 1 | -8/+13 |
| * | Add an XXX comment for the atomic operation in the __alpha__ | Maxime Henrion | 2003-04-08 | 1 | -1/+3 |
| * | - Endian fixes. | Maxime Henrion | 2003-04-08 | 1 | -5/+6 |
| * | Fix the hangs people have been seeing. For some reason, the | Maxime Henrion | 2003-04-08 | 1 | -11/+7 |
| * | Correct the maxsize and maxsegsz parameters for the | Maxime Henrion | 2003-04-07 | 1 | -7/+7 |
| * | Remove an erroneous htole16(). The byte_count field in the | Maxime Henrion | 2003-04-07 | 1 | -1/+1 |
| * | Move a bus_dmamap_sync() to the correct place. | Maxime Henrion | 2003-04-06 | 1 | -1/+1 |
| * | Because alpha can't access memory in 16-bit granularity, | Maxime Henrion | 2003-04-06 | 1 | -7/+11 |
| * | Revert the s/u_int/u_int8_t/ changes, we can't really use other | Maxime Henrion | 2003-04-06 | 1 | -22/+22 |
| * | Use __FBSDID. | Maxime Henrion | 2003-04-06 | 1 | -1/+3 |
| * | Correct the definition of the link_addr and rbd_addr fields | Maxime Henrion | 2003-04-06 | 1 | -2/+2 |
| * | - Instead of rolling our own alignment-safe function, use le32enc() | Maxime Henrion | 2003-04-06 | 1 | -78/+66 |
| * | - Use __FXP_BITFIELDX macros to make the configuration bitfield | Maxime Henrion | 2003-04-05 | 1 | -81/+99 |
| * | - Change a FXP_NRFABUFS which would have been a FXP_NTXCB. | Maxime Henrion | 2003-04-05 | 1 | -3/+3 |
| * | Setup our interrupt only at the end of fxp_attach(), when all | Maxime Henrion | 2003-04-05 | 1 | -12/+12 |
| * | Remove useless initialization. | Maxime Henrion | 2003-04-03 | 1 | -1/+0 |
| * | Fix fxp(4), this changed shouldn't have crept in. | Maxime Henrion | 2003-04-03 | 1 | -2/+2 |
| * | Remove all the bogus volatile qualifiers from the structs definitions | Maxime Henrion | 2003-04-03 | 2 | -148/+146 |
| * | Convert the fxp(4) driver to the busdma API. | Maxime Henrion | 2003-04-02 | 3 | -229/+452 |
| * | Correct names for fxp devices. Sort data by devid in | John Polstra | 2003-03-08 | 1 | -20/+20 |
| * | Finish driving a stake through the heart of netns and the associated | Peter Wemm | 2003-03-05 | 1 | -5/+0 |
| * | Remember to set if_capenable when setting up checksum offload in fxp_attach(). | Bill Paul | 2003-02-27 | 1 | -0/+1 |
| * | As previously threatened, add TCP/IP checksum offload support to | Bill Paul | 2003-02-26 | 3 | -10/+236 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -3/+3 |
| * | Add PCI id for fxp(Intel Pro/100 M Mobile Connection). | MIHIRA Sanpei Yoshiro | 2003-01-27 | 1 | -0/+1 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -3/+3 |
| * | network interface driver changes: | Sam Leffler | 2002-11-14 | 1 | -12/+8 |
| * | Properly fix the occassional random crash issue that revision 1.142 | Ian Dowse | 2002-11-07 | 2 | -31/+24 |
| * | Revision 1.136 introduced two features that may cause undefined | Ian Dowse | 2002-10-30 | 1 | -1/+14 |
| * | '&' is not needed to pointerize functions. | Poul-Henning Kamp | 2002-10-20 | 1 | -2/+2 |
| * | Add some PCI id's for fxp. I've only tested 0x103B, but the Intel | Paul Saab | 2002-09-24 | 1 | -0/+4 |
| * | Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoid | Maxim Sobolev | 2002-08-18 | 1 | -2/+2 |
| * | use the new interface to ether_input(), with eh = NULL and | Luigi Rizzo | 2002-08-09 | 1 | -7/+1 |
| * | Use m_getcl() to allocate buffers for the receive ring. | Luigi Rizzo | 2002-08-05 | 1 | -11/+2 |
| * | Fix handling of Receiver Not Ready errors when doing polling. | Luigi Rizzo | 2002-08-04 | 1 | -49/+81 |
| * | Revert rev 1.131. | Mike Silbersack | 2002-07-29 | 1 | -4/+2 |
| * | whitespace commit: fix indentation in fxp_intr_body. | Luigi Rizzo | 2002-07-29 | 1 | -96/+96 |
| * | Fix if_timer logic so that there is always a timeout pending if there | Luigi Rizzo | 2002-06-30 | 1 | -2/+4 |
| * | Add another Intel chipset (i82562). | Mike Silbersack | 2002-06-29 | 1 | -0/+1 |
| * | Add device id. for fxp chip on Intel D845EPT2L boards. This seems to | Doug Ambrisko | 2002-06-05 | 1 | -0/+1 |
| * | Change callers of mtx_init() to pass in an appropriate lock type name. In | John Baldwin | 2002-04-04 | 2 | -2/+3 |
| * | Remove mbuf exhaustion warning messages; these are handled by the | Mike Silbersack | 2002-02-04 | 1 | -4/+0 |
| * | Initialize the sysctl_ctx list early, which avoids a panic in case other | Jonathan Lemon | 2002-01-22 | 1 | -1/+1 |