From f559a836a2192dd0db2e3ab341d6d060d28a2e98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Schmidt?= Date: Thu, 9 Apr 1998 22:28:57 +0000 Subject: [PATCH] Add the new LBA mode support in the wd? config examples. --- sys/conf/NOTES | 5 +++-- sys/i386/conf/LINT | 5 +++-- sys/i386/conf/NOTES | 5 +++-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 8cba3fb3819..f4a6c4330fd 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -2,7 +2,7 @@ # LINT -- config file for checking all the sources, tries to pull in # as much of the source tree as it can. # -# $Id: LINT,v 1.422 1998/03/28 11:49:25 dufault Exp $ +# $Id: LINT,v 1.423 1998/03/29 07:58:03 helbig Exp $ # # NB: You probably don't want to try running a kernel built from this # file. Instead, you should start from GENERIC, and add options from @@ -829,7 +829,8 @@ controller wds0 at isa? port 0x350 bio irq 15 drq 6 vector wdsintr # 32 bit transfers. Bit 14 (0x4000) enables a hack to wake # up powered-down laptop drives. Bit 13 (0x2000) allows # probing for PCI IDE DMA controllers, such as Intel's PIIX -# south bridges. See the wd.4 man page. +# south bridges. Bit 12 (0x1000) sets LBA mode instead of the +# default CHS mode for accessing the drive. See the wd.4 man page. # # The flags field for the drives can be specified in the controller # specification with the low 16 bits for drive 0, and the high 16 bits diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT index 8cba3fb3819..f4a6c4330fd 100644 --- a/sys/i386/conf/LINT +++ b/sys/i386/conf/LINT @@ -2,7 +2,7 @@ # LINT -- config file for checking all the sources, tries to pull in # as much of the source tree as it can. # -# $Id: LINT,v 1.422 1998/03/28 11:49:25 dufault Exp $ +# $Id: LINT,v 1.423 1998/03/29 07:58:03 helbig Exp $ # # NB: You probably don't want to try running a kernel built from this # file. Instead, you should start from GENERIC, and add options from @@ -829,7 +829,8 @@ controller wds0 at isa? port 0x350 bio irq 15 drq 6 vector wdsintr # 32 bit transfers. Bit 14 (0x4000) enables a hack to wake # up powered-down laptop drives. Bit 13 (0x2000) allows # probing for PCI IDE DMA controllers, such as Intel's PIIX -# south bridges. See the wd.4 man page. +# south bridges. Bit 12 (0x1000) sets LBA mode instead of the +# default CHS mode for accessing the drive. See the wd.4 man page. # # The flags field for the drives can be specified in the controller # specification with the low 16 bits for drive 0, and the high 16 bits diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 8cba3fb3819..f4a6c4330fd 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -2,7 +2,7 @@ # LINT -- config file for checking all the sources, tries to pull in # as much of the source tree as it can. # -# $Id: LINT,v 1.422 1998/03/28 11:49:25 dufault Exp $ +# $Id: LINT,v 1.423 1998/03/29 07:58:03 helbig Exp $ # # NB: You probably don't want to try running a kernel built from this # file. Instead, you should start from GENERIC, and add options from @@ -829,7 +829,8 @@ controller wds0 at isa? port 0x350 bio irq 15 drq 6 vector wdsintr # 32 bit transfers. Bit 14 (0x4000) enables a hack to wake # up powered-down laptop drives. Bit 13 (0x2000) allows # probing for PCI IDE DMA controllers, such as Intel's PIIX -# south bridges. See the wd.4 man page. +# south bridges. Bit 12 (0x1000) sets LBA mode instead of the +# default CHS mode for accessing the drive. See the wd.4 man page. # # The flags field for the drives can be specified in the controller # specification with the low 16 bits for drive 0, and the high 16 bits