diff options
author | phk <phk@FreeBSD.org> | 2008-04-21 10:09:55 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2008-04-21 10:09:55 +0000 |
commit | bbf813673e69b90901d034189d21451674f5818e (patch) | |
tree | 32fe3bffd5e2777968895353e4bd20dfcd890fc7 /sys/mips | |
parent | c5851345cf22fb2cbb07c9efbd71dd8372ea153a (diff) | |
download | FreeBSD-src-bbf813673e69b90901d034189d21451674f5818e.zip FreeBSD-src-bbf813673e69b90901d034189d21451674f5818e.tar.gz |
Make genclock standard on all platforms.
Thanks to: grehan & marcel for platform support on ia64 and ppc.
Diffstat (limited to 'sys/mips')
-rw-r--r-- | sys/mips/conf/ADM5120 | 1 | ||||
-rw-r--r-- | sys/mips/conf/IDT | 1 | ||||
-rw-r--r-- | sys/mips/conf/MALTA | 1 | ||||
-rw-r--r-- | sys/mips/conf/QEMU | 1 | ||||
-rw-r--r-- | sys/mips/conf/SENTRY5 | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/sys/mips/conf/ADM5120 b/sys/mips/conf/ADM5120 index bc55e79..97cae0f 100644 --- a/sys/mips/conf/ADM5120 +++ b/sys/mips/conf/ADM5120 @@ -62,7 +62,6 @@ options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required #options WITNESS #Enable checks to detect deadlocks and cycles #options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed -device genclock device loop device ether device uart diff --git a/sys/mips/conf/IDT b/sys/mips/conf/IDT index 73af1ee..44f9dcb 100644 --- a/sys/mips/conf/IDT +++ b/sys/mips/conf/IDT @@ -31,7 +31,6 @@ options BOOTP_COMPAT options INVARIANTS #Enable calls of extra sanity checking options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS -device genclock device loop device pci device ether diff --git a/sys/mips/conf/MALTA b/sys/mips/conf/MALTA index 8d0c861..6b562b9 100644 --- a/sys/mips/conf/MALTA +++ b/sys/mips/conf/MALTA @@ -61,7 +61,6 @@ options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required #options WITNESS #Enable checks to detect deadlocks and cycles #options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed -device genclock device loop device ether device le diff --git a/sys/mips/conf/QEMU b/sys/mips/conf/QEMU index 1bfad14..9f18391 100644 --- a/sys/mips/conf/QEMU +++ b/sys/mips/conf/QEMU @@ -51,7 +51,6 @@ options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions #options WITNESS #Enable checks to detect deadlocks and cycles #options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed -device genclock device loop device ether device mem diff --git a/sys/mips/conf/SENTRY5 b/sys/mips/conf/SENTRY5 index 122b152..ac372ea 100644 --- a/sys/mips/conf/SENTRY5 +++ b/sys/mips/conf/SENTRY5 @@ -91,7 +91,6 @@ device ehci # EHCI PCI->USB interface (USB 2.0) #device uart #device uart_ns8250 -device genclock device loop device ether device md |