| Commit message (Expand) | Author | Age | Files | Lines |
| * | Sometimes cardbus attachments don't attach, so while we track down | Warner Losh | 2003-11-28 | 1 | -0/+1 |
| * | Remove explicit cardbus attachments from drivers where this is identical | Doug Rabson | 2003-11-03 | 1 | -1/+0 |
| * | Replace the if_name and if_unit members of struct ifnet with new members | Brooks Davis | 2003-10-31 | 1 | -2/+1 |
| * | Remove unused FXP_UNIT() macro. | Brooks Davis | 2003-10-30 | 1 | -2/+0 |
| * | mark interrupt handlers MPSAFE | Sam Leffler | 2003-10-29 | 1 | -1/+1 |
| * | change timeout to be MPSAFE | Sam Leffler | 2003-09-05 | 2 | -5/+5 |
| * | Use PCIR_BAR(x) instead of PCIR_MAPS. | John Baldwin | 2003-09-02 | 1 | -2/+2 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-08-24 | 1 | -0/+3 |
| * | Prefer new location of pci include files (which have only been in the | Warner Losh | 2003-08-22 | 1 | -2/+2 |
| * | Use the revision ID from PCI configuration space to identify Intel | John Polstra | 2003-08-04 | 1 | -23/+41 |
| * | Use the BUS_DMA_ZERO flag. | Maxime Henrion | 2003-07-27 | 1 | -4/+2 |
| * | De-inline some functions. It doesn't gain us anything and bloats | Maxime Henrion | 2003-07-22 | 1 | -13/+13 |
| * | Unlock the fxp driver lock before calling fxp_poll() to avoid recursing on | John Baldwin | 2003-07-11 | 1 | -1/+1 |
| * | All current uses of pci_set_powerstate are bogus, at least in theory. | Warner Losh | 2003-07-03 | 1 | -4/+8 |
| * | Mega busdma API commit. | Scott Long | 2003-07-01 | 1 | -4/+6 |
| * | Drop locks before calling if_input() since it may re-enter fxp_start() | Nate Lawson | 2003-06-23 | 1 | -0/+10 |
| * | Add a new device ID. | Maxime Henrion | 2003-06-12 | 1 | -0/+1 |
| * | Replace if_fxp's handrolled defrag function with m_defrag. | Mike Silbersack | 2003-06-02 | 1 | -14/+3 |
| * | Always set the hardware parse bit in the IPCB structure when this | Don Lewis | 2003-05-25 | 1 | -4/+41 |
| * | Add a tunable/sysctl "hw.fxp_noflow" which disables flow control support | Robert Watson | 2003-05-16 | 1 | -1/+5 |
| * | GCC 3.3 complains about anonymous structures in unions, so | Maxime Henrion | 2003-05-14 | 1 | -7/+7 |
| * | Fix the unaligned access problems that some people saw on alpha | Maxime Henrion | 2003-05-12 | 1 | -1/+1 |
| * | Fix tpyo in last commit. | Warner Losh | 2003-04-30 | 1 | -1/+1 |
| * | Get rid of the redundant 'gone' field, and overload suspend instead. | Warner Losh | 2003-04-30 | 2 | -13/+12 |
| * | (5) from last commit was omitted by mistake: | Warner Losh | 2003-04-29 | 1 | -0/+3 |
| * | Fix 5 bugs: | Warner Losh | 2003-04-29 | 2 | -8/+11 |
| * | Make fxp(4) INTR_MPSAFE (but do not enable MPSAFE just yet): | Nate Lawson | 2003-04-25 | 2 | -51/+134 |
| * | 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 |