diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-08-17 19:24:56 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-08-17 19:24:56 +0000 |
commit | 0418f2c50d5aee8701243fc4b680f98d992a460a (patch) | |
tree | dd4d81d8e7b1975510c5e266a912039b486d512f /sys/arch/alpha | |
parent | 3f728385127ce8b6660566d0475ed62fdfde7bbd (diff) |
enable msk(4) in a few more places.
Diffstat (limited to 'sys/arch/alpha')
-rw-r--r-- | sys/arch/alpha/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/alpha/conf/RAMDISKBIG | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC index 78345c7ed2b..a15397ecc14 100644 --- a/sys/arch/alpha/conf/GENERIC +++ b/sys/arch/alpha/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.178 2006/08/14 08:34:21 jsg Exp $ +# $OpenBSD: GENERIC,v 1.179 2006/08/17 19:24:54 brad Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -225,6 +225,8 @@ mtd* at pci? # Myson MTD800/803/891 epic* at pci? # SMC EPIC/100 ethernet skc* at pci? # SysKonnect GEnesis 984x sk* at skc? # each port of above +mskc* at pci? # Marvell Yukon-2 +msk* at mskc? # each port of above tl* at pci? # Compaq Thunderlan ethernet ste* at pci? # Sundance ST201 ethernet ral* at pci? # Ralink RT2500/RT2501/RT2600 diff --git a/sys/arch/alpha/conf/RAMDISKBIG b/sys/arch/alpha/conf/RAMDISKBIG index 5a1f8427bdd..c4b8624b6a0 100644 --- a/sys/arch/alpha/conf/RAMDISKBIG +++ b/sys/arch/alpha/conf/RAMDISKBIG @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKBIG,v 1.67 2006/06/01 23:11:38 brad Exp $ +# $OpenBSD: RAMDISKBIG,v 1.68 2006/08/17 19:24:54 brad 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. @@ -197,6 +197,8 @@ mtd* at pci? # Myson MTD800/803/891 epic* at pci? # SMC EPIC/100 ethernet skc* at pci? # SysKonnect GEnesis 984x sk* at skc? # each port of above +mskc* at pci? # Marvell Yukon-2 +msk* at mskc? # each port of above tl* at pci? # Compaq Thunderlan ethernet ste* at pci? # Sundance ST201 ethernet ral* at pci? # Ralink RT2500/RT2501/RT2600 |