summaryrefslogtreecommitdiff
path: root/libexec/makekey/makekey.c
AgeCommit message (Expand)Author
1997-10-07WARNS?=1. RCS ids.mrg
1997-04-29Sync to 4.4BSD-Lite2tls
1993-08-01Add RCS identifiers.mycroft
1993-03-21initial import of 386bsd-0.1 sourcescgd
config) - CFARG_SEARCH (search function for indirect config) - CFARG_IATTR (interface attribte) - CFARG_LOCATORS (locators array) - CFARG_DEVHANDLE (devhandle_t - wraps OFW, ACPI, etc. handles) ...and a sentinel value CFARG_EOL. Add some extra sanity checking to ensure that interface attributes aren't ambiguous. Use CFARG_DEVHANDLE in MI FDT, OFW, and ACPI code, and macppc and shark ports to associate those device handles with device_t instance. This will trickle trough to more places over time (need back-end for pre-OFW Sun OBP; any others?). 2012-10-27split device_t/softc for all remaining drivers.chs replace "struct device *" with "device_t". use device_xname(), device_unit(), etc. 2009-05-12struct device * -> device_t, no functional changes intended.cegger 2009-05-12struct cfdata * -> cfdata_t, no functional changes intended.cegger 2008-04-28Remove clause 3 and 4 from TNF licensesmartin 2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had 2005-12-11merge ktrace-lwp.christos 2005-08-26s/locdesc_t/int/gdrochner 2005-02-27nuke trailing whitespaceperry 2004-09-13a round of autoconf cleanup:drochner -convert submatch() style functions (passed to config_search() or config_found_sm()) to the locator passing variants -pass interface attributes in some cases -make submatch() functions look uniformly as far as possible -avoid macros which just hide cfdata members, and reduce dependencies on "locators.h" 2003-01-01Use aprint_normal() in cfprint routines.thorpej 2002-10-02Add trailing ; to CFATTACH_DECL.thorpej 2002-09-30Use CFATTACH_DECL().thorpej 2002-09-27Declare all cfattach structures const.thorpej 2002-01-13Added new config hook type PCIINTR (handling PCI interrupt).takemura Added config hook APIs, config_connect, config_disconnect and config_connected_call. Supported PCIINTR type event in hpcio. 2001-11-13add RCSIDlukem 2001-06-13make this work.uch 2001-06-04ANSI KNF.uch 2001-05-01Fix 'busname' to attach nodes correctly.takemura 2001-04-30Machine independent GPIO interface.takemura