diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2000-07-03 17:57:25 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2000-07-03 17:57:25 +0000 |
commit | 0deb5338d2fe184b386ba30956f7bde81ccd61cd (patch) | |
tree | c379bb7be5a3265680ab8f627a6b459751394e3e /sys/arch/alpha | |
parent | 20f657fecf5bc355c1f1728ada0c006797d2eddd (diff) |
Current ahc requires the bus_dma API, which alpha does not provide
Diffstat (limited to 'sys/arch/alpha')
-rw-r--r-- | sys/arch/alpha/conf/GENERIC | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC index cf2cc56dbfa..1a8e6561869 100644 --- a/sys/arch/alpha/conf/GENERIC +++ b/sys/arch/alpha/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.47 2000/01/10 13:58:15 jason Exp $ +# $OpenBSD: GENERIC,v 1.48 2000/07/03 17:57:24 niklas Exp $ # $NetBSD: GENERIC,v 1.31 1996/12/03 17:25:29 cgd Exp $ # # Generic Alpha kernel. Enough to get booted, etc., but not much more. @@ -66,7 +66,7 @@ pci* at lca? pci* at ppb? # PCI devices -ahc* at pci? dev ? function ? # AHA-28xx SCSI +#ahc* at pci? dev ? function ? # AHA-28xx SCSI de* at pci? dev ? function ? # 21x4[012]-based Ethernet ne* at pci? dev ? function ? # NE2000-compat ethernet cards fxp* at pci? dev ? function ? # EtherExpress 10/100B ethernet @@ -144,7 +144,7 @@ scsibus* at atapiscsi? # SCSI bus support scsibus* at esp? scsibus* at ncr? -scsibus* at ahc? +#scsibus* at ahc? #scsibus* at aic? # SCSI devices |