summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/if_ste.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* kill a few more casts that aren't helpful. ok krw miodtedu2011-06-221-5/+4
* use nitems(); no binary change for drivers that are compiled on amd64.jasper2011-04-031-2/+2
* - consistify cfdriver for the ethernet drivers (0 -> NULL)jasper2009-08-131-2/+2
* A few more simple cases of shutdown hooks which only call xxstop, whenderaadt2009-08-101-12/+1
* Eliminate the redundant bits of code for MTU and multicast handlingbrad2008-11-281-17/+10
* First step towards cleaning up the Ethernet driver ioctl handling.brad2008-10-021-9/+2
* Convert timeout_add() calls using multiples of hz to timeout_add_sec()blambert2008-09-101-3/+3
* Add missing '};' to end struct declaration. Compiles again.krw2007-07-171-1/+2
* ident/ansify/de-registerjasper2007-07-171-140/+117
* uncomment call to ste_miibus_statchg in ste_stats_update.brad2006-07-081-7/+5
* unknown ioctl is ENOTTY not EINVALjason2006-05-281-2/+2
* add another PCI id to the ste(4) driver.brad2006-04-021-3/+4
* allow bpf(4) to ignore packets based on their direction (inbound ordjm2006-03-251-3/+4
* - splimp -> splnetbrad2005-11-071-11/+8
* - a few fixes from the FreeBSD driverbrad2005-09-101-67/+74
* do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisubmatch(); kettenis@ testing; brad@ okmickey2005-08-091-6/+2
* clear IFF_RUNNING & IFF_OACTIVE in foo_stop() before de-allocating resources.brad2005-07-021-3/+3
* o if the mac address cannot be read, just fail and disestablish thefgsch2005-04-211-14/+32
* remove dmesg spewage when link changes, ok deraadt, brad, canacarbeck2005-04-081-3/+1
* make sure interface is in RUNNING state before touching the multicast filtersbrad2005-01-151-2/+3
* - Use ETHER_MAX_DIX_LEN.brad2004-11-211-6/+11
* vaddr_t casts for vtophys, works on amd64, enabled in GENERICcanacar2004-10-301-7/+7
* don't need to set ifp->if_mtu or ifp->if_output in each driver,brad2004-09-231-3/+1
* Do check for STATS_OFLOW in interrupt handler. The overflow interrupt iscanacar2004-08-221-7/+1
* update ste(4) with stability and performance fixes fromcanacar2004-08-091-98/+156
* Multicast cleanupsmcbride2004-06-061-29/+8
* do not whine if we cannot get mbufs. the countless printfd makes the machinehenning2004-04-091-7/+2
* lose ste_unit; jason@ okavsm2003-06-291-21/+20
* another bad format string; %s->%davsm2003-06-291-2/+2
* Get rid of the remaining vm_offset_t in pci drivers.art2003-01-151-2/+2
* Add a simplistic table driven lookup routine and use it where appropriate.jason2002-11-191-12/+7
* First round of __P removal in sysmillert2002-03-141-40/+40
* Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.miod2001-11-061-2/+2
* Change pci_intr_map to take pci_attach_args as an argument.art2001-08-251-3/+2
* remove redundant vm includesmickey2001-08-121-2/+1
* ALTQ'ify network drivers.kjc2001-06-271-6/+7
* trivial ether_input_mbuf() conversion.fgsch2001-06-251-6/+3
* for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ okmickey2001-02-201-5/+1
* new timeoutsmickey2001-02-031-5/+7
* Use mii_attach() directly instead of mii_phy_probe().aaron2000-10-161-2/+3
* Make this driver work. When I ported it from FreeBSD, somehow a line got leftaaron2000-06-271-1/+2
* make sure to call ether_{add,del}multi() as appropriate in xxx_ioctl()jason2000-02-151-3/+13
* Remove unused #define cruft.aaron1999-12-081-9/+1
* Whoops; forgot to bump FreeBSD version numbers.aaron1999-12-081-2/+2
* Sync with FreeBSD:aaron1999-12-081-131/+109
* remove freebsd bridging stuff, and let ALL packets go to ether_input()jason1999-12-071-39/+1
* Driver for Sundance ST201 Ethernet; from FreeBSD.aaron1999-12-071-0/+1573