diff options
author | gene <gene@cvs.openbsd.org> | 1998-05-08 22:21:37 +0000 |
---|---|---|
committer | gene <gene@cvs.openbsd.org> | 1998-05-08 22:21:37 +0000 |
commit | 1427d878934be00d4680c712aa945a16dea56b85 (patch) | |
tree | 12fbe232c6392bc50de837745ba0aa1156015966 /sys | |
parent | 1993e8f6433bc1dc04369d573b614f06dd337637 (diff) |
Add the new mc driver.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/mac68k/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/mac68k/conf/GENERICSBC | 3 | ||||
-rw-r--r-- | sys/arch/mac68k/conf/MRGADB | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/sys/arch/mac68k/conf/GENERIC b/sys/arch/mac68k/conf/GENERIC index 6cf9b1dd07e..8ba2f06ed6a 100644 --- a/sys/arch/mac68k/conf/GENERIC +++ b/sys/arch/mac68k/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.23 1997/10/19 23:40:44 briggs Exp $ +# $OpenBSD: GENERIC,v 1.24 1998/05/08 22:21:34 gene Exp $ # $NetBSD: GENERIC,v 1.52 1997/01/13 23:34:07 scottr Exp $ # # GENERIC - an all-in-one kernel for the mac68k @@ -33,6 +33,7 @@ asc0 at obio? # ASC/EASC audio esp0 at obio? # SCSI NCR 53C9x esp1 at obio? # SCSI NCR 53C9x intvid0 at obio? # Internal video hardware +mc* at obio? # MACE ethernet on Centris/Quadra 660av sn* at obio? # Internal ethernet zsc0 at obio? # Zilog serial chip zstty* at zsc? channel ? diff --git a/sys/arch/mac68k/conf/GENERICSBC b/sys/arch/mac68k/conf/GENERICSBC index 3ed9ee21bc0..e7bf280c266 100644 --- a/sys/arch/mac68k/conf/GENERICSBC +++ b/sys/arch/mac68k/conf/GENERICSBC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERICSBC,v 1.9 1997/10/19 23:40:44 briggs Exp $ +# $OpenBSD: GENERICSBC,v 1.10 1998/05/08 22:21:35 gene Exp $ # $NetBSD: GENERIC,v 1.52 1997/01/13 23:34:07 scottr Exp $ # # GENERICSBC --- our generic kernel using the SBC SCSI driver @@ -33,6 +33,7 @@ asc0 at obio? # ASC/EASC audio esp0 at obio? # SCSI NCR 53C9x esp1 at obio? # SCSI NCR 53C9x intvid0 at obio? # Internal video hardware +mc* at obio? # MACE ethernet on Centris/Quadra 660av sn* at obio? # Internal ethernet zsc0 at obio? # Zilog serial chip zstty* at zsc? channel ? diff --git a/sys/arch/mac68k/conf/MRGADB b/sys/arch/mac68k/conf/MRGADB index 9bf1526cc4c..60b2bc9ab94 100644 --- a/sys/arch/mac68k/conf/MRGADB +++ b/sys/arch/mac68k/conf/MRGADB @@ -1,4 +1,4 @@ -# $OpenBSD: MRGADB,v 1.1 1998/03/25 02:59:23 gene Exp $ +# $OpenBSD: MRGADB,v 1.2 1998/05/08 22:21:36 gene Exp $ # # MRGADB - generic kernel with the optional "mrg" adb driver by default # @@ -33,6 +33,7 @@ asc0 at obio? # ASC/EASC audio esp0 at obio? # SCSI NCR 53C9x esp1 at obio? # SCSI NCR 53C9x intvid0 at obio? # Internal video hardware +mc* at obio? # MACE ethernet on Centris/Quadra 660av sn* at obio? # Internal ethernet zsc0 at obio? # Zilog serial chip zstty* at zsc? channel ? |