summaryrefslogtreecommitdiff
path: root/sys/dev/uart
AgeCommit message (Expand)Author
2006-05-12o A divisor of 0 is perfectly valid. Reserve -1 for an invalidMarcel Moolenaar
2006-05-11First pass at removing Alpha kernel support.John Baldwin
2006-04-28Rewrite of puc(4). Significant changes are:Marcel Moolenaar
2006-04-28Implement the ipend() method of the serdev I/F.Marcel Moolenaar
2006-04-27o Add 5 Timedia single port serial cards.Marcel Moolenaar
2006-04-27Use 115200 and not 9600 as the initial baudrate. This speeds upMarcel Moolenaar
2006-04-27o Add 2 HP Diva single port UARTs.Marcel Moolenaar
2006-04-26o Add 2 NEC cardsMarcel Moolenaar
2006-04-23MFp4: Calculate the divisor before setting the DLAB bit. ThisMarcel Moolenaar
2006-04-04In z8530_divisor() return 0 if the calculated divisor is less than 0.Marcel Moolenaar
2006-04-02Remove unused variable 'error'. Forgotten in previous commit.Marcel Moolenaar
2006-04-02Don't claim a SAB82532. We have scc(4) for that.Marcel Moolenaar
2006-04-02Eliminate the sc_hasfifo flag from the softc. It was only used byMarcel Moolenaar
2006-04-01Don't hold the hardware mutex across getc(). It can wait indefinitelyMarcel Moolenaar
2006-03-31Allow uart(4) to be built on PowerPC.Marcel Moolenaar
2006-03-30Add support for scc(4).Marcel Moolenaar
2006-03-30Add scc(4), a driver for serial communications controllers. TheseMarcel Moolenaar
2006-03-30Don't open if we're going away.Marcel Moolenaar
2006-02-24Replace our local UART_SIGMASK_* with the global SER_MASK_*.Marcel Moolenaar
2006-02-24When we probe a SAB82532, return BUS_PROBE_GENERIC. This allows puc(4)Marcel Moolenaar
2006-02-24MFp4:Marcel Moolenaar
2006-02-22- Use bus_setup_intr() and bus_teardown_intr() to register device driverJohn Baldwin
2006-02-04- Add support for using LOM (Lights Out Management) and RSC (Remote SystemMarius Strobl
2005-12-12Make uart_getenv() not be ns8250 dependent. This will allow, in the future,Warner Losh
2005-10-28In uart_bus_probe() return BUS_PROBE_DEFAULT when the probe isMarcel Moolenaar
2005-10-28o Style(9) nitsMarcel Moolenaar
2005-10-28Allow uart_bus_probe() to return the predefined BUS_PROBE_*Marcel Moolenaar
2005-10-26- Use swi_remove() to teardown swi handlers rather thanJohn Baldwin
2005-10-26Remove PCI IDs for multiport cards:Marcel Moolenaar
2005-10-25Reorganize the interrupt handling code a bit to make a few things cleanerJohn Baldwin
2005-10-16Eliminate two unused arguments to ttycreate().Poul-Henning Kamp
2005-09-21Remove OLDCARD shimsWarner Losh
2005-08-15- Change the code that determines whether to use a serial console andMarius Strobl
2005-08-07Recognize the SAB82532 in USIII machines.Marius Strobl
2005-06-16Some chipset drivers redefine the busspace_isa_{io|mem} tags. ThisMarcel Moolenaar
2005-06-04Replace the band-aid for allowing to call sunkbd_configure() multipleMarius Strobl
2005-06-04On AXi and AXmp boards the NS16550 (used to connect keyboard and mouse)Marius Strobl
2005-06-04Change the semantics of uart_cpu_getdev_keyboard() to only match SCCs/Marius Strobl
2005-05-21- Sprinkle some KBD_IS_* and KBD_*_DONE macros in sunkbd_configure() asMarius Strobl
2005-05-08In uart_cnprobe(), fill in the cn_name field of the consdev structure.Marcel Moolenaar
2005-04-27Make the Z8530 more reliable as low-level console by making use of theMarcel Moolenaar
2005-03-12In uart_cpu_getdev_console() when determinig whether we should useMarius Strobl
2005-03-02- Allocate the interrupt resource as RF_SHAREABLE allowing uart(4) to workMarius Strobl
2005-02-12- Re-write OF_decode_addr() with a bus-neutral approach, adding supportMarius Strobl
2005-01-31Add the keyboard system device before we probe for the keyboard.Marcel Moolenaar
2005-01-30Fix a logic bug that caused DSR to never be deasserted.Marcel Moolenaar
2005-01-30o Fix the various interrupt related problems caused by reverseMarcel Moolenaar
2005-01-06Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh
2004-12-08Don't obtain the HCDP address directly from the bootinfo structure.Marcel Moolenaar
2004-11-28- Don't blindly use the return value of uart_cpu_channel() to calculateMarius Strobl