bootstrap.h (d3bd55032a25c624f05995d74b886d25a1a10741) bootstrap.h (4ac2186d79f65de18b11f2693e78f73b27d5308b)
1/*
2 * Copyright (c) 1998 Michael Smith <msmith@freebsd.org>
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 122 unchanged lines hidden (view full) ---

131};
132
133extern struct console_template ct_list[];
134extern struct console **consoles;
135uint_t cons_array_size(void);
136int cons_inputdev(void);
137void cons_probe(void);
138void cons_mode(int);
1/*
2 * Copyright (c) 1998 Michael Smith <msmith@freebsd.org>
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 122 unchanged lines hidden (view full) ---

131};
132
133extern struct console_template ct_list[];
134extern struct console **consoles;
135uint_t cons_array_size(void);
136int cons_inputdev(void);
137void cons_probe(void);
138void cons_mode(int);
139struct console *cons_get_console(const char *);
139void autoload_font(bool);
140
141/*
142 * Plug-and-play enumerator/configurator interface.
143 */
144struct pnphandler
145{
146 const char *pp_name; /* handler/bus name */

--- 281 unchanged lines hidden ---
140void autoload_font(bool);
141
142/*
143 * Plug-and-play enumerator/configurator interface.
144 */
145struct pnphandler
146{
147 const char *pp_name; /* handler/bus name */

--- 281 unchanged lines hidden ---