diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2005-02-03 15:58:45 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2005-02-03 15:58:45 +0000 |
commit | 6ff69b7c7a6296304cab1ffaba83dc4bf827d3d7 (patch) | |
tree | cbd61e907772d24c573247497f633a454fa1a82a /sys/arch/amd64 | |
parent | cbc436937dd660f9d4c101430e172e6f3b6100c5 (diff) |
remove commented out ncr, siop handles the devices, with and ok dale
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index bf0362bd73c..9b4d53aed79 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.53 2005/02/03 15:45:59 henning Exp $ +# $OpenBSD: GENERIC,v 1.54 2005/02/03 15:58:44 henning Exp $ # # GENERIC -- everything that's currently supported # @@ -217,9 +217,7 @@ scsibus* at isp? #scsibus* at aic? #esp* at pcmcia? # PCMCIA based NCR 53C9X SCSI #scsibus* at esp? -#ncr* at pci? # NCR 538XX SCSI controllers(old) -#scsibus* at ncr? -siop* at pci? # NCR 538XX SCSI controllers(new) +siop* at pci? # NCR 538XX SCSI controllers scsibus* at siop? #adv* at pci? # AdvanSys 1200A/B and ULTRA SCSI #scsibus* at adv? |