diff options
-rw-r--r-- | sys/sparc64/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sparc64/conf/GENERIC b/sys/sparc64/conf/GENERIC index 7d4e0e3..4ca7d90 100644 --- a/sys/sparc64/conf/GENERIC +++ b/sys/sparc64/conf/GENERIC @@ -141,9 +141,9 @@ device rtc # rtc (really a front-end for the MC146818) device mc146818 # Motorola MC146818 and compatible clocks # Serial (COM) ports -#device sab # Siemens SAB82532 based serial ports -device uart # Multi-uart driver device puc # Multi-channel uarts +device scc # Serial communications controllers. +device uart # Multi-uart driver # Parallel port #device ppc |