diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-08-23 10:54:22 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-08-23 10:54:22 +0000 |
commit | 309fcc016889a57bb53f1a3762d1785eacce5ca5 (patch) | |
tree | 1ac33407fe0b2ee7617592165f12d632856d1533 /sys/arch/sparc64 | |
parent | 1c11a2950c584ecf9a41484e7242a0cf26aeb03b (diff) |
Uncomment hme, it works.
Add commented out IDE entries, doesn't work yet.
Diffstat (limited to 'sys/arch/sparc64')
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index 7fb7efeb7cb..e98ec780041 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.12 2001/08/22 21:52:01 jason Exp $ +# $OpenBSD: GENERIC,v 1.13 2001/08/23 10:54:21 art Exp $ # $NetBSD: GENERIC32,v 1.18 2001/07/20 00:07:12 eeh Exp $ machine sparc64 @@ -28,7 +28,7 @@ pci* at ppb? ppb* at pci? dev ? function ? ebus* at pci? -#hme* at pci? dev ? function ? +hme* at pci? dev ? function ? #### Standard system devices -- all required for a given architecture @@ -59,6 +59,11 @@ 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? + # # Note the flags on the esp entries below, that work around # deficiencies in the current driver: |