Marcel Moolenaar 64220a7e28 Rewrite of puc(4). Significant changes are:
o  Properly use rman(9) to manage resources. This eliminates the
   need to puc-specific hacks to rman. It also allows devinfo(8)
   to be used to find out the specific assignment of resources to
   serial/parallel ports.
o  Compress the PCI device "database" by optimizing for the common
   case and to use a procedural interface to handle the exceptions.
   The procedural interface also generalizes the need to setup the
   hardware (program chipsets, program clock frequencies).
o  Eliminate the need for PUC_FASTINTR. Serdev devices are fast by
   default and non-serdev devices are handled by the bus.
o  Use the serdev I/F to collect interrupt status and to handle
   interrupts across ports in priority order.
o  Sync the PCI device configuration to include devices found in
   NetBSD and not yet merged to FreeBSD.
o  Add support for Quatech 2, 4 and 8 port UARTs.
o  Add support for a couple dozen Timedia serial cards as found
   in Linux.
2006-04-28 21:21:53 +00:00
..
2006-04-21 19:06:29 +00:00
2005-12-04 02:12:43 +00:00
2006-04-17 10:47:01 +00:00
2005-12-17 07:09:17 +00:00
2005-05-10 12:02:18 +00:00
2006-04-14 17:26:04 +00:00
2005-12-04 02:12:43 +00:00
2006-02-24 02:03:35 +00:00
2006-03-01 07:24:39 +00:00
2006-04-27 21:43:37 +00:00
2005-11-12 19:14:21 +00:00
2006-04-10 06:44:30 +00:00
2005-05-19 21:16:50 +00:00
2006-03-21 21:15:43 +00:00
2005-09-21 22:45:14 +00:00