summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-04-09 11:18:46 +0000
committerphk <phk@FreeBSD.org>2002-04-09 11:18:46 +0000
commit77e3582887133356a4ca5d6ddc54686ccd0e8e7f (patch)
tree268a77a1e098a6cee634a0556b2a1c21b4097e68 /sys/dev
parentde757425225dabddb761e8af9c23487af54cecd4 (diff)
downloadFreeBSD-src-77e3582887133356a4ca5d6ddc54686ccd0e8e7f.zip
FreeBSD-src-77e3582887133356a4ca5d6ddc54686ccd0e8e7f.tar.gz
GC various bits and pieces of USERCONFIG from all over the place.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/atkbdc/atkbd.c2
-rw-r--r--sys/dev/eisa/eisaconf.c1
-rw-r--r--sys/dev/fb/vga.c3
-rw-r--r--sys/dev/kbd/atkbd.c2
4 files changed, 3 insertions, 5 deletions
diff --git a/sys/dev/atkbdc/atkbd.c b/sys/dev/atkbdc/atkbd.c
index d229d0d..d9d7b4a 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 ef65f4b..d8b5d8e 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 235709a..8fc1fd2 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 d229d0d..d9d7b4a 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.
*/
OpenPOWER on IntegriCloud