| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC: Add support for PC87303 chipset. | Doug Rabson | 2000-07-22 | 2 | -6/+47 |
| * | MFC: try to fix "psmintr out of sync..." | Kazutaka YOKOTA | 2000-07-22 | 1 | -13/+9 |
| * | MFC: Port ppc driver to alpha | Doug Rabson | 2000-07-18 | 3 | -15/+162 |
| * | MFC: Add option ALT_BREAK_TO_DEBUGGER. | Paul Saab | 2000-06-18 | 1 | -0/+29 |
| * | MFC(rev 1.300): Add SUP1670. | Seigo Tanimura | 2000-05-26 | 1 | -0/+1 |
| * | MFC: Use bus_space stuff. | Yoshihiro Takahashi | 2000-05-22 | 1 | -79/+82 |
| * | MFC(rev 1.299): Add RSS0262. | Seigo Tanimura | 2000-05-19 | 1 | -0/+1 |
| * | MFC(rev 1.298): Add ACH2012. | Seigo Tanimura | 2000-05-19 | 1 | -0/+1 |
| * | MFC(rev 1.297): Add a couple of new PnP IDs. | Seigo Tanimura | 2000-05-18 | 1 | -0/+2 |
| * | MFC: Supported PC-98. | Yoshihiro Takahashi | 2000-05-11 | 1 | -2/+1 |
| * | MFC: Add FUJITSU Modem 33600 PNP/I2. (rev 1.295) | Seigo Tanimura | 2000-05-02 | 1 | -0/+1 |
| * | MFC: | Kazutaka YOKOTA | 2000-04-03 | 1 | -0/+1 |
| * | MFC: revision 1.5 | Doug Rabson | 2000-03-31 | 1 | -3/+16 |
| * | MFC: | Kazutaka YOKOTA | 2000-03-31 | 3 | -54/+108 |
| * | MFC revisions 1.3 and 1.4, fixes to PnP resource parsing. | Doug Rabson | 2000-03-31 | 1 | -49/+80 |
| * | MFC: 1.293: add pnp id: USR3050 - U.S. Robotics 56K FAX INT | Peter Wemm | 2000-03-31 | 1 | -0/+1 |
| * | MFC: add support for more mice (psm.c 1.24, i386/include/mouse.h 1.16, | Kazutaka YOKOTA | 2000-03-21 | 1 | -85/+395 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_4'. | cvs2svn | 2000-03-13 | 1 | -1230/+0 |
| * | Fix crashes on card eject for pccard modems. We check for NULL when | Warner Losh | 2000-03-11 | 1 | -12/+17 |
| * | Recognize another modem, "PMC2430 - Pace 56 Voice Internal Modem" | Peter Wemm | 2000-03-05 | 1 | -0/+1 |
| * | Fix two more problems with freeing the softc data manually. subr_bus.c | Peter Wemm | 2000-03-02 | 1 | -2/+0 |
| * | Don't free(sc) before returning an error from probe, it does not "belong" | Peter Wemm | 2000-03-01 | 1 | -1/+0 |
| * | Do not add children (atkbd and psm) if they are disabled. | Kazutaka YOKOTA | 2000-02-25 | 1 | -0/+3 |
| * | Newbus-ify the USR Sportster TA Intern driver. | Gary Jennejohn | 2000-02-21 | 1 | -1/+1 |
| * | Fixed regressions in rev.1.274: | Bruce Evans | 2000-02-15 | 1 | -11/+15 |
| * | When allocating resources in the following cases: | Mike Smith | 2000-02-11 | 1 | -5/+5 |
| * | Use config's conditional compilation rather than using #ifdefs that make | Peter Wemm | 2000-01-29 | 5 | -30/+3 |
| * | Remove #include "ppc.h" and #if NPPC > 0 - this is always true as it is | Peter Wemm | 2000-01-29 | 1 | -4/+0 |
| * | "Completed" the previous fix. Return ENOMEM on memory allocation failure | Bruce Evans | 2000-01-29 | 1 | -1/+8 |
| * | * Don't use ivars to access resources, bus_set/get_resource is much better. | Doug Rabson | 2000-01-25 | 1 | -10/+26 |
| * | Return ENXIO on error, not 0. Seems to have been skipped when converting | Nick Hibma | 2000-01-23 | 1 | -1/+1 |
| * | Add another four device ID's for isa pnp modems. The USR's seem to use | Peter Wemm | 2000-01-18 | 1 | -0/+7 |
| * | Add ADS7182 as a known Joystick. | Peter Wemm | 2000-01-18 | 1 | -0/+1 |
| * | Don't mark unallocated resources as active; the goal is to reserve them, | Mike Smith | 2000-01-18 | 1 | -1/+1 |
| * | Don't do device_set_desc() until after checking for PnP probes. Otherwise | Peter Wemm | 2000-01-14 | 1 | -3/+4 |
| * | Port of ppbus standalone framework to the newbus system. | Nicolas Souchu | 2000-01-14 | 2 | -316/+527 |
| * | Make this compile on alpha | Andrew Gallatin | 2000-01-13 | 1 | -1/+1 |
| * | Make the mouse cursor char code configurable via the CONS_MOUSECTL | Kazutaka YOKOTA | 2000-01-12 | 1 | -9/+9 |
| * | Add a new mechanism, cndbctl(), to tell the console driver that | Kazutaka YOKOTA | 2000-01-11 | 1 | -2/+2 |
| * | Removed some more vestiges of ft. | Bruce Evans | 2000-01-09 | 1 | -5/+2 |
| * | Futher cleanup.. "device_print_prettyname(); printf()" -> device_printf() | Peter Wemm | 2000-01-08 | 2 | -54/+46 |
| * | Merge most of FDC_YE into the mainline driver. | Warner Losh | 2000-01-06 | 3 | -78/+32 |
| * | Make the evil broken pnpbios compensation slightly less evil. | Peter Wemm | 2000-01-05 | 1 | -15/+20 |
| * | Patch up some of the evilness left over from the early newbus porting. | Peter Wemm | 2000-01-05 | 2 | -83/+154 |
| * | ISA device drivers use the ISA source interrupt number in locations where | Tor Egge | 2000-01-04 | 1 | -9/+27 |
| * | Recognize the CSC0101 ID for the Thinkpad series. | Peter Wemm | 1999-12-30 | 1 | -0/+1 |
| * | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | Peter Wemm | 1999-12-29 | 3 | -5/+5 |
| * | Added following modes: | KATO Takenori | 1999-12-28 | 1 | -8/+21 |
| * | Recognize the GVC0505 (GVC 56k Faxmodem) as a sio device. | Peter Wemm | 1999-12-27 | 1 | -0/+1 |
| * | Fixed races accessing the RTC. The races apparently caused | Bruce Evans | 1999-12-25 | 1 | -4/+16 |