diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2003-09-08 20:00:55 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2003-09-08 20:00:55 +0000 |
| commit | df6ece387ba847faacb1200ce97ccdefe9b0668d (patch) | |
| tree | e913a3381fa18f1354dfdc00d32196b3449c0338 /sys | |
| parent | fe08efe680f6705e0c60beabe3e39629c655e743 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/amd64/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index 7c72f31534ed..66456e997930 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -118,8 +118,8 @@ device ses # SCSI Environmental Services (and SAF-TE) # RAID controllers #XXX pointer/int warnings -#device aac # Adaptec FSA RAID -#device aacp # SCSI passthrough for aac (requires CAM) +device aac # Adaptec FSA RAID +device aacp # SCSI passthrough for aac (requires CAM) device amr # AMI MegaRAID device ida # Compaq Smart RAID device ips # IBM (Adaptec) ServeRAID |
