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 6fb5df1..879af89 100644 --- a/sys/sparc64/conf/GENERIC +++ b/sys/sparc64/conf/GENERIC @@ -129,8 +129,8 @@ device "mk48txx" # Mostek MK48T02, MK48T08, MK48T59 clock # Serial (COM) ports #device sio # 8250, 16[45]50 based serial ports -#device sab # Siemens SAB82532 based serial ports -#device zs # Zilog 8530 based serial ports +device sab # Siemens SAB82532 based serial ports +device zs # Zilog 8530 based serial ports # Parallel port #device ppc |