summaryrefslogtreecommitdiffstats
path: root/sys/dev/sk/if_skreg.h
Commit message (Expand)AuthorAgeFilesLines
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-1/+1
* Do not try to free non allocated memory in error case.bz2005-03-171-1/+5
* * Lower interrupt moderation timer 200->100.bz2005-03-171-0/+5
* * Improve chip identification.bz2005-03-171-3/+13
* /* -> /*- for license, minor formatting changesimp2005-01-071-2/+2
* fix the missing lock in sk_jfree (verified w/ an assert)jmg2004-11-151-0/+1
* * Correct an off-by-one reading vpd ro data.obrien2004-11-011-0/+1
* fix LOR's in sk. Original patch from dwhite. This moves the memoryjmg2004-08-201-2/+2
* add pci id for Belkin F5D5005 Gigabit ethernet card.jmg2004-08-201-0/+5
* Support the D-Link DGE-530T. Mine appears to have a blank eeprom, so assumemckay2004-03-311-0/+10
* Drop the driver lock around calls to if_input to avoid a LOR whensam2003-11-141-0/+1
* Add vendor ID to make Marvell chipset work. E.g. to be foundwilko2003-11-121-0/+5
* Ahh, the joys of badge engineering. Tell the sk driver that thepeter2003-11-071-0/+10
* Add support for SK-9521 V2.0 and 3COM 3C940.wilko2003-09-201-29/+253
* Change and clean the mutex lock interface.bmilekic2001-02-091-4/+4
* First round of converting network drivers from spls to mutexes. Thiswpaul2000-10-131-0/+6
* Make if_sk stop using the "hide the softc structure in the jumbo buffer"bmilekic2000-10-121-7/+2
* Replace the mbuf external reference counting code with somethingdwmalone2000-08-191-1/+0
* Back out the previous change to the queue(3) interface.jake2000-05-261-3/+3
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-3/+3
* Reoganize/update the SysKonnect driver:wpaul2000-04-221-3/+54
* Fix the mechanism used to choose the unit numbers for the IP interfaceswpaul1999-09-181-0/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Dangit. Somehow the pmap_kextract hack for alpha snuck back into thesewpaul1999-07-231-3/+2
* Convert the SysKonnect gigabit ethernet driver to newbus.wpaul1999-07-221-2/+6
* Make a few other cleanups while I'm in the area. Typo in comment, unusedwpaul1999-07-141-5/+2
* if_sk.c: use pci_port_t instead of u_shortwpaul1999-07-091-3/+2
* This commit adds driver support for the SysKonnect SK-984x serieswpaul1999-07-091-0/+1172
OpenPOWER on IntegriCloud