summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_sk.c
AgeCommit message (Expand)Author
2005-07-02clear IFF_RUNNING & IFF_OACTIVE in foo_stop() before de-allocating resources.Brad Smith
2005-07-02- mbuf external storage is of (caddr_t), not (caddr_t *).Brad Smith
2005-05-17remove spurious bpf_mtap (I think it's leftover debugging code from a year ago)Jason Wright
2005-05-16add a newline hereBrad Smith
2005-05-11remove comment which is not valid anymoreBrad Smith
2005-05-11- Also match on Yukon LP's for the Lite rev A0 test.Brad Smith
2005-04-25csum -> csum_flagsBrad Smith
2005-03-18fail to attach with a printf instead of a panic for newer yet unsupportedBrad Smith
2005-03-12add a bunch of PCI ids from the SysKonnect sk98lin driver.Brad Smith
2005-01-15make sure interface is in RUNNING state before touching the multicast filtersBrad Smith
2005-01-02cleanup and better ram sizing.Brad Smith
2005-01-01better chip/card identification.Brad Smith
2005-01-01rev 1.92Brad Smith
2005-01-01Don't initialize the card (and start an autonegotiation!) every timeKenneth R Westerback
2004-12-22- add missing braces for SIOCSIFMTU switch case.Brad Smith
2004-12-14Fix off-by-one. From FreeBSD r1.87. Also in NetBSD. Field being filledKenneth R Westerback
2004-12-08use ETHER_MAX_LENBrad Smith
2004-12-08Enable jumbo frames on Yukon varients of sk(4).Kenneth R Westerback
2004-11-16Lower interrupt moderation timer to decrease service latency.Brad Smith
2004-11-16back out previous commit and put the right change in which correspondsBrad Smith
2004-11-16Fix tx queue (slist can be corrupted when tx interrupts hit within tx_encap).Brad Smith
2004-11-11- Fix Yukon ram sizing.Brad Smith
2004-10-14Bail out quietly if the eeprom appears to be missing or empty. FixesBrad Smith
2004-09-23don't need to set ifp->if_mtu or ifp->if_output in each driver,Brad Smith
2004-08-20a belkin ID on a sk cardTheo de Raadt
2004-08-19Don't complain about lack of jumbo storage when processing incoming packetsRyan Thomas McBride
2004-08-05remove some separate per driver constants and useBrad Smith
2004-08-04Make jumbo frames work.Ryan Thomas McBride
2004-05-29replace hand-rolled CRC calculation in multicast hash setup with calls toChristian Weisgerber
2004-05-24Make Yukon-style adapters also set up the multicast filter in sk_init().Christian Weisgerber
2004-04-09do not whine if we cannot get mbufs. the countless printfd makes the machineHenning Brauer
2004-03-09Fix multicast on recent sk chipsets. Adapted from a patch by Keith MitchellMatthieu Herrb
2003-12-17not qualifying a product based on vendor AND product ID just bugs meJason Wright
2003-12-17marvell skv2 (smc9452TX); from freebsdJason Wright
2003-12-17add support for linksys (eg1032v2, eg1064v2) and dlink (dge530t); from NetBSDJason Wright
2003-10-13rx checksum offload support (based on earlier code from aaron@, but withJason Wright
2003-08-12add/update my copyrightNathan Binkert
2003-08-01Support for new Marvell based Gigabit Ethernet adaptersNathan Binkert
2003-05-14Makefile sk(4) use bus_dmaNathan Binkert
2003-05-08a bit more cleanupNathan Binkert
2003-05-08ansify, clean up formatting, remove useless return statements.Nathan Binkert
2003-03-12sk is capable of transmitting and receiving longer packets for 802.1q vlansNathan Binkert
2003-01-15Get rid of the remaining vm_offset_t in pci drivers.Artur Grabowski
2002-11-261000baseTX -> 1000baseTNathan Binkert
2002-06-08add missing ioctl support for SIOCSIFMTUJason Wright
2002-06-04spelling; raj@cerias.purdue.eduTheo de Raadt
2002-03-14First round of __P removal in sysTodd C. Miller
2002-03-12sync with KAMEKenjiro Cho
2002-02-15Don't cast nonexistent return value from splx to (void). ok art@Thomas Nordin
2002-01-11Check result from malloc(9) when using M_NOWAIT. fgsch@ okThomas Nordin