summaryrefslogtreecommitdiff
path: root/sys/dev/ic/ne2000.c
AgeCommit message (Expand)Author
2010-03-19No need to override mem_ring value in ne2000_ipkdb_attach()tsutsui
2010-03-13- make local functions statictsutsui
2010-03-13Misc KNF.tsutsui
2010-03-03Put several fixes to ne(4) driver for better 8 bit mode support,tsutsui
2010-02-24A pointer typedef entails trading too much flexibility to declare constdyoung
2010-02-24Use roundup2() in <sys/param.h> rather than a conditional.tsutsui
2010-02-24Now dp8390_config() calculates mem_ring correctly sotsutsui
2010-01-08Expand PMF_FN_* macros.dyoung
2010-01-02nothing uses ne2000_power anymore.christos
2009-05-05Added NE2000 with 8bit bus width support.nonaka
2009-04-05Provide pmf(9) hooks that do what dopowerhooks(9) hook does.uwe
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-08use aprint_*_dev and device_xnamecegger
2008-03-12Split device_t and softc for the NE2000 Ethernet chip and all its variantscube
2008-03-09Use NE2000_TYPE_UNKNOWN instead of just 0 in a couple places.dholland
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-01-13Make the IPKDB code compile.cube
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-07-11Add power hooks for "ne* at pcmcia?".peter
2006-05-21void casts to functions whose return values are ignored.christos
2006-01-29Make almost everything #include <sys/bswap.h> instead of <machine/bswap.h>dsl
2005-12-11merge ktrace-lwp.christos
2005-02-26ASIX AX88796 is an NE2000 compatible ethernet chip, but doesn't seem tobsh
2005-02-04de-__Pperry
2004-08-09Do barriers on the ASIC space without touching the NIC space.mycroft
2004-07-04Fix a bug in the packet "padding" code. If we're padding a packet with an oddmycroft
2004-03-17A random patch that's been in my source tree...mycroft
2003-11-02Fix some typos. From Tom Cosgrove via jmc@openbsd.wiz
2003-10-25Fix uninitialized variable warningschristos
2003-10-22support for NE2000_TYPE_AX88790 fromchristos
2003-01-15Zero out the NIC memory when padding packet to ETHER_MIN_LEN-ETHER_CRC_LENbouyer
2001-11-13add/cleanup RCSIDlukem
2001-08-04MII access routines for ASIX AX88190.enami
2001-07-07bcopy -> memcpythorpej
2001-07-07bcmp -> memcmpthorpej
2001-06-05Handle the DL10022 case.thorpej
2001-02-12Adjust the way that media is initialized on DP8390-compatiblethorpej
2000-12-11Fix the previous differently:ws
2000-12-03Set range of memory protected by read/write bus space barriers to thejlam
2000-03-22Make IPKDB working again.ws
2000-03-22Add bus_space_barrier.ws
2000-02-09ASIX AX88190 support (Planex FNW-3700-T and Melco LPC3-TX) from FreeBSD/PAO3.enami
2000-02-09- Since all resources are mandatory, no need to manage individually.enami
2000-02-02use a bit more standard (sys/device.h) prototype for {dp8390,ne2000}_detach().itojun
2000-02-02implement if_detach code for ne/pcmcia.itojun
1999-09-27Support Planex Communications Inc, FNW-3600-T.enami
1999-09-27Change NE2000_USE_WORD to take pointer to softc rather than type.enami