summaryrefslogtreecommitdiff
path: root/sys/dev/ic/dp83932.c
AgeCommit message (Expand)Author
2013-10-25Remove unused stuffmartin
2010-11-13Don't pull in the whole uvm(9) API to access only PAGE_SIZE anduebayasi
2010-04-05Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpfjoerg
2010-01-19Redefine bpf linkage through an always present op vector, i.e.pooka
2009-09-02Use a proper local variable.tsutsui
2009-09-02Make local functions static.tsutsui
2009-09-02Invert logic around nested pmf(9) registrations for readability.tsutsui
2009-09-01Also call pmf_class_network_register(9).tsutsui
2009-09-01Replace shutdownhook_establish(9) with pmf_device_register1(9).tsutsui
2008-08-23Fix typo in comment.tsutsui
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-23Split softc/device_t and misc cleanup for sn(4).tsutsui
2008-04-19The DP83932C manual says the CAM enable register (CER) can't betsutsui
2008-04-08use aprint_*_dev and device_xnamecegger
2008-03-14Enable ETHERCAP_VLAN_MTU.tsutsui
2008-03-12sonic_stop: clear IFF_RUNNING before disabling.dyoung
2008-01-19There is really no use for switch when there is no case labelsdyoung
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-08-26Constify: LLADDR -> CLLADDR. I'm aiming here to make it easier todyoung
2007-06-08Set DCR_TFT[01] and DCR_RFT[01] bits of DCR register for TX/RX thresholdstsutsui
2007-06-02In sonic_reset(), make sure to stop TX, RX and timertsutsui
2007-06-02Sync tda_status and rda_status DMA descriptors also after they are polledtsutsui
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2005-12-11merge ktrace-lwp.christos
2005-02-27nuke trailing whitespaceperry
2005-01-31Eliminate use of M_HASFCS.thorpej
2004-10-30When adding/deleting multicast addresses, only whack the addressthorpej
2003-10-29Fix bogus GCC uninitialized variable warning.tsutsui
2003-01-18When the extra pad buffer is used, the number of TX segmentstsutsui
2003-01-18Fix pasto and typos.tsutsui
2003-01-15Use a properly zero'd buffer to pad the packet to ETHER_MIN_LEN-ETHER_CRC_LENbouyer
2001-11-13add/cleanup RCSIDlukem
2001-07-23Make sure to initialize the all Rx descriptors properly in sonic_init()tsutsui
2001-07-19Use BUS_DMA_READ and BUS_DMA_WRITE in some obvious places.thorpej
2001-07-05Do a little manual CSE, taking unneeded comparisons out of loops,thorpej
2001-07-05A new DP83932 ``SONIC'' driver, which uses bus_dma(9) and does I/Othorpej