Convert files to UTF-8

This commit is contained in:
Ulrich Spörlein 2012-01-15 13:23:43 +00:00
parent 004a39cd57
commit 62355ca27f
6 changed files with 108 additions and 108 deletions

View File

@ -34,8 +34,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*-
* This font lives in the public domain. It is a PC font, IBM encoding,
* which was designed for use with syscons.
* This font lives in the public domain. It is a PC font, IBM encoding
* (CP437), which was designed for use with syscons.
*
* Copyright (c) 2000 Andrew Miklic
*/
@ -2931,7 +2931,7 @@ const struct gfb_font bold8x16 = {
0x00, /* ........ */
0x00, /* ........ */
/*   */
/* á */
0x00, /* ........ */
0x06, /* .....**. */
0x0c, /* ....**.. */
@ -2949,7 +2949,7 @@ const struct gfb_font bold8x16 = {
0x00, /* ........ */
0x00, /* ........ */
/* ¡ */
/* í */
0x00, /* ........ */
0x06, /* .....**. */
0x0c, /* ....**.. */
@ -2967,7 +2967,7 @@ const struct gfb_font bold8x16 = {
0x00, /* ........ */
0x00, /* ........ */
/* ¢ */
/* ó */
0x00, /* ........ */
0x06, /* .....**. */
0x0c, /* ....**.. */
@ -2985,7 +2985,7 @@ const struct gfb_font bold8x16 = {
0x00, /* ........ */
0x00, /* ........ */
/* £ */
/* ú */
0x00, /* ........ */
0x0c, /* ....**.. */
0x18, /* ...**... */
@ -3003,7 +3003,7 @@ const struct gfb_font bold8x16 = {
0x00, /* ........ */
0x00, /* ........ */
/* ¤ */
/* ñ */
0x00, /* ........ */
0x00, /* ........ */
0x76, /* .***.**. */
@ -3021,7 +3021,7 @@ const struct gfb_font bold8x16 = {
0x00, /* ........ */
0x00, /* ........ */
/* ¥ */
/* Ñ */
0x76, /* .***.**. */
0xdc, /* **.***.. */
0x00, /* ........ */
@ -3039,7 +3039,7 @@ const struct gfb_font bold8x16 = {
0x00, /* ........ */
0x00, /* ........ */
/* ¦ */
/* ª */
0x00, /* ........ */
0x00, /* ........ */
0x7c, /* .*****.. */
@ -3057,7 +3057,7 @@ const struct gfb_font bold8x16 = {
0x00, /* ........ */
0x00, /* ........ */
/* § */
/* º */
0x00, /* ........ */
0x00, /* ........ */
0x7c, /* .*****.. */
@ -3075,7 +3075,7 @@ const struct gfb_font bold8x16 = {
0x00, /* ........ */
0x00, /* ........ */
/* ¨ */
/* ¿ */
0x00, /* ........ */
0x00, /* ........ */
0x18, /* ...**... */
@ -3093,7 +3093,7 @@ const struct gfb_font bold8x16 = {
0x00, /* ........ */
0x00, /* ........ */
/* © */
/* */
0x00, /* ........ */
0x00, /* ........ */
0x00, /* ........ */
@ -3111,7 +3111,7 @@ const struct gfb_font bold8x16 = {
0x00, /* ........ */
0x00, /* ........ */
/* ª */
/* ¬ */
0x00, /* ........ */
0x00, /* ........ */
0x00, /* ........ */
@ -3129,7 +3129,7 @@ const struct gfb_font bold8x16 = {
0x00, /* ........ */
0x00, /* ........ */
/* « */
/* ½ */
0x00, /* ........ */
0x18, /* ...**... */
0x38, /* ..***... */
@ -3147,7 +3147,7 @@ const struct gfb_font bold8x16 = {
0x00, /* ........ */
0x00, /* ........ */
/* ¬ */
/* ¼ */
0x00, /* ........ */
0x18, /* ...**... */
0x38, /* ..***... */
@ -3165,7 +3165,7 @@ const struct gfb_font bold8x16 = {
0x00, /* ........ */
0x00, /* ........ */
/* ­ */
/* ¡ */
0x00, /* ........ */
0x00, /* ........ */
0x18, /* ...**... */
@ -3183,7 +3183,7 @@ const struct gfb_font bold8x16 = {
0x00, /* ........ */
0x00, /* ........ */
/* ® */
/* « */
0x00, /* ........ */
0x00, /* ........ */
0x00, /* ........ */
@ -3201,7 +3201,7 @@ const struct gfb_font bold8x16 = {
0x00, /* ........ */
0x00, /* ........ */
/* ¯ */
/* » */
0x00, /* ........ */
0x00, /* ........ */
0x00, /* ........ */
@ -3219,7 +3219,7 @@ const struct gfb_font bold8x16 = {
0x00, /* ........ */
0x00, /* ........ */
/* ° */
/* */
0x82, /* *.....*. */
0x10, /* ...*.... */
0x82, /* *.....*. */
@ -3237,7 +3237,7 @@ const struct gfb_font bold8x16 = {
0x82, /* *.....*. */
0x10, /* ...*.... */
/* ± */
/* */
0x00, /* ........ */
0x95, /* *..*.*.* */
0x00, /* ........ */
@ -3255,7 +3255,7 @@ const struct gfb_font bold8x16 = {
0x00, /* ........ */
0xa9, /* *.*.*..* */
/* ² */
/* */
0x92, /* *..*..*. */
0x49, /* .*..*..* */
0x92, /* *..*..*. */
@ -3273,7 +3273,7 @@ const struct gfb_font bold8x16 = {
0x92, /* *..*..*. */
0x49, /* .*..*..* */
/* ³ */
/* */
0x18, /* ...**... */
0x18, /* ...**... */
0x18, /* ...**... */
@ -3291,7 +3291,7 @@ const struct gfb_font bold8x16 = {
0x18, /* ...**... */
0x18, /* ...**... */
/* ´ */
/* */
0x18, /* ...**... */
0x18, /* ...**... */
0x18, /* ...**... */
@ -3309,7 +3309,7 @@ const struct gfb_font bold8x16 = {
0x18, /* ...**... */
0x18, /* ...**... */
/* µ */
/* */
0x18, /* ...**... */
0x18, /* ...**... */
0x18, /* ...**... */
@ -3327,7 +3327,7 @@ const struct gfb_font bold8x16 = {
0x18, /* ...**... */
0x18, /* ...**... */
/* */
/* */
0x3c, /* ..****.. */
0x3c, /* ..****.. */
0x3c, /* ..****.. */
@ -3345,7 +3345,7 @@ const struct gfb_font bold8x16 = {
0x3c, /* ..****.. */
0x3c, /* ..****.. */
/* · */
/* */
0x00, /* ........ */
0x00, /* ........ */
0x00, /* ........ */
@ -3363,7 +3363,7 @@ const struct gfb_font bold8x16 = {
0x3c, /* ..****.. */
0x3c, /* ..****.. */
/* ¸ */
/* */
0x00, /* ........ */
0x00, /* ........ */
0x00, /* ........ */
@ -3381,7 +3381,7 @@ const struct gfb_font bold8x16 = {
0x18, /* ...**... */
0x18, /* ...**... */
/* ¹ */
/* */
0x3c, /* ..****.. */
0x3c, /* ..****.. */
0x3c, /* ..****.. */
@ -3399,7 +3399,7 @@ const struct gfb_font bold8x16 = {
0x3c, /* ..****.. */
0x3c, /* ..****.. */
/* º */
/* */
0x3c, /* ..****.. */
0x3c, /* ..****.. */
0x3c, /* ..****.. */
@ -3417,7 +3417,7 @@ const struct gfb_font bold8x16 = {
0x3c, /* ..****.. */
0x3c, /* ..****.. */
/* » */
/* */
0x00, /* ........ */
0x00, /* ........ */
0x00, /* ........ */
@ -3435,7 +3435,7 @@ const struct gfb_font bold8x16 = {
0x3c, /* ..****.. */
0x3c, /* ..****.. */
/* ¼ */
/* */
0x3c, /* ..****.. */
0x3c, /* ..****.. */
0x3c, /* ..****.. */
@ -3453,7 +3453,7 @@ const struct gfb_font bold8x16 = {
0x00, /* ........ */
0x00, /* ........ */
/* ½ */
/* */
0x3c, /* ..****.. */
0x3c, /* ..****.. */
0x3c, /* ..****.. */
@ -3471,7 +3471,7 @@ const struct gfb_font bold8x16 = {
0x00, /* ........ */
0x00, /* ........ */
/* ¾ */
/* */
0x18, /* ...**... */
0x18, /* ...**... */
0x18, /* ...**... */
@ -3489,7 +3489,7 @@ const struct gfb_font bold8x16 = {
0x00, /* ........ */
0x00, /* ........ */
/* ¿ */
/* */
0x00, /* ........ */
0x00, /* ........ */
0x00, /* ........ */
@ -3507,7 +3507,7 @@ const struct gfb_font bold8x16 = {
0x18, /* ...**... */
0x18, /* ...**... */
/* À */
/* */
0x18, /* ...**... */
0x18, /* ...**... */
0x18, /* ...**... */
@ -3525,7 +3525,7 @@ const struct gfb_font bold8x16 = {
0x00, /* ........ */
0x00, /* ........ */
/* Á */
/* */
0x18, /* ...**... */
0x18, /* ...**... */
0x18, /* ...**... */
@ -3543,7 +3543,7 @@ const struct gfb_font bold8x16 = {
0x00, /* ........ */
0x00, /* ........ */
/* Â */
/* */
0x00, /* ........ */
0x00, /* ........ */
0x00, /* ........ */
@ -3561,7 +3561,7 @@ const struct gfb_font bold8x16 = {
0x18, /* ...**... */
0x18, /* ...**... */
/* Ã */
/* */
0x18, /* ...**... */
0x18, /* ...**... */
0x18, /* ...**... */
@ -3579,7 +3579,7 @@ const struct gfb_font bold8x16 = {
0x18, /* ...**... */
0x18, /* ...**... */
/* Ä */
/* */
0x00, /* ........ */
0x00, /* ........ */
0x00, /* ........ */
@ -3597,7 +3597,7 @@ const struct gfb_font bold8x16 = {
0x00, /* ........ */
0x00, /* ........ */
/* Å */
/* */
0x18, /* ...**... */
0x18, /* ...**... */
0x18, /* ...**... */
@ -3615,7 +3615,7 @@ const struct gfb_font bold8x16 = {
0x18, /* ...**... */
0x18, /* ...**... */
/* Æ */
/* */
0x18, /* ...**... */
0x18, /* ...**... */
0x18, /* ...**... */
@ -3633,7 +3633,7 @@ const struct gfb_font bold8x16 = {
0x18, /* ...**... */
0x18, /* ...**... */
/* Ç */
/* */
0x3c, /* ..****.. */
0x3c, /* ..****.. */
0x3c, /* ..****.. */
@ -3651,7 +3651,7 @@ const struct gfb_font bold8x16 = {
0x3c, /* ..****.. */
0x3c, /* ..****.. */
/* È */
/* */
0x3c, /* ..****.. */
0x3c, /* ..****.. */
0x3c, /* ..****.. */
@ -3669,7 +3669,7 @@ const struct gfb_font bold8x16 = {
0x00, /* ........ */
0x00, /* ........ */
/* É */
/* */
0x00, /* ........ */
0x00, /* ........ */
0x00, /* ........ */
@ -3687,7 +3687,7 @@ const struct gfb_font bold8x16 = {
0x3c, /* ..****.. */
0x3c, /* ..****.. */
/* Ê */
/* */
0x3c, /* ..****.. */
0x3c, /* ..****.. */
0x3c, /* ..****.. */
@ -3705,7 +3705,7 @@ const struct gfb_font bold8x16 = {
0x00, /* ........ */
0x00, /* ........ */
/* Ë */
/* */
0x00, /* ........ */
0x00, /* ........ */
0x00, /* ........ */
@ -3723,7 +3723,7 @@ const struct gfb_font bold8x16 = {
0x3c, /* ..****.. */
0x3c, /* ..****.. */
/* Ì */
/* */
0x3c, /* ..****.. */
0x3c, /* ..****.. */
0x3c, /* ..****.. */
@ -3741,7 +3741,7 @@ const struct gfb_font bold8x16 = {
0x3c, /* ..****.. */
0x3c, /* ..****.. */
/* Í */
/* */
0x00, /* ........ */
0x00, /* ........ */
0x00, /* ........ */
@ -3759,7 +3759,7 @@ const struct gfb_font bold8x16 = {
0x00, /* ........ */
0x00, /* ........ */
/* Î */
/* */
0x3c, /* ..****.. */
0x3c, /* ..****.. */
0x3c, /* ..****.. */
@ -3777,7 +3777,7 @@ const struct gfb_font bold8x16 = {
0x3c, /* ..****.. */
0x3c, /* ..****.. */
/* Ï */
/* */
0x18, /* ...**... */
0x18, /* ...**... */
0x18, /* ...**... */
@ -3795,7 +3795,7 @@ const struct gfb_font bold8x16 = {
0x00, /* ........ */
0x00, /* ........ */
/* Ð */
/* */
0x3c, /* ..****.. */
0x3c, /* ..****.. */
0x3c, /* ..****.. */
@ -3813,7 +3813,7 @@ const struct gfb_font bold8x16 = {
0x00, /* ........ */
0x00, /* ........ */
/* Ñ */
/* */
0x00, /* ........ */
0x00, /* ........ */
0x00, /* ........ */
@ -3831,7 +3831,7 @@ const struct gfb_font bold8x16 = {
0x18, /* ...**... */
0x18, /* ...**... */
/* Ò */
/* */
0x00, /* ........ */
0x00, /* ........ */
0x00, /* ........ */
@ -3849,7 +3849,7 @@ const struct gfb_font bold8x16 = {
0x3c, /* ..****.. */
0x3c, /* ..****.. */
/* Ó */
/* */
0x3c, /* ..****.. */
0x3c, /* ..****.. */
0x3c, /* ..****.. */
@ -3867,7 +3867,7 @@ const struct gfb_font bold8x16 = {
0x00, /* ........ */
0x00, /* ........ */
/* Ô */
/* */
0x18, /* ...**... */
0x18, /* ...**... */
0x18, /* ...**... */
@ -3885,7 +3885,7 @@ const struct gfb_font bold8x16 = {
0x00, /* ........ */
0x00, /* ........ */
/* Õ */
/* */
0x00, /* ........ */
0x00, /* ........ */
0x00, /* ........ */
@ -3903,7 +3903,7 @@ const struct gfb_font bold8x16 = {
0x18, /* ...**... */
0x18, /* ...**... */
/* Ö */
/* */
0x00, /* ........ */
0x00, /* ........ */
0x00, /* ........ */
@ -3921,7 +3921,7 @@ const struct gfb_font bold8x16 = {
0x3c, /* ..****.. */
0x3c, /* ..****.. */
/* × */
/* */
0x3c, /* ..****.. */
0x3c, /* ..****.. */
0x3c, /* ..****.. */
@ -3939,7 +3939,7 @@ const struct gfb_font bold8x16 = {
0x3c, /* ..****.. */
0x3c, /* ..****.. */
/* Ø */
/* */
0x18, /* ...**... */
0x18, /* ...**... */
0x18, /* ...**... */
@ -3957,7 +3957,7 @@ const struct gfb_font bold8x16 = {
0x18, /* ...**... */
0x18, /* ...**... */
/* Ù */
/* */
0x18, /* ...**... */
0x18, /* ...**... */
0x18, /* ...**... */
@ -3975,7 +3975,7 @@ const struct gfb_font bold8x16 = {
0x00, /* ........ */
0x00, /* ........ */
/* Ú */
/* */
0x00, /* ........ */
0x00, /* ........ */
0x00, /* ........ */
@ -3993,7 +3993,7 @@ const struct gfb_font bold8x16 = {
0x18, /* ...**... */
0x18, /* ...**... */
/* Û */
/* */
0xff, /* ******** */
0xff, /* ******** */
0xff, /* ******** */
@ -4011,7 +4011,7 @@ const struct gfb_font bold8x16 = {
0xff, /* ******** */
0xff, /* ******** */
/* Ü */
/* */
0x00, /* ........ */
0x00, /* ........ */
0x00, /* ........ */
@ -4029,7 +4029,7 @@ const struct gfb_font bold8x16 = {
0xff, /* ******** */
0xff, /* ******** */
/* Ý */
/* */
0xf0, /* ****.... */
0xf0, /* ****.... */
0xf0, /* ****.... */
@ -4047,7 +4047,7 @@ const struct gfb_font bold8x16 = {
0xf0, /* ****.... */
0xf0, /* ****.... */
/* Þ */
/* */
0x0f, /* ....**** */
0x0f, /* ....**** */
0x0f, /* ....**** */
@ -4065,7 +4065,7 @@ const struct gfb_font bold8x16 = {
0x0f, /* ....**** */
0x0f, /* ....**** */
/* ß */
/* */
0xff, /* ******** */
0xff, /* ******** */
0xff, /* ******** */
@ -4083,7 +4083,7 @@ const struct gfb_font bold8x16 = {
0x00, /* ........ */
0x00, /* ........ */
/* à */
/* α */
0x00, /* ........ */
0x00, /* ........ */
0x00, /* ........ */
@ -4101,7 +4101,7 @@ const struct gfb_font bold8x16 = {
0x00, /* ........ */
0x00, /* ........ */
/* á */
/* ß */
0x00, /* ........ */
0x00, /* ........ */
0x7c, /* .*****.. */
@ -4119,7 +4119,7 @@ const struct gfb_font bold8x16 = {
0x00, /* ........ */
0x00, /* ........ */
/* â */
/* Γ */
0x00, /* ........ */
0x00, /* ........ */
0xfe, /* *******. */
@ -4137,7 +4137,7 @@ const struct gfb_font bold8x16 = {
0x00, /* ........ */
0x00, /* ........ */
/* ã */
/* π */
0x00, /* ........ */
0x00, /* ........ */
0x00, /* ........ */
@ -4155,7 +4155,7 @@ const struct gfb_font bold8x16 = {
0x00, /* ........ */
0x00, /* ........ */
/* ä */
/* Σ */
0x00, /* ........ */
0x00, /* ........ */
0xfe, /* *******. */
@ -4173,7 +4173,7 @@ const struct gfb_font bold8x16 = {
0x00, /* ........ */
0x00, /* ........ */
/* å */
/* σ */
0x00, /* ........ */
0x00, /* ........ */
0x00, /* ........ */
@ -4191,7 +4191,7 @@ const struct gfb_font bold8x16 = {
0x00, /* ........ */
0x00, /* ........ */
/* æ */
/* µ */
0x00, /* ........ */
0x00, /* ........ */
0x00, /* ........ */
@ -4209,7 +4209,7 @@ const struct gfb_font bold8x16 = {
0xc0, /* **...... */
0x00, /* ........ */
/* ç */
/* τ */
0x00, /* ........ */
0x00, /* ........ */
0x00, /* ........ */
@ -4227,7 +4227,7 @@ const struct gfb_font bold8x16 = {
0x00, /* ........ */
0x00, /* ........ */
/* è */
/* Φ */
0x00, /* ........ */
0x00, /* ........ */
0x18, /* ...**... */
@ -4245,7 +4245,7 @@ const struct gfb_font bold8x16 = {
0x00, /* ........ */
0x00, /* ........ */
/* é */
/* Θ */
0x00, /* ........ */
0x00, /* ........ */
0x38, /* ..***... */
@ -4263,7 +4263,7 @@ const struct gfb_font bold8x16 = {
0x00, /* ........ */
0x00, /* ........ */
/* ê */
/* Ω */
0x00, /* ........ */
0x00, /* ........ */
0x3c, /* ..****.. */
@ -4281,7 +4281,7 @@ const struct gfb_font bold8x16 = {
0x00, /* ........ */
0x00, /* ........ */
/* ë */
/* δ */
0x00, /* ........ */
0x00, /* ........ */
0x1e, /* ...****. */
@ -4299,7 +4299,7 @@ const struct gfb_font bold8x16 = {
0x00, /* ........ */
0x00, /* ........ */
/* ì */
/* */
0x00, /* ........ */
0x00, /* ........ */
0x00, /* ........ */
@ -4317,7 +4317,7 @@ const struct gfb_font bold8x16 = {
0x00, /* ........ */
0x00, /* ........ */
/* í */
/* φ */
0x00, /* ........ */
0x00, /* ........ */
0x00, /* ........ */
@ -4335,7 +4335,7 @@ const struct gfb_font bold8x16 = {
0x00, /* ........ */
0x00, /* ........ */
/* î */
/* ε */
0x00, /* ........ */
0x00, /* ........ */
0x1c, /* ...***.. */
@ -4353,7 +4353,7 @@ const struct gfb_font bold8x16 = {
0x00, /* ........ */
0x00, /* ........ */
/* ï */
/* */
0x00, /* ........ */
0x00, /* ........ */
0x00, /* ........ */
@ -4371,7 +4371,7 @@ const struct gfb_font bold8x16 = {
0x00, /* ........ */
0x00, /* ........ */
/* ð */
/* */
0x00, /* ........ */
0x00, /* ........ */
0x00, /* ........ */
@ -4389,7 +4389,7 @@ const struct gfb_font bold8x16 = {
0x00, /* ........ */
0x00, /* ........ */
/* ñ */
/* ± */
0x00, /* ........ */
0x00, /* ........ */
0x00, /* ........ */
@ -4407,7 +4407,7 @@ const struct gfb_font bold8x16 = {
0x00, /* ........ */
0x00, /* ........ */
/* ò */
/* */
0x00, /* ........ */
0x00, /* ........ */
0x00, /* ........ */
@ -4425,7 +4425,7 @@ const struct gfb_font bold8x16 = {
0x00, /* ........ */
0x00, /* ........ */
/* ó */
/* */
0x00, /* ........ */
0x00, /* ........ */
0x00, /* ........ */
@ -4443,7 +4443,7 @@ const struct gfb_font bold8x16 = {
0x00, /* ........ */
0x00, /* ........ */
/* ô */
/* */
0x00, /* ........ */
0x00, /* ........ */
0x00, /* ........ */
@ -4461,7 +4461,7 @@ const struct gfb_font bold8x16 = {
0x18, /* ...**... */
0x18, /* ...**... */
/* õ */
/* */
0x18, /* ...**... */
0x18, /* ...**... */
0x18, /* ...**... */
@ -4479,7 +4479,7 @@ const struct gfb_font bold8x16 = {
0x00, /* ........ */
0x00, /* ........ */
/* ö */
/* ÷ */
0x00, /* ........ */
0x00, /* ........ */
0x00, /* ........ */
@ -4497,7 +4497,7 @@ const struct gfb_font bold8x16 = {
0x00, /* ........ */
0x00, /* ........ */
/* ÷ */
/* */
0x00, /* ........ */
0x00, /* ........ */
0x00, /* ........ */
@ -4515,7 +4515,7 @@ const struct gfb_font bold8x16 = {
0x00, /* ........ */
0x00, /* ........ */
/* ø */
/* ° */
0x00, /* ........ */
0x00, /* ........ */
0x38, /* ..***... */
@ -4533,7 +4533,7 @@ const struct gfb_font bold8x16 = {
0x00, /* ........ */
0x00, /* ........ */
/* ù */
/* */
0x00, /* ........ */
0x00, /* ........ */
0x00, /* ........ */
@ -4551,7 +4551,7 @@ const struct gfb_font bold8x16 = {
0x00, /* ........ */
0x00, /* ........ */
/* ú */
/* · */
0x00, /* ........ */
0x00, /* ........ */
0x00, /* ........ */
@ -4569,7 +4569,7 @@ const struct gfb_font bold8x16 = {
0x00, /* ........ */
0x00, /* ........ */
/* û */
/* */
0x00, /* ........ */
0x00, /* ........ */
0x03, /* ......** */
@ -4587,7 +4587,7 @@ const struct gfb_font bold8x16 = {
0x00, /* ........ */
0x00, /* ........ */
/* ü */
/* */
0x00, /* ........ */
0x00, /* ........ */
0xd8, /* **.**... */
@ -4605,7 +4605,7 @@ const struct gfb_font bold8x16 = {
0x00, /* ........ */
0x00, /* ........ */
/* ý */
/* ² */
0x00, /* ........ */
0x00, /* ........ */
0x78, /* .****... */
@ -4623,7 +4623,7 @@ const struct gfb_font bold8x16 = {
0x00, /* ........ */
0x00, /* ........ */
/* þ */
/* */
0x00, /* ........ */
0x00, /* ........ */
0x00, /* ........ */

View File

@ -24,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* High-level driver for µPD7210 based GPIB cards.
* High-level driver for µPD7210 based GPIB cards.
*
*/

View File

@ -24,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* Driver for GPIB cards based on NEC µPD7210 and compatibles.
* Driver for GPIB cards based on NEC µPD7210 and compatibles.
*
* This driver just hooks up to the hardware and leaves all the interesting
* stuff to upd7210.c.
@ -116,14 +116,14 @@ pcii_probe(device_t dev)
/*
* The PCIIA decodes a fixed pattern of 0x2e1 for the lower 10
* address bits A0 ... A9. Bits A10 through A12 are used by
* the µPD7210 register select lines. This makes the
* the µPD7210 register select lines. This makes the
* individual 7210 register being 0x400 bytes apart in the ISA
* bus address space. Address bits A13 and A14 are compared
* to a DIP switch setting on the card, allowing for up to 4
* different cards being installed (at base addresses 0x2e1,
* 0x22e1, 0x42e1, and 0x62e1, respectively). A15 has been
* used to select an optional on-board time-of-day clock chip
* (MM58167A) on the original PCIIA rather than the µPD7210
* (MM58167A) on the original PCIIA rather than the µPD7210
* (which is not implemented on later boards). The
* documentation states the respective addresses for that chip
* should be handled as reserved addresses, which we don't do
@ -174,7 +174,7 @@ pcii_probe(device_t dev)
}
error = ENXIO;
/*
* Perform some basic tests on the µPD7210 registers. At
* Perform some basic tests on the µPD7210 registers. At
* least *some* register must read different from 0x00 or
* 0xff.
*/

View File

@ -24,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* High-level driver for µPD7210 based GPIB cards.
* High-level driver for µPD7210 based GPIB cards.
*
*/
@ -252,7 +252,7 @@ gpib_l_open(struct cdev *dev, int oflags, int devtype, struct thread *td)
bus_write_1(u->reg_res[0], cmdr, 0x04); /* GO */
bus_write_1(u->reg_res[0], imr3, 0x04); /* NEF IE */
} else {
/* µPD7210/NAT7210, or TNT4882 in non-FIFO mode */
/* µPD7210/NAT7210, or TNT4882 in non-FIFO mode */
upd7210_wr(u, IMR1, 0x01); /* data in interrupt enable */
}
return (0);

View File

@ -26,13 +26,13 @@
*
* $FreeBSD$
*
* Locating an actual µPD7210 data book has proven quite impossible for me.
* There are a fair number of newer chips which are supersets of the µPD7210
* Locating an actual µPD7210 data book has proven quite impossible for me.
* There are a fair number of newer chips which are supersets of the µPD7210
* but they are particular eager to comprehensively mark what the extensions
* are and what is in the base set. Some even give the registers and their
* bits new names.
*
* The following information is based on a description of the µPD7210 found
* The following information is based on a description of the µPD7210 found
* in an old manual for a VME board which used the chip.
*/

View File

@ -621,7 +621,7 @@ typedef struct xge_hal_mac_config_t {
* stable in order for the adapter to declare "LINK UP".
* The enumerated settings (see Xframe-II UG) are:
* 0 ........... instantaneous
* 1 ........... 500 s
* 1 ........... 500 μs
* 2 ........... 1 ms
* 3 ........... 64 ms
* 4 ........... 256 ms