Home | History | Annotate | Download | only in hpc
History log of /src/sys/dev/hpc/bicons.c
RevisionDateAuthorComments
 1.14  17-Jul-2011  joerg Retire varargs.h support. Move machine/stdarg.h logic into MI
sys/stdarg.h and expect compiler to provide proper builtins, defaulting
to the GCC interface. lint still has a special fallback.
Reduce abuse of _BSD_VA_LIST_ by defining __va_list by default and
derive va_list as required by standards.
 1.13  25-Dec-2007  perry Convert many of the uses of __attribute__ to equivalent
__packed, __unused and __dead macros from cdefs.h
 1.12  19-Oct-2007  ad branches: 1.12.2; 1.12.4; 1.12.8;
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
 1.11  31-Aug-2006  matt branches: 1.11.12; 1.11.26; 1.11.28; 1.11.32;
Appease GCC4 by making /* NOTREACHED */ code return 0.
 1.10  11-Dec-2005  christos branches: 1.10.4; 1.10.8;
merge ktrace-lwp.
 1.9  02-Jun-2005  uwe branches: 1.9.2;
Constify.
 1.8  27-Feb-2005  perry nuke trailing whitespace
 1.7  22-Oct-2003  agc branches: 1.7.8; 1.7.10;
Don't use NULL when an integer is needed.
 1.6  06-Sep-2002  gehenna branches: 1.6.6;
Merge the gehenna-devsw branch into the trunk.

This merge changes the device switch tables from static array to
dynamically generated by config(8).

- All device switches is defined as a constant structure in device drivers.

- The new grammer ``device-major'' is introduced to ``files''.

device-major <prefix> char <num> [block <num>] [<rules>]

- All device major numbers must be listed up in port dependent majors.<arch>
by using this grammer.

- Added the new naming convention.
The name of the device switch must be <prefix>_[bc]devsw for auto-generation
of device switch tables.

- The backward compatibility of loading block/character device
switch by LKM framework is broken. This is necessary to convert
from block/character device major to device name in runtime and vice versa.

- The restriction to assign device major by LKM is completely removed.
We don't need to reserve LKM entries for dynamic loading of device switch.

- In compile time, device major numbers list is packed into the kernel and
the LKM framework will refer it to assign device major number dynamically.
 1.5  02-Jan-2002  uch branches: 1.5.8;
when bootinfo has no framebuffer information, don't attach bicons.
 1.4  13-Nov-2001  lukem add RCSID
 1.3  15-Sep-2001  uch remove unused font_clB8x8_data[].
 1.2  09-Feb-2001  uch branches: 1.2.2; 1.2.4; 1.2.6; 1.2.8;
I forgot to initialize bicons for hpcmips.
 1.1  09-Feb-2001  uch add hpcmips/hpcsh common device directory
put bicons. (builtin console driver that don't require actual device driver)
 1.2.8.1  01-Oct-2001  fvdl Catch up with -current.
 1.2.6.2  10-Oct-2002  jdolecek sync kqueue with -current; this includes merge of gehenna-devsw branch,
merge of i386 MP branch, and part of autoconf rototil work
 1.2.6.1  10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.2.4.5  17-Sep-2002  nathanw Catch up to -current.
 1.2.4.4  28-Feb-2002  nathanw Catch up to -current.
 1.2.4.3  11-Jan-2002  nathanw More catchup.
 1.2.4.2  14-Nov-2001  nathanw Catch up to -current.
 1.2.4.1  21-Sep-2001  nathanw Catch up to -current.
 1.2.2.2  11-Feb-2001  bouyer Sync with HEAD.
 1.2.2.1  09-Feb-2001  bouyer file bicons.c was added on branch thorpej_scsipi on 2001-02-11 19:15:21 +0000
 1.5.8.1  16-May-2002  gehenna Use devsw API instead of accessing to devsw table.
 1.6.6.5  10-Nov-2005  skrll Sync with HEAD. Here we go again...
 1.6.6.4  04-Mar-2005  skrll Sync with HEAD.

Hi Perry!
 1.6.6.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.6.6.2  18-Sep-2004  skrll Sync with HEAD.
 1.6.6.1  03-Aug-2004  skrll Sync with HEAD
 1.7.10.1  19-Mar-2005  yamt sync with head. xen and whitespace. xen part is not finished.
 1.7.8.1  29-Apr-2005  kent sync with -current
 1.9.2.3  21-Jan-2008  yamt sync with head
 1.9.2.2  27-Oct-2007  yamt sync with head.
 1.9.2.1  30-Dec-2006  yamt sync with head.
 1.10.8.1  03-Sep-2006  yamt sync with head.
 1.10.4.1  09-Sep-2006  rpaulo sync with head
 1.11.32.1  25-Oct-2007  bouyer Sync with HEAD.
 1.11.28.2  09-Jan-2008  matt sync with HEAD
 1.11.28.1  06-Nov-2007  matt sync with HEAD
 1.11.26.1  26-Oct-2007  joerg Sync with HEAD.

Follow the merge of pmap.c on i386 and amd64 and move
pmap_init_tmp_pgtbl into arch/x86/x86/pmap.c. Modify the ACPI wakeup
code to restore CR4 before jumping back into kernel space as the large
page option might cover that.
 1.11.12.1  23-Oct-2007  ad Sync with head.
 1.12.8.1  02-Jan-2008  bouyer Sync with HEAD
 1.12.4.1  26-Dec-2007  ad Sync with head.
 1.12.2.1  18-Feb-2008  mjf Sync with HEAD.

RSS XML Feed