freebsd-dev/sys/dev/puc
John Baldwin 7417e80b4e Don't enable PUC_FASTINTR by default in the source. Instead, enable it
via the DEFAULTS kernel configs.  This allows folks to turn it that option
off in the kernel configs if desired without having to hack the source.
This is especially useful since PUC_FASTINTR hangs the kernel boot on my
ultra60 which has two uart(4) devices hung off of a puc(4) device.

I did not enable PUC_FASTINTR by default on powerpc since powerpc does not
currently allow sharing of INTR_FAST with non-INTR_FAST like the other
archs.
2005-11-21 20:22:35 +00:00
..
puc_ebus.c Recognize the SAB82532 in USIII machines. 2005-08-07 13:37:25 +00:00
puc_pccard.c Add missing <sys/module.h> includes 2004-05-30 20:08:47 +00:00
puc_pci.c Use BUS_PROBE_DEFAULT for pci probe return value 2005-03-05 18:10:49 +00:00
puc_sbus.c Declare the sbus(4) front-end of puc(4) also for fhc(4), allowing 2005-02-26 00:25:43 +00:00
puc.c Don't enable PUC_FASTINTR by default in the source. Instead, enable it 2005-11-21 20:22:35 +00:00
pucdata.c Add yet another entry to the list. 2005-11-05 21:04:26 +00:00
pucvar.h Use the standard FreeBSD license 2005-01-11 06:24:40 +00:00