diff options
author | 2001-08-23 14:25:40 +0000 | |
---|---|---|
committer | 2001-08-23 14:25:40 +0000 | |
commit | 917efb76a4bdf4d8805b6c898c25c9af275f525f (patch) | |
tree | 8dd3e5a48efd925feee2d1259202b93e185e3b87 | |
parent | Add missing commas after auth_getitem and auth_setitem in NAME section. (diff) | |
download | wireguard-openbsd-917efb76a4bdf4d8805b6c898c25c9af275f525f.tar.xz wireguard-openbsd-917efb76a4bdf4d8805b6c898c25c9af275f525f.zip |
pciide works.
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index e98ec780041..09db84feaa5 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.13 2001/08/23 10:54:21 art Exp $ +# $OpenBSD: GENERIC,v 1.14 2001/08/23 14:25:40 art Exp $ # $NetBSD: GENERIC32,v 1.18 2001/07/20 00:07:12 eeh Exp $ machine sparc64 @@ -59,10 +59,10 @@ be* at qec? hme* at sbus? slot ? offset ? -#pciide* at pci? dev ? function ? flags 0x0000 -#wd* at pciide? channel ? drive ? flags 0x0000 -#atapiscsi* at pciide? channel ? -#scsibus* at atapiscsi? +pciide* at pci? dev ? function ? flags 0x0000 +wd* at pciide? channel ? drive ? flags 0x0000 +atapiscsi* at pciide? channel ? +scsibus* at atapiscsi? # # Note the flags on the esp entries below, that work around |