summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/tc/cfb.c
AgeCommit message (Expand)Author
2010-12-26Kill pmap_phys_address(), and force every driver's mmap() routine to returnMiod Vallat
2009-03-29make various strings ("can't map mem space" and similar) more consistentStuart Henderson
2008-08-09Pass a device name to {tc,tcds,ioasic}_intr_establish in order to getMiod Vallat
2007-11-06Get rid of TC_IPL_xxx values and tc_intrlevel_t, and use IPL_xxx and int.Miod Vallat
2006-11-29Add a new member to struct wsemuldisplaydev_attach_args, for a frame bufferMiod Vallat
2006-07-12include uvm_extern.h for atop()Martin Reindl
2006-01-02remove last traces of __BROKEN_INDIRECT_CONFIG.Brad Smith
2005-10-28no more Mach-macrosMartin Reindl
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2001-02-01Adapt to recent wscons changes.Artur Grabowski
2000-08-04convert sfb and cfb to use new wscons; from NetBSD.Eric Jackson
1998-11-21when mmap'ing check for offset >= size, not just > size and disallow negative...Todd C. Miller
1997-11-06Add some missing things for the MI vga driver. Move wscons to an MI place asNiklas Hallqvist
1997-07-31text video attributes, tested only on vga, send me E-mail if it breaks someth...kstailey
1997-01-24Sync with NetBSD 961207Niklas Hallqvist
1996-12-08Merge to NetBSD 961107, i.e. mostly new bus.hNiklas Hallqvist
1996-11-23added const to second parameter of cfprint_t routineskstailey
1996-11-12s/bus.h/bus.old.h/ to make the transit to the bus_space bus.h an easy roadNiklas Hallqvist
1996-10-30Merge to NetBSD 961020. Retained our kernel APIs where NetBSD has changed.Niklas Hallqvist
1996-07-29Add OpenBSD tags. Adapt to OpenBSD *_intr_establish calling conventionNiklas Hallqvist
1996-06-18sync to 0616, retaining local diffsTheo de Raadt