diff options
author | imp <imp@FreeBSD.org> | 2009-06-14 03:32:52 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2009-06-14 03:32:52 +0000 |
commit | 58b3bd04404bf84805dc30a0d0ddc29f79fc3cd7 (patch) | |
tree | fc2487e595cd62cd833b8ee54035e4b17bfdbfa9 /sys | |
parent | ced97f72d010f36de15f6c60ce7f628c575f4094 (diff) | |
download | FreeBSD-src-58b3bd04404bf84805dc30a0d0ddc29f79fc3cd7.zip FreeBSD-src-58b3bd04404bf84805dc30a0d0ddc29f79fc3cd7.tar.gz |
Fix typo... bad imp.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/mips/conf/ADM5120 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/mips/conf/ADM5120 b/sys/mips/conf/ADM5120 index 9e24fc4..fc6b679 100644 --- a/sys/mips/conf/ADM5120 +++ b/sys/mips/conf/ADM5120 @@ -63,5 +63,5 @@ options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required device loop device ether device uart -nodevice uart_8250 # No 8250 here +nodevice uart_ns8250 # ADM5120's UART not 16550-like # device md |