aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/nge
Commit message (Expand)AuthorAgeFilesLines
* Do not set the MODE_1000 bit unless we actually have a gigabit link.Bill Paul2001-07-081-1/+9
* Change m_devget()'s outdated and unused `offset' argument to actually meanBosko Milekic2001-06-201-3/+2
* Fix some memory bugs with regard to jumbo buffers. I made a mistake whenBill Paul2001-06-182-8/+5
* Mind-o in last commit: s/==/>=/ when checking MTU size. *blush*Bill Paul2001-06-161-1/+1
* Fix the last serious bug I've been chasing:Bill Paul2001-06-161-23/+41
* Turn TCP and UDP hardware RX checksumming back on. jlemon pointed out whereBill Paul2001-06-151-3/+1
* Fix TX bug: when using TCP/IP checksum offload on TX, we tell the chipBill Paul2001-06-151-4/+4
* - Remember to set the 'extsts enable' bit in the CFG register to enable theBill Paul2001-06-062-16/+16
* Disable extra TCP/UCP checksum checking in nge_rxeof() for now.Bill Paul2001-06-061-0/+2
* Per jlemon: add code to nge_rxeof() to allow verification of TCP andBill Paul2001-05-291-0/+8
* Fix mind-o in nge_rxeof(): I used CSUM_IP_CHECKED twice instead ofBill Paul2001-05-291-1/+1
* Fix instance of (struct ti_softc *) that should have beenBill Paul2001-05-151-1/+1
* Adjust the descriptor structures a little by making the software partsBill Paul2001-05-151-4/+12
* Unbreak release. *sigh*Bill Paul2001-05-121-1/+1
* It's vlan.h, not opt_vlan.h.Bill Paul2001-05-111-1/+1
* Add support for gigabit ethernet cards based on the NatSemi DP83820Bill Paul2001-05-112-0/+2712