index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
pmax
/
dev
/
pm.c
Age
Commit message (
Expand
)
Author
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2002-10-02
Use CFATTACH_DECL().
thorpej
2002-09-27
Declare all cfattach structures const.
thorpej
2001-11-21
Presence looks better with a 'c' instead of an 's'.
wiz
2001-09-19
Adjust to use <dev/sun/fbio.h>
thorpej
2000-11-02
VFB01 framebuffer is 2048 bits wide (but only displays the first 1024 bits
mhitch
2000-02-03
- Massive change of console initialization. Have each model its own
nisimura
2000-01-10
Remove unneeded include files (up to 16 in two files!).
simonb
2000-01-09
The clean-up continues:
simonb
2000-01-08
Function prototype cleanup.
simonb
1999-09-05
Remove a few unnecessary header files.
simonb
1999-07-25
Change the way fb devices are configured and attached:
ad
1999-04-24
Nuke register and remove trailling white space.
simonb
1998-03-30
Garbage-collect old code for direct attachment.
jonathan
1998-01-12
Update for changes to config.
thorpej
1997-11-16
Fix cursor sprite for X11 startup/exit:
jonathan
1997-11-14
Initialize 3100 cursor to off, for rcons text mode.
jonathan
1997-07-21
Kill __BROKEN_INDIRECT_CONFIG on pmax.
jonathan
1997-06-16
Use #include <machine/bus.h> in pmax device drivers.
jonathan
1997-06-15
DECstation MIPS3 support: wbflush() is cpu-dependent, need declaration from
mhitch
1996-10-13
backout previous kprintf change
christos
1996-10-12
Split driver for decstation-3100 framebuffer (BrookTree bt478 RAMDAC,
jonathan
1996-10-11
printf -> kprintf, sprintf -> ksprintf
christos
1996-09-21
Update pmax framebuffer drivers for -Wall -Wstrict-prototypes:
jonathan
1996-09-08
* Add missing printf("\n") at end of attach routine in cfb, sfb, pm drivers.
jonathan
1996-03-17
New device attachment scheme:
thorpej
1996-02-15
Propagate changes from cfb driver to not require "needs-count" to other
jonathan
1996-02-02
Fix #includes.
mycroft
1996-01-29
Re-write Decstation turbochannel autoconfiguration code to use the machine-
jonathan
1995-11-25
Remove some cruft
mellon
1995-10-16
Initialize pointer to the fb method table. Not initializing the
jonathan
1995-09-11
Fix argument glitch between pminit() and consinit().
jonathan
1995-09-11
Change pmax framebuffer drivers to use Ted Lemon's port of the
jonathan
1995-08-10
Update DECstation drivers to use new-style config, removing
jonathan
1995-04-10
map --> mmap
mycroft
1994-10-26
new RCS ID format.
cgd
1994-05-27
bsd 4.4-lite pmax port as ported to NetBSD
glass
1994-05-27
upgrade to bsd 4.4-lite code base. only mod is rcsids
glass
1993-10-12
pmax code from <ralphc@pyramid.com> & <rick@snowhite.cis.uoguelph.ca>
deraadt