Age | Commit message (Expand) | Author |
2007-05-26 | separate the attach information from the status information with a colon. | Reyk Floeter |
2007-05-22 | %z in printf(9) is not the same as %z in printf(3). Change to %lu | Ray Lai |
2007-05-07 | shrink code by not using __inline without static; ok kettenis | Theo de Raadt |
2007-02-12 | Fix prototype, from brad@, no binary change | Pedro Martelletto |
2007-02-10 | Move HASH_BITS constant to if_skreg.h as SK_HASH_BITS. Remove unused | Kenneth R Westerback |
2007-02-03 | Fix typo; clear tx FIFO underrun IRQ as intended instead of rx FIFO overrun | Mark Kettenis |
2007-01-18 | Don't reinitialize card at every media change. | Kenneth R Westerback |
2007-01-05 | For Yukon-based cards, pass MIIF_DOPAUSE to mii_attach(). | Mark Kettenis |
2007-01-03 | In sk_marv_miibus_writereg, wait for busy flag to clear instead of | Mark Kettenis |
2007-01-03 | Don't say 'Marvell' twice for each sk/msk device in dmesg. No functional | Kenneth R Westerback |
2006-12-06 | - Move TX ring full sanity check further up and check the number of DMA | Reyk Floeter |
2006-11-16 | remove the small amount of code for Yukon-2 chipsets now that there is msk(4). | Brad Smith |
2006-11-08 | Make XMAC work on on big-endian systems. | Mark Kettenis |
2006-10-16 | Fix some "is is"s. ok otto@. | Tom Cosgrove |
2006-09-27 | fix the use of LIST_INSERT_HEAD in [m]sk_alloc_jumbo_mem(). | Brad Smith |
2006-09-26 | Set sk_jumbo_buf to NULL if malloc() fails in the for loop within | Brad Smith |
2006-09-18 | g/c unused SK_{SET,CLR}BIT macros | Brad Smith |
2006-08-17 | cosmetic tweaks. | Brad Smith |
2006-08-17 | remove PCI ids which msk(4) will match against from sk(4). | Brad Smith |
2006-08-09 | revert rev 1.119 as this seems to cause problems with some PHY. | Brad Smith |
2006-08-04 | and the same goes for sk_init_yukon(). | Brad Smith |
2006-08-04 | remove now redundant promiscuous mode handling code from sk_init_xmac(). | Brad Smith |
2006-08-04 | refactor the promiscuous mode handling code and simplify the ioctl handler. | Brad Smith |
2006-08-04 | Fix busy check for PHY write operation with Yukon chips. | Brad Smith |
2006-07-30 | Add more strict receive path packet validation routine. Previously | Brad Smith |
2006-07-23 | improved Yukon init routine with proper workaround for the PHY COMA mode. | Brad Smith |
2006-06-22 | Add appropriate swapping for big-endian systems. Allows sk(4) to work | Brad Smith |
2006-06-22 | adjust PCI ids. | Brad Smith |
2006-06-17 | add sys/timeout.h | Brad Smith |
2006-06-17 | remove some whitespace. | Brad Smith |
2006-06-15 | Fix watchdog timeout errors seen on a few systems. | Brad Smith |
2006-05-28 | - remove ETHER_MAX_LEN_JUMBO and ETHERMTU_JUMBO. | Brad Smith |
2006-05-28 | unknown ioctl is ENOTTY not EINVAL | Jason Wright |
2006-05-27 | remove IFCAP_JUMBO_MTU interface capabilities flag and set if_hardmtu in a few | Brad Smith |
2006-05-20 | set if_jumbo_mtu and the IFCAP_JUMBO_MTU capabilities flag where | Brad Smith |
2006-05-01 | Activate Tx descriptor poll timer in order to protect possible loss | Brad Smith |
2006-05-01 | Added Rx/Tx FIFO flush support for Yukon | Brad Smith |
2006-05-01 | A new function sk_yukon_tick(), to handle auto-negotiation properly for | Brad Smith |
2006-04-30 | - Use SK_IS_GENESIS/SK_IS_YUKON where appropriate | Brad Smith |
2006-04-30 | - Interrupt handler now checks shared interrupt source and protects | Brad Smith |
2006-04-30 | Update if_oerrors if we encounter watchdog error. | Brad Smith |
2006-04-30 | - Added/corrected register definitions for Yukon. | Brad Smith |
2006-04-23 | some more ANSI, KNF and other tidying up. | Brad Smith |
2006-04-20 | Fix various printf() issues: too many arguments, not enough arguments, argument | Miod Vallat |
2006-04-17 | If there is a timeout while writing to the PHY in | Brad Smith |
2006-04-17 | Coviery CID 1108: Avoid NULL pointer deref. | Brad Smith |
2006-03-25 | allow bpf(4) to ignore packets based on their direction (inbound or | Damien Miller |
2006-02-13 | add some ASIC revisions to the various switch cases and identify | Brad Smith |
2006-02-09 | sync PCI id. | Brad Smith |
2005-12-22 | re-work PHY setup, media handling and dual-port detection. | Brad Smith |