summaryrefslogtreecommitdiffstats
path: root/sys/dev/fxp
Commit message (Expand)AuthorAgeFilesLines
* Remove explicit cardbus attachments from drivers where this is identicaldfr2003-11-031-1/+0
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-2/+1
* Remove unused FXP_UNIT() macro.brooks2003-10-301-2/+0
* mark interrupt handlers MPSAFEsam2003-10-291-1/+1
* change timeout to be MPSAFEsam2003-09-052-5/+5
* Use PCIR_BAR(x) instead of PCIR_MAPS.jhb2003-09-021-2/+2
* Use __FBSDID().obrien2003-08-241-0/+3
* Prefer new location of pci include files (which have only been in theimp2003-08-221-2/+2
* Use the revision ID from PCI configuration space to identify Inteljdp2003-08-041-23/+41
* Use the BUS_DMA_ZERO flag.mux2003-07-271-4/+2
* De-inline some functions. It doesn't gain us anything and bloatsmux2003-07-221-13/+13
* Unlock the fxp driver lock before calling fxp_poll() to avoid recursing onjhb2003-07-111-1/+1
* All current uses of pci_set_powerstate are bogus, at least in theory.imp2003-07-031-4/+8
* Mega busdma API commit.scottl2003-07-011-4/+6
* Drop locks before calling if_input() since it may re-enter fxp_start()njl2003-06-231-0/+10
* Add a new device ID.mux2003-06-121-0/+1
* Replace if_fxp's handrolled defrag function with m_defrag.silby2003-06-021-14/+3
* Always set the hardware parse bit in the IPCB structure when thistruckman2003-05-251-6/+43
* Add a tunable/sysctl "hw.fxp_noflow" which disables flow control supportrwatson2003-05-161-1/+5
* GCC 3.3 complains about anonymous structures in unions, somux2003-05-141-7/+7
* Fix the unaligned access problems that some people saw on alphamux2003-05-121-1/+1
* Fix tpyo in last commit.imp2003-04-301-1/+1
* Get rid of the redundant 'gone' field, and overload suspend instead.imp2003-04-302-13/+12
* (5) from last commit was omitted by mistake:imp2003-04-291-0/+3
* Fix 5 bugs:imp2003-04-292-8/+11
* Make fxp(4) INTR_MPSAFE (but do not enable MPSAFE just yet):njl2003-04-252-51/+134
* Update comment to match reality.sobomax2003-04-161-2/+1
* - Don't call pci_enable_io() in drivers (unless needed for resume).mdodd2003-04-161-10/+4
* - Express hard dependencies on bus (pci, isa, pccard) andmdodd2003-04-151-2/+4
* Use pci_enable_{busmaster|io}() instead of directly writing intosobomax2003-04-141-3/+3
* Before attaching device set PCIM_CMD_PORTEN in addition tosobomax2003-04-141-2/+2
* - Call ether_ifdetach() before shutting down the hardware.mux2003-04-111-20/+18
* - Clean up the fxp_release() and fxp_detach() functions.mux2003-04-101-46/+46
* - Pass a busdma tag and a busdma map to fxp_dma_wait() so thatmux2003-04-081-8/+13
* Add an XXX comment for the atomic operation in the __alpha__mux2003-04-081-1/+3
* - Endian fixes.mux2003-04-081-5/+6
* Fix the hangs people have been seeing. For some reason, themux2003-04-081-11/+7
* Correct the maxsize and maxsegsz parameters for themux2003-04-071-7/+7
* Remove an erroneous htole16(). The byte_count field in themux2003-04-071-1/+1
* Move a bus_dmamap_sync() to the correct place.mux2003-04-061-1/+1
* Because alpha can't access memory in 16-bit granularity,mux2003-04-061-7/+11
* Revert the s/u_int/u_int8_t/ changes, we can't really use othermux2003-04-061-22/+22
* Use __FBSDID.mux2003-04-061-1/+3
* Correct the definition of the link_addr and rbd_addr fieldsmux2003-04-061-2/+2
* - Instead of rolling our own alignment-safe function, use le32enc()mux2003-04-061-78/+66
* - Use __FXP_BITFIELDX macros to make the configuration bitfieldmux2003-04-051-81/+99
* - Change a FXP_NRFABUFS which would have been a FXP_NTXCB.mux2003-04-051-3/+3
* Setup our interrupt only at the end of fxp_attach(), when allmux2003-04-051-12/+12
* Remove useless initialization.mux2003-04-031-1/+0
* Fix fxp(4), this changed shouldn't have crept in.mux2003-04-031-2/+2
OpenPOWER on IntegriCloud