summaryrefslogtreecommitdiff
path: root/sys/modules/apple_smc
diff options
context:
space:
mode:
authorMerlin Scholz <merlin@scholz.ruhr>2022-12-13 10:00:55 +0100
committerMerlin Scholz <merlin@scholz.ruhr>2022-12-13 10:00:55 +0100
commit57b8faa72823ed98eb542eccbd0ab203fec47345 (patch)
tree7c679c30e374f8c1cccdc302d2a7d63366f64835 /sys/modules/apple_smc
parente4e98eb0d351245fe2cbe30a14ab09e03f56beab (diff)
Add lockcount output via printflockcount-9.3
Diffstat (limited to 'sys/modules/apple_smc')
0 files changed, 0 insertions, 0 deletions
2009-05-06struct cfdata * -> cfdata_t, no functional changes intended.cegger 2008-04-28Remove clause 3 and 4 from TNF licensesmartin 2008-03-29Sorry forgot.kiyohara 2008-03-29Make it compile again.ad 2008-02-29Use PMF_FN_ARGS, PMF_FN_PROTO.dyoung 2007-12-09Merge jmcneill-pm branch.jmcneill 2007-11-06The argument of *_intr_establish() is changed to fwohci_flit.kiyohara 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 2005-12-11merge ktrace-lwp.christos 2005-07-11ieee1394 import from FreeBSD.kiyohara 2005-02-27nuke trailing whitespaceperry 2005-02-04de-__Pperry 2004-04-23pass string length (= boundary info) to pci_devinfo so that we do not run overitojun 2003-01-31Use aprint_*().thorpej 2002-12-04New Feature: add pseudo device for IEEE 1394 isochronous stream andhaya 2002-10-02Add trailing ; to CFATTACH_DECL.thorpej 2002-09-30Use CFATTACH_DECL().thorpej 2002-09-27Declare all cfattach structures const.thorpej 2002-01-26OCHI -> OHCIichiro 2001-11-15don't need <sys/types.h> when including <sys/param.h>lukem 2001-11-13add RCSIDlukem 2001-05-01Change to IPL_BIOjmc 2001-04-12Use IPL_NET for now -- the only use of 1394 right now is for networkthorpej 2001-03-15Make fwohci works on big endian cpu (e.g., powermac g4).enami 2001-03-15Fix indentation and white space usage.enami 2000-12-28Change pci_intr_map to get interrupt source information from a "structsommerfeld 2000-12-13Add RCS Id.enami 2000-11-05Merge in my some of my stuff.matt 2000-11-05First Prototype implementation of network interface part for IEEE1394 (if_fw).onoe