/* $NetBSD: create.h,v 1.14 1999/12/20 03:25:57 hubertf Exp $ */ /* from FreeBSD Id: create.h,v 1.13 1997/10/08 07:46:19 charnier Exp */ /* * FreeBSD install - a package for the installation and maintainance * of non-core utilities. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * * Jordan K. Hubbard * 18 July 1993 * * Include and define various things wanted by the create command. * */ #ifndef _INST_CREATE_H_INCLUDE #define _INST_CREATE_H_INCLUDE extern char *Prefix; extern char *Comment; extern char *Desc; extern char *Display; extern char *Install; extern char *DeInstall; extern char *Contents; extern char *Require; extern char *ExcludeFrom; extern char *Mtree; extern char *Pkgdeps; extern char *Pkgcfl; extern char *BuildVersion; extern char *BuildInfo; extern char *SizePkg; extern char *SizeAll; extern char *SrcDir; extern char PlayPen[]; extern size_t PlayPenSize; extern int Dereference; extern int PlistOnly; extern int RelativeLinks; extern int ReorderDirs; void check_list(char *, package_t *, const char *); void copy_plist(char *, package_t *); #endif /* _INST_CREATE_H_INCLUDE */ '>commitdiff
path: root/sys/arch/mips/alchemy/include
AgeCommit message (Expand)Author
2011-07-10Fix machine/ includesmatt
2011-07-01#include <sys/bus.h> instead of <machine/bus.h>.dyoung
2011-02-20Merge forward from matt-nb5-mips64.matt
2007-02-21Replace the Mach-derived boolean_t type with the C99 bool type. Athorpej
2006-10-02Add register values required to configure PSC/SPI devices on Alchemy AU1550.gdamore
2006-07-13Add an option COM_REGMAP to allow com(4) to use an array of register indices.gdamore
2006-04-10Fix some comment grammar nits.simonb
2006-03-25Ooops, forgot to commit some register renames. (Minor cleanups.)gdamore
2006-03-01Fix base-address for PSC devices.shige
2006-02-24Add Au1XXX PSC(Programable Serial Controller) bus-type driver.shige
2006-02-20Add missing GPIO_BASE, plus clean up PCMCIA_BASE and add STATIC_BUS_BASE.gdamore
2006-02-16Reenable PCI on DBAU1500. May still be useful for PIO devices. Commentsgdamore
2006-02-10Reduce address space used by PCI.gdamore
2006-02-10Add au_intr_enable() and au_intr_disable() API to allow for split interruptsgdamore
2006-02-09Split out peripheral register defines from aureg.h. As discussed withgdamore
2006-02-09Remove if_aumac register defs, which were generally #ifdef'd out anyway.gdamore
2006-02-09Remove not-useful UART references from aureg.h, duplicates consolidated intogdamore
2006-02-09Add Au1550 PCI support (Au1500 not yet, coming shortly).gdamore
2006-02-06Fix up incorrect ICU reporting, add processor specific switch tables forgdamore
2006-02-06Add a bus_space that makes use of wired TLB entries, as required for PCI,gdamore
2005-12-20Add basic support for Alchemy Au1550 processor (CPU and devices).tron
2005-12-11merge ktrace-lwp.christos
2004-11-11Add USB device controller register names.soren
2003-11-08Add a define for the size of the UART register block.simonb
2003-07-04Nuke the "alchemy_info" stuff, and just use the dev_propdb to setthorpej
2003-04-01add defines for Alchemy clock and frequency control registers.hpeyerl
2003-04-01allocate an aubus dma tag.hpeyerl
2003-03-22Fix a grammatical nit.simonb
2002-11-17Fix typo in the address of the Au1500 MAC1 enable register; 2nd MAC workssimonb
2002-07-29Add support for the the Alchemy Semiconductor Au1x00 series on-chipsimonb