diff options
| author | Matt Jacob <mjacob@FreeBSD.org> | 2000-07-08 07:05:40 +0000 |
|---|---|---|
| committer | Matt Jacob <mjacob@FreeBSD.org> | 2000-07-08 07:05:40 +0000 |
| commit | 62d132e3abf435b8f4c19f10a772f0a69821f83c (patch) | |
| tree | af20f313f2e1995ccb05593131d28b7f351234f0 | |
| parent | a4846ce28fcc6cea3f444483460874ff527bff7a (diff) | |
Notes
| -rw-r--r-- | sys/amd64/conf/GENERIC | 2 | ||||
| -rw-r--r-- | sys/i386/conf/GENERIC | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index 848030ae14d4..3656b0b9e453 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -108,7 +108,7 @@ device pass # Passthrough device (direct SCSI access) #device ses # SCSI Environmental Services (and SAF-TE) #device targ # SCSI Target Mode Code -#device targbh0 # SCSI Target Mode Blackhole Device +#device targbh # SCSI Target Mode Blackhole Device #define pt # SCSI Processor Target Device # RAID controllers diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC index 848030ae14d4..3656b0b9e453 100644 --- a/sys/i386/conf/GENERIC +++ b/sys/i386/conf/GENERIC @@ -108,7 +108,7 @@ device pass # Passthrough device (direct SCSI access) #device ses # SCSI Environmental Services (and SAF-TE) #device targ # SCSI Target Mode Code -#device targbh0 # SCSI Target Mode Blackhole Device +#device targbh # SCSI Target Mode Blackhole Device #define pt # SCSI Processor Target Device # RAID controllers |
