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