summaryrefslogtreecommitdiff
path: root/sys/dev/ic/rtwphyio.c
AgeCommit message (Expand)Author
2016-10-09PR/51540: Henning Petersen: replace , with ;christos
2013-09-14Put helper functions for debugging under the corresponding debugjoerg
2009-10-19Drop 3rd and 4th clauses from David Young's license.rmind
2008-03-03Explicitly include <sys/device.h> for device_t.tsutsui
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-08-31Per discussion on tech-kern and tech-userlevel, move the bit-twiddlingdyoung
2006-03-08Move my bit-twiddling macros to libkern.h from my drivers, wheredyoung
2005-12-29Add support for the GCT Semiconductor GRF5101 transceiver/synthesizer.dyoung
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-12-11merge ktrace-lwp.christos
2005-06-22Resolve conflicts in importation of 18-May-2005 ath(4) / net80211(9)dyoung
2005-01-02Cosmetic: change u_int{8,16,32,64}_t to C99-style uint{8,16,32,64}_t,dyoung
2004-12-27Remove useless debug sysctls.dyoung
2004-12-25Change rtw_debug from a debug level to a debug mask. Add a lot ofdyoung
2004-12-20Realtek sample sources are not consistent about the "Digital PHY"dyoung
2004-12-13At last, I have rtw w/ Philips RF receiving packets.dyoung
2004-09-26Add work-in-progress driver rtw(4) for Realtek RTL8180 MAC/baseband.dyoung