index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
/
if_msk.c
Age
Commit message (
Expand
)
Author
2008-06-21
add Marvell Yukon PCI id for the 88E8040T chipset.
Brad Smith
2008-05-23
Simplify the combination use of pci_mapreg_type()/pci_mapreg_map() as
Brad Smith
2008-03-02
Change some spaces to tabs in the transmit functions.
Brad Smith
2008-02-03
- add Marvell Yukon PCI ids for a second 88E8055 chipset and the 88E8075 chip...
Brad Smith
2007-11-25
Make msk(4) detachable.
Mark Kettenis
2007-11-14
add the Marvell 88E8042 and 88E8072 PCI ids.
Brad Smith
2007-10-02
add initial support for the Marvell PCIe Yukon FE+ Fast Ethernet chipsets.
Brad Smith
2007-09-17
Remove an unused function msk_setfilt() which was copied from sk(4) and is
Brad Smith
2007-06-27
Shrink code by not using __inline without static; like we did for sk(4).
Mark Kettenis
2007-06-01
Only probe phy's at address 0; gets rid of bogus phy's on the
Mark Kettenis
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-14
Properly wrap mii_tick() up in splnet().
Jonathan Gray
2007-05-12
Take alignment restrictions into account when setting up RAM buffer addresses.
Mark Kettenis
2007-02-26
This fixes the function names printed in the panic strings so that
Todd T. Fries
2007-02-13
Fix typo. Spotted by brad@.
Mark Kettenis
2007-02-12
Avoid unnecessary resets. This should make fiber 88E8021/22 work completely.
Mark Kettenis
2007-02-11
Add support for fiber on 88E8021/22.
Mark Kettenis
2007-02-10
Adjust for new/renamed DLink card & Marvell chips. Based on a diff by brad@.
Mark Kettenis
2007-02-10
Add preliminary support for Marvell Yukon-II Extreme chips.
Mark Kettenis
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-17
Remove some textual sk heritage warts by renaming some functions and
Kenneth R Westerback
2007-01-13
Correctly count outbound packets.
Mark Kettenis
2007-01-08
No need to re-init on every media change.
Mark Kettenis
2007-01-03
Don't say 'Marvell' twice for each sk/msk device in dmesg. No functional
Kenneth R Westerback
2006-12-30
Enable jumbo frames (except on the Yukon-2 FE).
Mark Kettenis
2006-12-30
Pass MIIF_FORCEANEG to mii_attack() until we stop doing unnecessary PHY
Mark Kettenis
2006-12-28
Remove useless code dealing with media type. Simplify PHY reset code.
Mark Kettenis
2006-12-28
Pass MIIF_DOPAUSE to mii_attach().
Mark Kettenis
2006-12-24
Make non-autonegotiated 10baseT and 100baseTX work.
Mark Kettenis
2006-12-24
In msk_marv_miibus_writereg, wait for busy flag to clear instead of
Mark Kettenis
2006-12-16
Enable RAM buffer for the second port too; makes dual port cards work so
Mark Kettenis
2006-12-16
Process status descriptors for port B. Fix two typos while I'm there.
Mark Kettenis
2006-12-15
Process status descriptors that have SK_Y2_STOPC_OWN bit set instead of
Mark Kettenis
2006-12-12
Clarifying a few pcidevs entry names based on names found
Michael Knudsen
2006-12-08
Add the Broadcom BCM5787F PCI id.
Gordon Willem Klok
2006-12-06
- Move TX ring full sanity check further up and check the number of DMA
Reyk Floeter
2006-11-25
remove some sk(4) specific media handling code.
Brad Smith
2006-11-23
Do not attach second port on dual port cards for now.
Mark Kettenis
2006-11-23
Set some more power management bits; makes Yukon-2 XL work somewhat.
Mark Kettenis
2006-11-17
Remove code that deals with sk(4) specific phy's that breaks certain msk(4)
Mark Kettenis
2006-11-16
when checking for an appropriate revision of chipset use SK_IS_YUKON2
Brad Smith
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-25
add the new PCI ids.
Brad Smith
2006-09-22
add the Marvell Yukon 88E8056 PCI id
Brad Smith
2006-09-16
Asking for HWERR interrupts and not acknowledging them leads
Jonathan Gray
2006-08-25
Allow the driver to compile with MSK_DEBUG.
Brad Smith
2006-08-20
sort PCI ids.
Brad Smith
[next]