freebsd-dev/sys/i386/conf
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
..
.cvsignore Add .cvsignore files just like in sys/<arch>/compiled, this keeps CVS from 2005-06-20 16:52:59 +00:00
DEFAULTS Rewrite of puc(4). Significant changes are: 2006-04-28 21:21:53 +00:00
GENERIC Add the rr232x driver to the default kernels. 2006-04-27 20:58:24 +00:00
GENERIC.hints pcic is no more on i386 port, so remove it from the hints. 2005-01-14 06:54:59 +00:00
MAC Introduce a kernel config for the Mandatory Access Control framework. 2005-09-18 03:15:36 +00:00
Makefile Implemented "nooption" and "nomakeoption" config(8) tokens. 2003-02-26 23:36:59 +00:00
NOTES Add the rr232x driver to the default kernels. 2006-04-27 20:58:24 +00:00
PAE iir works on PAE now. 2006-03-03 04:30:18 +00:00
XBOX Committed the xbox syscons(8)-able console driver. 2006-03-03 14:52:57 +00:00