diff options
author | 1998-02-16 06:12:12 +0000 | |
---|---|---|
committer | 1998-02-16 06:12:12 +0000 | |
commit | 6b407cf7ee4ecf9fd5c445cc4c3118343d1593fe (patch) | |
tree | 059cc73ad2d7d24b3462bee5bca8732babb117cd | |
parent | Add the "VIPER 150/21531" to quirk list (ST_Q_SENSE_HELP; pk (diff) | |
download | wireguard-openbsd-6b407cf7ee4ecf9fd5c445cc4c3118343d1593fe.tar.xz wireguard-openbsd-6b407cf7ee4ecf9fd5c445cc4c3118343d1593fe.zip |
Add entries for the PMAZ-DS and PMAZ-FS (Flamingo Turbochannel Dual SCSI
baseboard devices, normal and fast), and the PMAZB-AA and PMAZC-AA
(Turbochannel Dual SCSI option cards, normal and fast); thorpej
-rw-r--r-- | sys/dev/tc/tcdevs | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/tc/tcdevs b/sys/dev/tc/tcdevs index 3882417d4f6..d69f6c99536 100644 --- a/sys/dev/tc/tcdevs +++ b/sys/dev/tc/tcdevs @@ -1,4 +1,4 @@ -$OpenBSD: tcdevs,v 1.3 1996/12/08 01:03:05 niklas Exp $ +$OpenBSD: tcdevs,v 1.4 1998/02/16 06:12:12 deraadt Exp $ /* $NetBSD: tcdevs,v 1.6 1996/08/26 23:39:34 cgd Exp $ */ /* @@ -51,5 +51,9 @@ device PMAGD sfbp Smart Frame Buffer Plus, unknown bpp device PMAGD-AA sfbp Smart Frame Buffer Plus, 8bpp device PMAGD-BA sfbp Smart Frame Buffer Plus, 32bpp device PMAZ-AA asc 53c94 SCSI +device PMAZ-DS tcds 53c94 TCDS SCSI (baseboard) +device PMAZ-FS tcds 53c94 TCDS Fast SCSI (baseboard) +device PMAZB-AA tcds 53c94 TCDS SCSI option card +device PMAZC-AA tcds 53c94 TCDS Fast SCSI option card device T1D4PKT ds DECWRL Turbochannel T1 device T3PKT tt DECWRL Turbochannel T3 |