diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2004-03-05 07:48:47 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2004-03-05 07:48:47 +0000 |
commit | 42044ceee2b604a633142b242f918da8c3a1741e (patch) | |
tree | 6bc077bc22a5534e95ed3e6f1a569403fd9ac81e | |
parent | 8488391379ef74c4566500be681a0d3e80c5ddca (diff) |
Notes
-rw-r--r-- | sys/amd64/conf/NOTES | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/amd64/conf/NOTES b/sys/amd64/conf/NOTES index ee0a52e759dd5..ef96a898c8642 100644 --- a/sys/amd64/conf/NOTES +++ b/sys/amd64/conf/NOTES @@ -41,7 +41,7 @@ machine amd64 # # Optional: -device atpic # Legacy pic +device atpic # Optional legacy pic support device mptable # Optional MPSPEC mptable support options NO_MIXED_MODE # Disable use of mixed mode @@ -265,9 +265,9 @@ device wlan # 802.11 layer # nsp: Workbit Ninja SCSI-3 based PC Card SCSI host adapters. # stg: TMC 18C30, 18C50 based SCSI host adapters. -device ncv -device nsp -device stg +device ncv +device nsp +device stg # # Adaptec FSA RAID controllers, including integrated DELL controllers, |