summaryrefslogtreecommitdiff
path: root/sys/dev/isa/if_ec.c
AgeCommit message (Expand)Author
2019-05-29 KNF. No functional change.msaitoh
2018-02-08Typos.dholland
2011-04-24use static inline for ec_readmem(), it is not referenced elsewhereplunky
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-03-12Split device_t and softc for the NE2000 Ethernet chip and all its variantscube
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
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-03-29Use device_cfdata().thorpej
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-12-11merge ktrace-lwp.christos
2005-02-27nuke trailing whitespaceperry
2005-02-04de-__Pperry
2004-09-14Separate the namespace for default (ie unspecified) locators useddrochner
2004-05-11Fix typo in comment; from Sergey Svishchev.wiz
2003-01-15Zero out the NIC memory when padding packet to ETHER_MIN_LEN-ETHER_CRC_LENbouyer
2002-10-02Fix sizeof and whitespace bug from the script I'm using to do thethorpej
2002-10-02Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-01-07Overhaul of the ISA autoconfiguration code to support directthorpej
2001-11-13add RCSIDlukem
2001-07-08Remove unnecessary include files. From Onno van der Linden.thorpej
2001-06-11transceiver, not transciever.wiz
2001-02-12Adjust the way that media is initialized on DP8390-compatiblethorpej
1999-03-23Use BUS_SPACE_ALIGNED_POINTER() instead of ALIGNED_POINTER() where the pointerdrochner
1998-10-27Holy smokes, batman! Actually fill in the "init_card" entry point!thorpej
1998-07-05defopt NS, NSIP.jonathan
1998-07-05defopt INET, NETATALK.jonathan
1998-06-25When writing packets to transmit buffers, do unaligned buffer fixups,thorpej
1998-06-09Nuke __BROKEN_INDIRECT_CONFIG.thorpej
1998-01-26Update copyright.thorpej
1998-01-26If we're using these devices on a big-endian CPU, byte swap the "count"thorpej
1998-01-12Update for config changes.thorpej
1997-11-02Fix a slight brain lapse.thorpej
1997-11-02Front-end to the dp8390 chip driver for the 3Com 3c503 Ethernet interface.thorpej