diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-03-24 03:41:48 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-03-24 03:41:48 +0000 |
commit | d1496907a48ebd30adb23bf4e90d749aed590cfe (patch) | |
tree | 8f12a350eb8e2453b839377fb75fc591bf2d06ac /sys/arch/i386/conf/GENERIC | |
parent | 5a4261ce44c608570584195298da0c81ee6cf785 (diff) |
correct isp header
Diffstat (limited to 'sys/arch/i386/conf/GENERIC')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 614f1a5aa08..779195dbe99 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.63 1998/03/24 03:26:06 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.64 1998/03/24 03:41:45 deraadt Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -111,7 +111,7 @@ ahc0 at isa? port ? irq ? # Adaptec 284x SCSI controllers ahc* at eisa? slot ? # Adaptec 274x, aic7770 SCSI controllers ahc* at pci? dev ? function ? # Adaptec 2940 SCSI controllers scsibus* at ahc? -isp* at pci? dev ? function ? # I-Logic SCSI controllers +isp* at pci? dev ? function ? # Qlogic ISP [12]0x0 SCSI/FibreChannel scsibus* at isp? aic0 at isa? port 0x340 irq 11 # Adaptec 152[02] SCSI controllers scsibus* at aic? |