# $NetBSD: Makefile,v 1.9 2006/08/04 19:07:55 christos Exp $ # @(#)Makefile 8.1 (Berkeley) 5/31/93 PROG= test SRCS= test.c LINKS= ${BINDIR}/test ${BINDIR}/[ CFLAGS+=-g MLINKS= test.1 '[.1' .include c/explora/dev?h=trunk' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-12-08fix various typos in comments and log messages.andvar
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2021-03-16Style. No binary changes.rin
2021-03-07Add initial support for Xorg server for wsfb(4):rin
2021-03-07Misc cleanup for clarity. No functional changes.rin
2021-03-05Fix color map.rin
2021-03-05Configure fb(4) appropriately also when it is not console.rin
2021-03-05Avoid doubly bus_space_map(9) when pckbc(4) is already attached as console.rin
2021-03-05pckbcintr() must be running with IPL_TTY, not IPL_SERIAL. Otherwise,rin
2021-03-02Convert to intr_establish_xname().rin
2021-03-02Stop registering same function twice, i.e., for pckbd(4) and pms(4),rin
2020-11-21malloc(9) -> kmem(9)thorpej
2018-12-08Clean up initialization of com_regs structure, in preparation forthorpej
2011-07-01#include <sys/bus.h> instead of <machine/bus.h>.dyoung
2011-06-18split device/softc (CFATTACH_DECL_NEW)matt
2011-06-06CFATTACH_DECL(..., sizeof(struct device), -> CFATTACH_DECL_NEW(..., 0matt
2011-06-06More device_t, cfdata, CFATTACH_DECL_NEW cleanup.matt
2010-05-15Clear RI_NO_AUTO in actual attach functions during autoconf(9)tsutsui
2010-05-15Set RI_NO_AUTO in ri_flg if fb_init() is invoked from cnattach.tsutsui
2008-08-08Make the console on com0 detection work again.hannken
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-04Split device_t/softc for le(4) and variants and misc cosmetic changes.tsutsui
2008-03-15Split device_t and softc for pckbc(4) and its attachments.cube
2008-03-14Split device_t and softc for all com(4) devices (well, everything thatcube
2008-03-07Split the softc from the device_t for all lpt(4) variants and attachmentscube
2007-11-27When using bus_space_map() on the ISA bus unstride the address. Sincehannken
2007-03-07Add a required __UNVOLATILE() around argument to memcpy() / memset().he
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-07-13Add an option COM_REGMAP to allow com(4) to use an array of register indices.gdamore
2006-04-13Make it compile again by adding a second cookie to ioctl and mmaphannken
2005-12-11merge ktrace-lwp.christos
2004-09-13use config_found() instead of config_found_sm() if no submatchdrochner
2004-01-05Implement fb_mmap(). From David P. Reese Jr. with PR #23985.hannken
2003-08-16Add bus_dmamap_sync as dma regions are no longer uncached.hannken
2003-07-25Switch ibm4xx ports to common powerpc bus_space/bus_dma code.scw
2003-07-15__KERNEL_RCSID()lukem
2003-03-17Add hardware accelerated copy/erase ops.hannken
2003-03-11Add a port to the NCD Explora451 ThinClient.hannken