summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_sk.c
AgeCommit message (Expand)Author
2006-05-28- remove ETHER_MAX_LEN_JUMBO and ETHERMTU_JUMBO.Brad Smith
2006-05-28unknown ioctl is ENOTTY not EINVALJason Wright
2006-05-27remove IFCAP_JUMBO_MTU interface capabilities flag and set if_hardmtu in a fewBrad Smith
2006-05-20set if_jumbo_mtu and the IFCAP_JUMBO_MTU capabilities flag whereBrad Smith
2006-05-01Activate Tx descriptor poll timer in order to protect possible lossBrad Smith
2006-05-01Added Rx/Tx FIFO flush support for YukonBrad Smith
2006-05-01A new function sk_yukon_tick(), to handle auto-negotiation properly forBrad Smith
2006-04-30- Use SK_IS_GENESIS/SK_IS_YUKON where appropriateBrad Smith
2006-04-30- Interrupt handler now checks shared interrupt source and protectsBrad Smith
2006-04-30Update if_oerrors if we encounter watchdog error.Brad Smith
2006-04-30- Added/corrected register definitions for Yukon.Brad Smith
2006-04-23some more ANSI, KNF and other tidying up.Brad Smith
2006-04-20Fix various printf() issues: too many arguments, not enough arguments, argumentMiod Vallat
2006-04-17If there is a timeout while writing to the PHY inBrad Smith
2006-04-17Coviery CID 1108: Avoid NULL pointer deref.Brad Smith
2006-03-25allow bpf(4) to ignore packets based on their direction (inbound orDamien Miller
2006-02-13add some ASIC revisions to the various switch cases and identifyBrad Smith
2006-02-09sync PCI id.Brad Smith
2005-12-22re-work PHY setup, media handling and dual-port detection.Brad Smith
2005-12-16remove unused code to use IO space.Brad Smith
2005-12-15merge printing of the revision and the interrupt string into one printf.Brad Smith
2005-12-10sk_shutdown -> skc_shutdown and register the shutdown function withBrad Smith
2005-12-10shrink dmesg entry by one line by merging the chipset revision intoBrad Smith
2005-11-26fix interrupt moderation timer frequencies for Yukon and Yukon-II basedBrad Smith
2005-11-15more accurately reflect the naming scheme of the Marvell Yukon devices with t...Brad Smith
2005-11-07- splimp -> splnetBrad Smith
2005-10-15add 2 new Yukon PCI ids and recognize Yukon-2 EC Ultra ASIC.Brad Smith
2005-10-15update Via and 3Com ids.Brad Smith
2005-09-20memory, media handling and a bunch of register definitions for Yukon-2.Brad Smith
2005-09-20merge xmaciireg.h and yukonreg.h into if_skreg.hBrad Smith
2005-09-20shuffle some stuff from skreg to skvarBrad Smith
2005-09-17add media detection and dual port detection for Yukon-2.Brad Smith
2005-09-16- remove code to read PCI VPD as we do not use that anymore.Brad Smith
2005-08-29- use pci_mapreg_type() to fix some systems that would fail to attachBrad Smith
2005-07-25don't bother with printf in *_jalloc()Brad Smith
2005-07-24simplify error paths and add some missing ones; brad@ ok.Federico G. Schwindt
2005-07-22- sync sk_alloc_jumbo_mem() to look like bge's bge_alloc_jumbo_mem()Brad Smith
2005-07-22also take the PCI subsystem id into consideration when trying to probeBrad Smith
2005-07-21- add bus_dmamap_sync()'s; From NetBSDBrad Smith
2005-07-14add D-Link PCI id.Brad Smith
2005-07-12remove unused prototype sk_free_jumbo_memBrad Smith
2005-07-12free resources for Jumbo buffers in sk_stop().Brad Smith
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