aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/uart/uart_bus_ebus.c
Commit message (Expand)AuthorAgeFilesLines
* Recognize the NS16552 found in PCIe-based sun4u machines.Marius Strobl2009-12-231-1/+1
* Remove unused variable 'error'. Forgotten in previous commit.Marcel Moolenaar2006-04-021-1/+0
* Don't claim a SAB82532. We have scc(4) for that.Marcel Moolenaar2006-04-021-5/+0
* When we probe a SAB82532, return BUS_PROBE_GENERIC. This allows puc(4)Marcel Moolenaar2006-02-241-1/+3
* - Add support for using LOM (Lights Out Management) and RSC (Remote SystemMarius Strobl2006-02-041-3/+7
* Allow uart_bus_probe() to return the predefined BUS_PROBE_*Marcel Moolenaar2005-10-281-3/+1
* Recognize the SAB82532 in USIII machines.Marius Strobl2005-08-071-1/+1
* On AXi and AXmp boards the NS16550 (used to connect keyboard and mouse)Marius Strobl2005-06-041-0/+20
* - Introduce an ofw_bus kobj-interface for retrieving the OFW node and aMarius Strobl2004-08-121-5/+5
* Add missing <sys/module.h> includes currently relying on nested includePoul-Henning Kamp2004-06-031-0/+1
* In uart_ebus_probe(), match "su_pnp" besides "su" for ns8250 familyMarcel Moolenaar2004-04-031-2/+4
* Revert the introduction of iobase in struct uart_bas. Both the SAB82532Marcel Moolenaar2003-09-261-2/+2
* The uart(4) driver is an universal driver for various UART hardware.Marcel Moolenaar2003-09-061-0/+85