diff options
author | 2005-01-10 05:12:03 +0000 | |
---|---|---|
committer | 2005-01-10 05:12:03 +0000 | |
commit | bb19f484851a03dcf75aec9bcc97b9df04d2d18c (patch) | |
tree | 04b209e5e3f66477e8721f7cff270e498d9a2adc | |
parent | more phy (diff) | |
download | wireguard-openbsd-bb19f484851a03dcf75aec9bcc97b9df04d2d18c.tar.xz wireguard-openbsd-bb19f484851a03dcf75aec9bcc97b9df04d2d18c.zip |
add ne for CF network cards.
-rw-r--r-- | sys/arch/zaurus/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/zaurus/conf/RAMDISK | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/zaurus/conf/GENERIC b/sys/arch/zaurus/conf/GENERIC index 28e01fe8f66..8fc518b2d14 100644 --- a/sys/arch/zaurus/conf/GENERIC +++ b/sys/arch/zaurus/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.4 2005/01/10 05:09:37 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.5 2005/01/10 05:12:03 drahn Exp $ # # GENERIC machine description file # @@ -129,6 +129,7 @@ options KGDB_DEVRATE=115200 pxapcic0 at pxaip? pcmcia* at pxapcic? wi* at pcmcia? +ne* at pcmcia? wdc* at pcmcia? # IDE hard drives diff --git a/sys/arch/zaurus/conf/RAMDISK b/sys/arch/zaurus/conf/RAMDISK index 06dded1f1d6..df359150766 100644 --- a/sys/arch/zaurus/conf/RAMDISK +++ b/sys/arch/zaurus/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.5 2005/01/10 05:05:41 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.6 2005/01/10 05:12:03 drahn Exp $ # $NetBSD: GENERIC,v 1.27.4.1 2002/08/01 04:18:06 lukem Exp $ # # GENERIC machine description file @@ -138,6 +138,7 @@ options KGDB_DEVRATE=115200 pxapcic0 at pxaip? pcmcia* at pxapcic? wi* at pcmcia? +ne* at pcmcia? wdc* at pcmcia? # IDE hard drives |