| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove ~25 unneeded #include <sys/conf.h> | phk | 2000-04-19 | 1 | -1/+0 |
* | Complete the bio/buf divorce for all code below devfs::strategy | phk | 2000-04-15 | 2 | -72/+71 |
* | * Factor out the object system from new-bus so that it can be used by | dfr | 2000-04-08 | 1 | -2/+1 |
* | Allow MAXDEP dependants, not MAXDEP-1. | dfr | 2000-04-04 | 1 | -1/+1 |
* | Move B_ERROR flag to b_ioflags and call it BIO_ERROR. | phk | 2000-04-02 | 1 | -7/+7 |
* | - Add temporary workaround to fool some "clever" KVM switch products | yokota | 2000-04-02 | 1 | -5/+22 |
* | Add support for pci modems. ONLY CONTROLLER BASED MODEMS. This | imp | 2000-04-01 | 1 | -14/+122 |
* | Don't use too-large stack buffers. | dfr | 2000-03-31 | 1 | -3/+16 |
* | - Fix SC_ALT_MOUSE_IMAGE; don't blink the mouse cursor. | yokota | 2000-03-31 | 1 | -0/+1 |
* | Fixes to parse more complex ISA PnP configurations. | dfr | 2000-03-31 | 1 | -44/+74 |
* | Recognize USR3050 "U.S. Robotics 56K FAX INT" fax modem. | peter | 2000-03-31 | 1 | -0/+1 |
* | Fix PnP memory range calculations. | dfr | 2000-03-31 | 1 | -5/+6 |
* | Fix floppy driver after my isadma changes. | phk | 2000-03-25 | 1 | -7/+12 |
* | Isolate the Timecounter internals in their own two files. | phk | 2000-03-20 | 2 | -6/+8 |
* | Rename the existing BUF_STRATEGY() to DEV_STRATEGY() | phk | 2000-03-20 | 1 | -1/+1 |
* | Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new | phk | 2000-03-20 | 1 | -6/+6 |
* | Missing pieces of the last commit ;-( | yokota | 2000-03-19 | 1 | -11/+32 |
* | - Properly keep track of I/O port resources. | yokota | 2000-03-19 | 2 | -40/+75 |
* | Make the Y-E Data PCMCIA floppy of the Toshiba Libretto work under | joerg | 2000-03-18 | 2 | -245/+246 |
* | - Add Support for the following PS/2 mice: | yokota | 2000-03-18 | 1 | -87/+395 |
* | Stop isadma from abusing the B_READ, B_RAW and B_WRITE flags. | phk | 2000-03-13 | 1 | -0/+3 |
* | Fix crashes on card eject for pccard modems. We check for NULL when | imp | 2000-03-11 | 1 | -12/+17 |
* | Recognize another modem, "PMC2430 - Pace 56 Voice Internal Modem" | peter | 2000-03-05 | 1 | -0/+1 |
* | Fix two more problems with freeing the softc data manually. subr_bus.c | peter | 2000-03-02 | 1 | -2/+0 |
* | Don't free(sc) before returning an error from probe, it does not "belong" | peter | 2000-03-01 | 1 | -1/+0 |
* | Do not add children (atkbd and psm) if they are disabled. | yokota | 2000-02-25 | 1 | -0/+3 |
* | Newbus-ify the USR Sportster TA Intern driver. | gj | 2000-02-21 | 1 | -1/+1 |
* | Fixed regressions in rev.1.274: | bde | 2000-02-15 | 1 | -11/+15 |
* | When allocating resources in the following cases: | msmith | 2000-02-11 | 1 | -5/+5 |
* | Use config's conditional compilation rather than using #ifdefs that make | peter | 2000-01-29 | 5 | -30/+3 |
* | Remove #include "ppc.h" and #if NPPC > 0 - this is always true as it is | peter | 2000-01-29 | 1 | -4/+0 |
* | "Completed" the previous fix. Return ENOMEM on memory allocation failure | bde | 2000-01-29 | 1 | -1/+8 |
* | * Don't use ivars to access resources, bus_set/get_resource is much better. | dfr | 2000-01-25 | 1 | -10/+26 |
* | Return ENXIO on error, not 0. Seems to have been skipped when converting | n_hibma | 2000-01-23 | 1 | -1/+1 |
* | Add another four device ID's for isa pnp modems. The USR's seem to use | peter | 2000-01-18 | 1 | -0/+7 |
* | Add ADS7182 as a known Joystick. | peter | 2000-01-18 | 1 | -0/+1 |
* | Don't mark unallocated resources as active; the goal is to reserve them, | msmith | 2000-01-18 | 1 | -1/+1 |
* | Don't do device_set_desc() until after checking for PnP probes. Otherwise | peter | 2000-01-14 | 1 | -3/+4 |
* | Port of ppbus standalone framework to the newbus system. | nsouch | 2000-01-14 | 2 | -318/+529 |
* | Make this compile on alpha | gallatin | 2000-01-13 | 1 | -1/+1 |
* | Make the mouse cursor char code configurable via the CONS_MOUSECTL | yokota | 2000-01-12 | 1 | -9/+9 |
* | Add a new mechanism, cndbctl(), to tell the console driver that | yokota | 2000-01-11 | 1 | -2/+2 |
* | Removed some more vestiges of ft. | bde | 2000-01-09 | 1 | -5/+2 |
* | Futher cleanup.. "device_print_prettyname(); printf()" -> device_printf() | peter | 2000-01-08 | 2 | -55/+47 |
* | Merge most of FDC_YE into the mainline driver. | imp | 2000-01-06 | 3 | -78/+32 |
* | Make the evil broken pnpbios compensation slightly less evil. | peter | 2000-01-05 | 1 | -15/+20 |
* | Patch up some of the evilness left over from the early newbus porting. | peter | 2000-01-05 | 2 | -83/+154 |
* | ISA device drivers use the ISA source interrupt number in locations where | tegge | 2000-01-04 | 1 | -9/+27 |
* | Recognize the CSC0101 ID for the Thinkpad series. | peter | 1999-12-30 | 1 | -0/+1 |
* | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | peter | 1999-12-29 | 3 | -5/+5 |