diff options
-rw-r--r-- | sys/conf/NOTES | 5 | ||||
-rw-r--r-- | sys/i386/conf/LINT | 5 | ||||
-rw-r--r-- | sys/i386/conf/NOTES | 5 |
3 files changed, 9 insertions, 6 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 8cba3fb..f4a6c43 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 8cba3fb..f4a6c43 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 8cba3fb..f4a6c43 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 |