From b31de93bebcef7fa5c3dfee7672a43c5c51a55e2 Mon Sep 17 00:00:00 2001 From: Murray Stokely Date: Sun, 2 Sep 2001 10:56:54 +0000 Subject: [PATCH] Update example kernel config to use 4.x device syntax instead of 3.x controller/disk syntax. PR: docs/29500 Submitted by: Gary W. Swearingen --- .../books/handbook/backups/chapter.sgml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/en_US.ISO8859-1/books/handbook/backups/chapter.sgml b/en_US.ISO8859-1/books/handbook/backups/chapter.sgml index 7414f9fc09..383659b1b7 100644 --- a/en_US.ISO8859-1/books/handbook/backups/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/backups/chapter.sgml @@ -1,7 +1,7 @@ @@ -582,15 +582,15 @@ options USERCONFIG #Allow user configuration with -c XXX config kernel root on da0 swap on da0 and da1 dumps on da0 -controller isa0 -controller pci0 +device isa0 +device pci0 -controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr -disk fd0 at fdc0 drive 0 +device fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr +device fd0 at fdc0 drive 0 -controller ncr0 +device ncr0 -controller scbus0 +device scbus0 device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr device npx0 at isa? port "IO_NPX" irq 13 vector npxintr