summaryrefslogtreecommitdiffstats
path: root/sys/dev/fxp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Remove all the bogus volatile qualifiers from the structs definitionsmux2003-04-032-148/+146
* Convert the fxp(4) driver to the busdma API.mux2003-04-023-230/+453
* Correct names for fxp devices. Sort data by devid injdp2003-03-081-20/+20
* Finish driving a stake through the heart of netns and the associatedpeter2003-03-051-5/+0
* Remember to set if_capenable when setting up checksum offload in fxp_attach().wpaul2003-02-271-0/+1
* As previously threatened, add TCP/IP checksum offload support towpaul2003-02-263-10/+236
* Back out M_* changes, per decision of the TRB.imp2003-02-191-3/+3
* Add PCI id for fxp(Intel Pro/100 M Mobile Connection).sanpei2003-01-271-0/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-3/+3
* network interface driver changes:sam2002-11-141-12/+8
* Properly fix the occassional random crash issue that revision 1.142iedowse2002-11-072-31/+24
* Revision 1.136 introduced two features that may cause undefinediedowse2002-10-301-1/+14
* '&' is not needed to pointerize functions.phk2002-10-201-2/+2
* Add some PCI id's for fxp. I've only tested 0x103B, but the Intelps2002-09-241-0/+4
* Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoidsobomax2002-08-181-2/+2
* use the new interface to ether_input(), with eh = NULL andluigi2002-08-091-7/+1
* Use m_getcl() to allocate buffers for the receive ring.luigi2002-08-051-11/+2
* Fix handling of Receiver Not Ready errors when doing polling.luigi2002-08-041-50/+82
* Revert rev 1.131.silby2002-07-291-4/+2
* whitespace commit: fix indentation in fxp_intr_body.luigi2002-07-291-97/+97
* Fix if_timer logic so that there is always a timeout pending if thereluigi2002-06-301-2/+4
* Add another Intel chipset (i82562).silby2002-06-291-0/+1
* Add device id. for fxp chip on Intel D845EPT2L boards. This seems toambrisko2002-06-051-0/+1
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-042-2/+3
* Remove mbuf exhaustion warning messages; these are handled by thesilby2002-02-041-4/+0
OpenPOWER on IntegriCloud