diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-04-09 11:18:46 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-04-09 11:18:46 +0000 |
| commit | 2ce7d7a0335f8424a2645ec044a0202ebef230d8 (patch) | |
| tree | 268a77a1e098a6cee634a0556b2a1c21b4097e68 /sys/dev | |
| parent | 1aec374128431b68c99f4fa78613b50e392a3cde (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/atkbdc/atkbd.c | 2 | ||||
| -rw-r--r-- | sys/dev/eisa/eisaconf.c | 1 | ||||
| -rw-r--r-- | sys/dev/fb/vga.c | 3 | ||||
| -rw-r--r-- | sys/dev/kbd/atkbd.c | 2 |
4 files changed, 3 insertions, 5 deletions
diff --git a/sys/dev/atkbdc/atkbd.c b/sys/dev/atkbdc/atkbd.c index d229d0dcf017..d9d7b4aada4a 100644 --- a/sys/dev/atkbdc/atkbd.c +++ b/sys/dev/atkbdc/atkbd.c @@ -1245,7 +1245,7 @@ init_keyboard(KBDC kbdc, int *type, int flags) } /* - * Allow us to set the XT_KEYBD flag in UserConfig so that keyboards + * Allow us to set the XT_KEYBD flag so that keyboards * such as those on the IBM ThinkPad laptop computers can be used * with the standard console driver. */ diff --git a/sys/dev/eisa/eisaconf.c b/sys/dev/eisa/eisaconf.c index ef65f4b28f62..d8b5d8e95655 100644 --- a/sys/dev/eisa/eisaconf.c +++ b/sys/dev/eisa/eisaconf.c @@ -81,7 +81,6 @@ struct eisa_device { }; -/* Global variable, so UserConfig can change it. */ #define MAX_COL 79 #ifndef EISA_SLOTS #define EISA_SLOTS 10 /* PCI clashes with higher ones.. fix later */ diff --git a/sys/dev/fb/vga.c b/sys/dev/fb/vga.c index 235709a31b32..8fc1fd287332 100644 --- a/sys/dev/fb/vga.c +++ b/sys/dev/fb/vga.c @@ -1049,8 +1049,7 @@ probe_adapters(void) #endif /* - * Ensure a zero start address. This is mainly to recover after - * switching from pcvt using userconfig(). The registers are w/o + * Ensure a zero start address. The registers are w/o * for old hardware so it's too hard to relocate the active screen * memory. * This must be done before vga_save_state() for VGA. diff --git a/sys/dev/kbd/atkbd.c b/sys/dev/kbd/atkbd.c index d229d0dcf017..d9d7b4aada4a 100644 --- a/sys/dev/kbd/atkbd.c +++ b/sys/dev/kbd/atkbd.c @@ -1245,7 +1245,7 @@ init_keyboard(KBDC kbdc, int *type, int flags) } /* - * Allow us to set the XT_KEYBD flag in UserConfig so that keyboards + * Allow us to set the XT_KEYBD flag so that keyboards * such as those on the IBM ThinkPad laptop computers can be used * with the standard console driver. */ |
