cvs commit: src/sys/dev/uart uart_cpu.h uart_cpu_pc98.c uart_dev_i8251.c uart_dev_i8251.h

Warner Losh imp at FreeBSD.org
Sat Sep 6 21:59:16 PDT 2003


imp         2003/09/06 21:59:15 PDT

  FreeBSD src repository

  Modified files:
    sys/dev/uart         uart_cpu.h 
  Added files:
    sys/dev/uart         uart_cpu_pc98.c uart_dev_i8251.c 
                         uart_dev_i8251.h 
  Log:
  Better stab at MD code for pc98.  The 8251 stuff is a total lie
  (ns8250 copied and s/ns8250/i8251/g), but there for linkage purposes.
  Real code to follow, once I get past some boot issues on my pc98 boxes
  with recent current.
  
  Revision  Changes    Path
  1.2       +1 -0      src/sys/dev/uart/uart_cpu.h
  1.1       +96 -0     src/sys/dev/uart/uart_cpu_pc98.c (new)
  1.1       +726 -0    src/sys/dev/uart/uart_dev_i8251.c (new)
  1.1       +153 -0    src/sys/dev/uart/uart_dev_i8251.h (new)


More information about the cvs-src mailing list