diff options
author | sos <sos@FreeBSD.org> | 1998-04-09 22:28:57 +0000 |
---|---|---|
committer | sos <sos@FreeBSD.org> | 1998-04-09 22:28:57 +0000 |
commit | 8846bf76782511f72c465dd581aeed9c803d1107 (patch) | |
tree | 995fbcd865c5bacc3f9ee663f3b0905f10c1775b /sys | |
parent | 42733ffc1682bbf2d0338f29fd55c19da9294ff5 (diff) | |
download | FreeBSD-src-8846bf76782511f72c465dd581aeed9c803d1107.zip FreeBSD-src-8846bf76782511f72c465dd581aeed9c803d1107.tar.gz |
Add the new LBA mode support in the wd? config examples.
Diffstat (limited to 'sys')
-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 |