Go to file
thorpej a492e1df80 Add a kernel driver for the APCI 8250-like UARTs that live in the
Frodo ASIC, originally contributed by Mike Smith
<mike@pressed.spam.frisbee.net.au>, but reworked by me to:
- Essentially duplicate the dca driver, modifiying where necessary
  to work with the APCI.
- Deal with the different Frodo autoconfiguration model.
- Don't attach a tty to the 0th UART - it's not really useful for much
  more than the Domain keyboard.
- Added a routine to check for the existence of a DCA at select code 9.
  On most models, the 1'th UART is mapped to select code 9 by the PROM,
  and on these models, we do _NOT_ want to attach the device as an APCI.
  However, on the 425e, this mapping does not take place, so we attach
  as an APCI.  The 2'th and 3'th UARTs always get tty instances.
- Add console support which will only be invoked on the 425e (i.e. check
  for DCA at 9, and defer console to it if it exists).
1997-05-12 08:12:36 +00:00
bin fix xrefs: sigvec(2) -> sigaction(2), killpg(2) -> killpg(3). 1997-05-12 08:00:09 +00:00
distrib Add Tobias Abt, Markus Illenseer and Michael Teske. 1997-05-11 21:19:04 +00:00
etc ntpdate is not a daemon, and add comment for kerberos_server 1997-05-12 05:00:13 +00:00
games Use afterinstall, not beforeinstall. 1997-05-09 16:51:41 +00:00
gnu Add CLEANFILES for y.tab.h 1997-05-11 15:18:13 +00:00
include Add missing prototype for getgrouplist as mentioned in the man page. 1997-05-09 19:38:32 +00:00
lib xref sigprocmask(2), not obsolete sigsetmask(2). 1997-05-12 07:46:33 +00:00
libexec Keep track of `dlsym()' symbol lookup scope differently. There's (currently) 1997-05-03 08:00:02 +00:00
regress Use proginstall:: to disable installing PROG. 1997-05-07 15:59:08 +00:00
sbin fix typo: PRC should have been RPC 1997-05-12 01:52:27 +00:00
share update to match reality. changes include: 1997-05-12 05:21:51 +00:00
sys Add a kernel driver for the APCI 8250-like UARTs that live in the 1997-05-12 08:12:36 +00:00
usr.bin xref sigaction(2), not obsolete sigvec(2). 1997-05-12 08:03:28 +00:00
usr.sbin use ../../Makefile.inc instead of defining BINDIR locally. 1997-05-11 05:27:09 +00:00
Makefile Don't cleandir on make build when UPDATE is set. 1997-03-24 22:22:15 +00:00