summaryrefslogtreecommitdiff
path: root/usr.bin/tr
ModeNameSize
-rw-r--r--Makefile149logplain
-rw-r--r--extern.h1983logplain
-rw-r--r--str.c8929logplain
-rw-r--r--tr.18989logplain
-rw-r--r--tr.c6842logplain
a href='/netbsd/commit/sys/dev/pci/if_rtk_pci.c?id=59717d7121f4e776f177fef7710894dbecfe95e1'>struct cfdata * -> cfdata_t, no functional changes intended.cegger 2008-08-23Also match Realtek 8138, 8139D, and 8100.tsutsui 2008-04-25Split device_t/softc for re(4) and rtk(4).tsutsui 2007-12-09Merge jmcneill-pm branch.jmcneill 2007-11-06Use device_t and device_private(). Convert attach to use aprint_*.uwe 2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had 2007-03-21Cleanup handling of quikrs on each RealTek chip:tsutsui 2007-02-25Try to map both PCI I/O and memory space and remove #ifdef RTK_USEIOSPACE.tsutsui 2006-11-16__unused removal on arguments; approved by core.christos 2006-11-09Print device revision on attach.tsutsui 2006-10-27Use common macro rather than local one.tsutsui 2006-10-12- sprinkle __unused on function decls.christos 2006-09-24Add "name" parameter to powerhook_establish, to aid debugging. No objectionsjmcneill 2006-09-01s/dreamcast/sh3/ to cover landisk.uwe 2006-03-09Add recognition of Nortel Baystack 21 as an rtk8139 variant.he 2005-12-11merge ktrace-lwp.christos 2005-01-27Add rtk_pci powerhook, from Kentaro A. Kurahonejmcneill 2004-08-21Use ANSI function decls and make use of static.thorpej 2004-02-13RealTek -> Realtek.wiz 2003-10-25Add definitions for 8139C+ and 8169 chips. Not used yet. From FreeBSD.fvdl 2003-01-29Set RTK_ENABLE flag when it attached. This fixed multicast problem.kanaoka 2002-12-23Don't use PCI_PRODUCT_DELTA_8139 (0x1360) for args of pci_conf_read() andtsutsui 2002-12-23Fix typo in printf message.tsutsui 2002-10-02Add trailing ; to CFATTACH_DECL.thorpej 2002-09-30Use CFATTACH_DECL().thorpej 2002-09-27Declare all cfattach structures const.thorpej 2002-02-06TAB/space cosmeticstsutsui 2002-02-04Remove chip description which is also mentioned in dev/ic/rtl81x9.c.tsutsui 2001-11-13add RCSIDlukem