mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
Add the new LBA mode support in the wd? config examples.
This commit is contained in:
parent
44779c5a1c
commit
f559a836a2
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=35111
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user