summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_vr.c
AgeCommit message (Expand)Author
2022-09-24Remove unnecessary include of <sys/malloc.h>.thorpej
2022-09-17Eliminate use of IFF_OACTIVE.thorpej
2021-07-24s/structres/structures + s/whenver/wheneverandvar
2021-05-08Use pci_compatible_match().thorpej
2020-02-07Use callout_setfunc() / callout_schedule().thorpej
2020-01-30Adopt <net/if_stats.h>.thorpej
2019-09-13 if_flags is neither int nor short. It's unsigned short.msaitoh
2019-05-28 Use ETHER_LOCK()/ETHER_UNLOCK() for all ethernet drivers to protect ec_multi*.msaitoh
2019-05-23 Whitespace fix (mainly tabify).msaitoh
2019-05-23-No functional change:msaitoh
2019-01-22 Change MII PHY read/write API from:msaitoh
2018-12-09use pci_intr_establish_xname() everywherejdolecek
2018-07-18Be consistent among ethernet drivers on the convention for printing ethernetsevan
2018-06-26 Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backwardmsaitoh
2018-02-28Cosmetic printf/aprint changes.flxd
2018-02-28Cosmetic fix for the Physical Address Registers PAR0 to PAR5.flxd
2016-12-15Move bpf_mtap and if_ipackets++ on Rx of each driver to percpuq if_inputozaki-r
2016-12-08Apply deferred if_start frameworkozaki-r
2016-07-14- Use aprint*() instead of printf() in xxx_attach().msaitoh
2016-07-07KNF. Remove extra spaces. No functional change.msaitoh
2016-06-10Introduce m_set_rcvif and m_reset_rcvifozaki-r
2016-02-09Introduce softint-based if_inputozaki-r
2015-04-13Convert sys/dev to use <sys/rndsource.h>.riastradh
2014-08-10Merge tls-earlyentropy branch into HEAD.tls
2014-03-29make pci_intr_string and eisa_intr_string take a buffer and a lengthchristos
2012-12-27- reset the chip if the tx engine gets stuck after a link state change,jmcneill
2012-07-22Fix mii_statchg to take a 'struct ifnet *' instead of device_t. This fixesmatt
2012-02-02Entropy-pool implementation move and cleanup.tls
2012-01-30Use pci_aprint_devinfo(9) instead of pci_devinfo+aprint_{normal,naive}drochner
2011-11-19First step of random number subsystem rework described intls
2010-12-16Enable ETHERCAP_VLAN_MTU in vr(4). Tested on VT6105M and VT8237R+.jakllsch
2010-11-13Don't pull in the whole uvm(9) API to access only PAGE_SIZE anduebayasi
2010-04-28Silence for boot -zhubertf
2010-04-05Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpfjoerg
2010-02-24A pointer typedef entails trading too much flexibility to declare constdyoung
2010-01-19Redefine bpf linkage through an always present op vector, i.e.pooka
2010-01-08Expand PMF_FN_* macros.dyoung
2009-11-26Cleanup interrupt establish error messages. Do not mixnjoly
2009-09-26add suspend/resume supportjmcneill
2009-09-06Replace shutdownhook_establish(9) with pmf_device_register1(9).tsutsui
2009-08-23Don't maintain a list of descriptions for each supported device, that'sjmcneill
2009-05-06struct cfdata * -> cfdata_t, no functional changes intended.cegger
2008-07-09- device/softc splitjoerg
2008-07-09Constify device table.joerg
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-10use aprint_*_dev and device_xnamecegger
2008-03-21pci_activate() expects for its void * argument to be a device_t,dyoung
2008-03-11Prepare for PMF self-suspension: in the if_stop() methods, cleardyoung
2008-01-19Make many ethernet drivers share the common code for MII mediadyoung
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had