diff options
author | cognet <cognet@FreeBSD.org> | 2007-12-02 13:10:42 +0000 |
---|---|---|
committer | cognet <cognet@FreeBSD.org> | 2007-12-02 13:10:42 +0000 |
commit | 507e28d9363f09c77a9c36fbe94404152f5510bb (patch) | |
tree | c9a9277ea15a9d07d9bea1906a28b03b84b7c88c /sys/arm/conf | |
parent | e371eead9fb30e4956e83ef3d321eb6630e33233 (diff) | |
download | FreeBSD-src-507e28d9363f09c77a9c36fbe94404152f5510bb.zip FreeBSD-src-507e28d9363f09c77a9c36fbe94404152f5510bb.tar.gz |
Cleanup : make nexus standard, as it is mandatory anyway.
Garbage-collect unused nexus_io.c and nexus_io_asm.S
Submitted by: Rafal Jaworowski <raj AT semihalf DOT com>
Diffstat (limited to 'sys/arm/conf')
-rw-r--r-- | sys/arm/conf/AVILA | 1 | ||||
-rw-r--r-- | sys/arm/conf/BWCT | 1 | ||||
-rw-r--r-- | sys/arm/conf/CRB | 1 | ||||
-rw-r--r-- | sys/arm/conf/EP80219 | 1 | ||||
-rw-r--r-- | sys/arm/conf/HL200 | 1 | ||||
-rw-r--r-- | sys/arm/conf/IQ31244 | 1 | ||||
-rw-r--r-- | sys/arm/conf/KB920X | 1 | ||||
-rw-r--r-- | sys/arm/conf/SIMICS | 1 | ||||
-rw-r--r-- | sys/arm/conf/SKYEYE | 1 |
9 files changed, 0 insertions, 9 deletions
diff --git a/sys/arm/conf/AVILA b/sys/arm/conf/AVILA index c07a00c..b1887b3 100644 --- a/sys/arm/conf/AVILA +++ b/sys/arm/conf/AVILA @@ -80,7 +80,6 @@ options BOOTP_COMPAT #options VERBOSE_SYSINIT device genclock -device nexus device mem # Memory and kernel memory devices #device saarm diff --git a/sys/arm/conf/BWCT b/sys/arm/conf/BWCT index db20864..c9e313c 100644 --- a/sys/arm/conf/BWCT +++ b/sys/arm/conf/BWCT @@ -73,7 +73,6 @@ device random device ether device vlan device pty -device nexus device uart device ate device mii diff --git a/sys/arm/conf/CRB b/sys/arm/conf/CRB index 6180a2d..339bc6c 100644 --- a/sys/arm/conf/CRB +++ b/sys/arm/conf/CRB @@ -67,7 +67,6 @@ options BOOTP_COMPAT device genclock device loop device ether -device nexus device mem # Memory and kernel memory devices #device saarm device miibus diff --git a/sys/arm/conf/EP80219 b/sys/arm/conf/EP80219 index c756c6f..ca656e2 100644 --- a/sys/arm/conf/EP80219 +++ b/sys/arm/conf/EP80219 @@ -69,7 +69,6 @@ options BOOTP_COMPAT device genclock device loop device ether -device nexus device mem # Memory and kernel memory devices #device saarm device miibus diff --git a/sys/arm/conf/HL200 b/sys/arm/conf/HL200 index 9f45c0c..ef07ee6 100644 --- a/sys/arm/conf/HL200 +++ b/sys/arm/conf/HL200 @@ -78,7 +78,6 @@ device random device pty device loop device ether -device nexus device uart device ate device mii diff --git a/sys/arm/conf/IQ31244 b/sys/arm/conf/IQ31244 index 154d86a..0dd6e7e 100644 --- a/sys/arm/conf/IQ31244 +++ b/sys/arm/conf/IQ31244 @@ -66,7 +66,6 @@ options BOOTP_COMPAT device genclock device loop device ether -device nexus device mem # Memory and kernel memory devices #device saarm device miibus diff --git a/sys/arm/conf/KB920X b/sys/arm/conf/KB920X index 0baae87..d9aae57 100644 --- a/sys/arm/conf/KB920X +++ b/sys/arm/conf/KB920X @@ -66,7 +66,6 @@ device random device pty device loop device ether -device nexus device uart device ate device mii diff --git a/sys/arm/conf/SIMICS b/sys/arm/conf/SIMICS index 016d6e8..dbf4c49 100644 --- a/sys/arm/conf/SIMICS +++ b/sys/arm/conf/SIMICS @@ -58,7 +58,6 @@ device loop device ether device saip device assabet -device nexus #device saarm device rl device uart diff --git a/sys/arm/conf/SKYEYE b/sys/arm/conf/SKYEYE index 8a52f94..0e2465d 100644 --- a/sys/arm/conf/SKYEYE +++ b/sys/arm/conf/SKYEYE @@ -61,7 +61,6 @@ options KBD_INSTALL_CDEV # install a CDEV entry in /dev device genclock device loop device ether -device nexus #device saarm device rl device uart |