From b0734f67fae7e9fcceca7433c97cbca0667ea6cb Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Sun, 14 Jun 2009 02:58:56 +0000 Subject: [PATCH] After Marcel's change to DEFAULTS, we were bringing in a bogus copy of uart_8250. Remove it here since the UART on the ADM5120 isn't the typical 16550: its completely different. --- sys/mips/conf/ADM5120 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/mips/conf/ADM5120 b/sys/mips/conf/ADM5120 index 466289dc7e8..9e24fc4402c 100644 --- a/sys/mips/conf/ADM5120 +++ b/sys/mips/conf/ADM5120 @@ -54,7 +54,6 @@ options BOOTP_COMPAT #options UFS_DIRHASH #Improve performance on big directories options ROOTDEVNAME=\"nfs:10.0.0.1:/mnt/bsd\" - # Debugging for use in -current options INVARIANTS #Enable calls of extra sanity checking options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS @@ -64,4 +63,5 @@ options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required device loop device ether device uart +nodevice uart_8250 # No 8250 here # device md