From 421d9696f87d9cd165c10ae720d935f7d59f66e9 Mon Sep 17 00:00:00 2001 From: Marc Fonvieille Date: Wed, 1 Jan 2003 18:13:01 +0000 Subject: [PATCH] - Use the full path for device.hints filename and add filename tags. - Various tags use. --- .../books/handbook/boot/chapter.sgml | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/en_US.ISO8859-1/books/handbook/boot/chapter.sgml b/en_US.ISO8859-1/books/handbook/boot/chapter.sgml index 0e271e90d8..333013074c 100644 --- a/en_US.ISO8859-1/books/handbook/boot/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/boot/chapter.sgml @@ -595,55 +595,55 @@ boot: Stage 3 boot loader prompt. Variables can be added using set, removed with unset, and viewed with the show commands. Variables set in the - device.hints file can be overridden here also. Device hints entered at + /boot/device.hints file can be overridden here also. Device hints entered at the boot loader are not permanent and will be forgotten on the next reboot. Once the system is booted, the &man.kenv.1; command can be used to dump all of the variables. - The syntax for the device.hints file is one variable per line, using + The syntax for the /boot/device.hints file is one variable per line, using the standard hash # as comment markers. Lines are constructed as follows: - hint.driver.unit.keyword="value" + hint.driver.unit.keyword="value" The syntax for the Stage 3 boot loader is: - set hint.driver.unit.keyword=value + set hint.driver.unit.keyword=value - driver is the device driver name, unit - is the device driver unit number, and keyword is the hint + driver is the device driver name, unit + is the device driver unit number, and keyword is the hint keyword. The keyword may consist of the following options: - at: specifies the bus which the device is attached to. + at: specifies the bus which the device is attached to. - port: specifies the start address of the I/O + port: specifies the start address of the I/O to be used. - irq: specifies the interrupt request number to be used. + irq: specifies the interrupt request number to be used. - drq: specifies the DMA channel number. + drq: specifies the DMA channel number. - maddr: specifies the physical memory address occupied by the + maddr: specifies the physical memory address occupied by the device. - flags: sets various flag bits for the device. + flags: sets various flag bits for the device. - disabled: if set to 1 the device is disabled. + disabled: if set to 1 the device is disabled.