diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-06-26 21:05:57 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-06-26 21:05:57 +0000 |
commit | 23f1cdd69c6b4ace9d9d2ebb5ccb182bdd89fc44 (patch) | |
tree | daa93259380a58f4687df5cb5e35e05587342c0b /sys/arch/powerpc/conf | |
parent | b6ccaf50c52a3aee8123193851bd10b8cc3ee67e (diff) |
support wd & atapiscsi on regular pciide; i found what Dale missed, so i _deserve_ the commit
Diffstat (limited to 'sys/arch/powerpc/conf')
-rw-r--r-- | sys/arch/powerpc/conf/GENERIC | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/powerpc/conf/GENERIC b/sys/arch/powerpc/conf/GENERIC index 14bdc177981..61792638976 100644 --- a/sys/arch/powerpc/conf/GENERIC +++ b/sys/arch/powerpc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.40 2001/06/25 23:09:55 mickey Exp $ +# $OpenBSD: GENERIC,v 1.41 2001/06/26 21:05:56 deraadt Exp $ # # PPC GENERIC config file # @@ -109,7 +109,9 @@ wdc* at macobio? flags 0x0 #wd* at pciide? channel ? drive ? #wd* at wdc? channel ? drive ? flags 0x0000 wd* at wdc? drive ? flags 0x0000 +wd* at pciide? drive ? flags 0x0000 atapiscsi* at wdc? channel ? flags 0x0000 +atapiscsi* at pciide? channel ? flags 0x0000 scsibus* at atapiscsi? # PCI USB Controllers |