summaryrefslogtreecommitdiffstats
path: root/sys/dev/nge
Commit message (Expand)AuthorAgeFilesLines
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* When reading PHY regs over the i2c bus, the turnaround ACK bitmbr2003-01-101-1/+1
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/schweikh2002-12-301-1/+1
* network interface driver changes:sam2002-11-142-28/+13
* Fix instances of macros with improperly parenthasized arguments.alfred2002-11-091-2/+2
* Add support for DEVICE_POLLING.simokawa2002-11-062-0/+79
* Add support for SX cards using TBI such as Netgear GA621.ambrisko2002-08-082-63/+249
* Cleanup after my de-__P (remove leading whitespace before prototype args).alfred2002-07-061-84/+120
* catch up with ext_free prototype change.alfred2002-06-291-2/+2
* Do not call nge_tick() if we get an PHY interrupt, nge_tick() callsphk2002-05-041-3/+11
* Make one generic mii_phy_detach() to replace 19 slightly different ones.phk2002-04-291-17/+1
* Move a lot closer to NetBSDs MII support for GigE.phk2002-04-291-1/+3
* Follow NetBSD and s/IFM_1000_TX/IFM_1000_T/phk2002-04-281-2/+2
* If the receiver runs out of space for an received frame in the internalphk2002-04-132-22/+8
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-1/+2
* Remove __P.alfred2002-03-201-51/+47
* Remove errors in LINT (now that they are fatal)julian2002-02-271-0/+4
* Don't pass an interface pointer to VLAN_INPUT{,_TAG}. Get it from thebrooks2001-12-031-1/+1
* Do not call mii_polltick() immediately after mii_tick().jlemon2001-09-291-1/+0
* Handle the RX FIFO overflow condition with the rxeof handler insteadwpaul2001-09-192-3/+4
* Have the driver to announce what capabilitis it supports.jlemon2001-09-181-0/+2
* Make vlan(4) loadable, unloadable, and clonable. As a side effect,brooks2001-09-051-22/+6
* IFT_8021_VLAN -> IFT_L2VLAN per if_vlan_var.h rev 1.9. With this changebrooks2001-07-251-1/+1
* Change the interrupt handler a bit so that we call the nge_rxeof() handlerwpaul2001-07-161-3/+2
* Two optimizations:wpaul2001-07-101-10/+35
* Apply patch supplied by Jonathan Chen: use the correct arguments towpaul2001-07-091-2/+2
* Do not set the MODE_1000 bit unless we actually have a gigabit link.wpaul2001-07-081-1/+9
* Change m_devget()'s outdated and unused `offset' argument to actually meanbmilekic2001-06-201-3/+2
* Fix some memory bugs with regard to jumbo buffers. I made a mistake whenwpaul2001-06-182-8/+5
* Mind-o in last commit: s/==/>=/ when checking MTU size. *blush*wpaul2001-06-161-1/+1
* Fix the last serious bug I've been chasing:wpaul2001-06-161-23/+41
* Turn TCP and UDP hardware RX checksumming back on. jlemon pointed out wherewpaul2001-06-151-3/+1
* Fix TX bug: when using TCP/IP checksum offload on TX, we tell the chipwpaul2001-06-151-4/+4
* - Remember to set the 'extsts enable' bit in the CFG register to enable thewpaul2001-06-062-16/+16
* Disable extra TCP/UCP checksum checking in nge_rxeof() for now.wpaul2001-06-061-0/+2
* Per jlemon: add code to nge_rxeof() to allow verification of TCP andwpaul2001-05-291-0/+8
* Fix mind-o in nge_rxeof(): I used CSUM_IP_CHECKED twice instead ofwpaul2001-05-291-1/+1
* Fix instance of (struct ti_softc *) that should have beenwpaul2001-05-151-1/+1
* Adjust the descriptor structures a little by making the software partswpaul2001-05-151-4/+12
* Unbreak release. *sigh*wpaul2001-05-121-1/+1
* It's vlan.h, not opt_vlan.h.wpaul2001-05-111-1/+1
* Add support for gigabit ethernet cards based on the NatSemi DP83820wpaul2001-05-112-0/+2712
OpenPOWER on IntegriCloud