aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sk/if_skreg.h
Commit message (Expand)AuthorAgeFilesLines
* sk: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-181-0/+2
* - Merge from r249476: Ensure that PCI bus BUS_GET_DMA_TAG() method seesMarius Strobl2013-05-301-1/+1
* Nuke local jumbo allocator and switch to use of UMA backed pagePyun YongHyeon2008-02-141-34/+1
* Use our own timer for watchdog instead of if_watchdog/if_timerPyun YongHyeon2007-04-021-0/+2
* Remove incomplete Yukon II support code which was added in if_sk.c, rev 1.123.Pyun YongHyeon2006-12-141-27/+0
* provide routines to access VPD data at the PCI layer...John-Mark Gurney2006-10-091-31/+0
* Add device ID for second generation D-Link DGE-530T.Pyun YongHyeon2006-07-271-1/+2
* Convert sk(4) to use the new bus_alloc_resources() API andPyun YongHyeon2006-07-191-10/+8
* Re-wrok PHY setup, media handling and dual-port detection.Pyun YongHyeon2006-05-151-0/+1
* Type.Pyun YongHyeon2006-05-021-1/+1
* Add some incomplete support for Marvell Yukon EC controllers based onMaxim Sobolev2006-04-281-2/+28
* Bring busdmafied sk(4) to all architectures.Pyun YongHyeon2006-04-271-43/+95
* The number of ticks per usec for YUKON_EC is 125.Pyun YongHyeon2006-01-171-1/+1
* fix interrupt moderation timer frequencies for YukonPyun YongHyeon2006-01-171-2/+5
* Only allow the sk(4) driver to attach to revision 2 of the LinkSys EG1032John Baldwin2005-10-141-0/+5
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-1/+1
* Do not try to free non allocated memory in error case.Bjoern A. Zeeb2005-03-171-1/+5
* * Lower interrupt moderation timer 200->100.Bjoern A. Zeeb2005-03-171-0/+5
* * Improve chip identification.Bjoern A. Zeeb2005-03-171-3/+13
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-2/+2
* fix the missing lock in sk_jfree (verified w/ an assert)John-Mark Gurney2004-11-151-0/+1
* * Correct an off-by-one reading vpd ro data.David E. O'Brien2004-11-011-0/+1
* fix LOR's in sk. Original patch from dwhite. This moves the memoryJohn-Mark Gurney2004-08-201-2/+2
* add pci id for Belkin F5D5005 Gigabit ethernet card.John-Mark Gurney2004-08-201-0/+5
* Support the D-Link DGE-530T. Mine appears to have a blank eeprom, so assumeStephen McKay2004-03-311-0/+10
* Drop the driver lock around calls to if_input to avoid a LOR whenSam Leffler2003-11-141-0/+1
* Add vendor ID to make Marvell chipset work. E.g. to be foundWilko Bulte2003-11-121-0/+5
* Ahh, the joys of badge engineering. Tell the sk driver that thePeter Wemm2003-11-071-0/+10
* Add support for SK-9521 V2.0 and 3COM 3C940.Wilko Bulte2003-09-201-27/+251
* Change and clean the mutex lock interface.Bosko Milekic2001-02-091-4/+4
* First round of converting network drivers from spls to mutexes. ThisBill Paul2000-10-131-0/+6
* Make if_sk stop using the "hide the softc structure in the jumbo buffer"Bosko Milekic2000-10-121-7/+2
* Replace the mbuf external reference counting code with somethingDavid Malone2000-08-191-1/+0
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-3/+3
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-3/+3
* Reoganize/update the SysKonnect driver:Bill Paul2000-04-221-3/+54
* Fix the mechanism used to choose the unit numbers for the IP interfacesBill Paul1999-09-181-0/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Dangit. Somehow the pmap_kextract hack for alpha snuck back into theseBill Paul1999-07-231-3/+2
* Convert the SysKonnect gigabit ethernet driver to newbus.Bill Paul1999-07-221-2/+6
* Make a few other cleanups while I'm in the area. Typo in comment, unusedBill Paul1999-07-141-5/+2
* if_sk.c: use pci_port_t instead of u_shortBill Paul1999-07-091-3/+2
* This commit adds driver support for the SysKonnect SK-984x seriesBill Paul1999-07-091-0/+1172