| Commit message (Expand) | Author | Age | Files | Lines |
* | USB stopped working as of the recent cdevsw cleanup. This fixes that. | n_hibma | 1999-06-01 | 3 | -7/+8 |
* | Remove the stub driver. It's useless. | n_hibma | 1999-06-01 | 1 | -137/+0 |
* | usbd_get_request_status now only returns the value if the associated | n_hibma | 1999-06-01 | 1 | -4/+8 |
* | 1) Remove the definition of usb_cdc_generic_descriptor_t. It is | n_hibma | 1999-05-31 | 1 | -7/+1 |
* | On the new Meteor cards, the Philips SAA 7116 is connected to the PCI bus | roger | 1999-05-31 | 5 | -5/+121 |
* | Don't use nblkdev. | dt | 1999-05-31 | 1 | -2/+2 |
* | Remove declaration of the nblkdev and nchrdev variables. | dt | 1999-05-31 | 1 | -3/+1 |
* | * Change include file locations. | dfr | 1999-05-31 | 4 | -26/+36 |
* | Remove fd driver from its old home and change files which include rtc.h | dfr | 1999-05-31 | 12 | -2835/+14 |
* | The fd driver has moved from i386/isa to isa. | dfr | 1999-05-31 | 3 | -4/+3 |
* | Simplify cdevsw registration. | phk | 1999-05-31 | 130 | -1200/+442 |
* | The PPSAPI group defines the polarity in draft 3, we guessed it wrong. | phk | 1999-05-31 | 2 | -4/+4 |
* | Add support for SiS 900 chipset (PCI ID 0x1039/0x0900), which appears to | wpaul | 1999-05-30 | 2 | -4/+17 |
* | Enable attachment of multiple drivers to a single device. | n_hibma | 1999-05-30 | 1 | -11/+16 |
* | Notify CAM of the removed device on detach. | n_hibma | 1999-05-30 | 1 | -5/+3 |
* | Whoops, forgot to update xl_mediacheck() to account for the 3c905C. | wpaul | 1999-05-30 | 1 | -2/+3 |
* | Head for the hills friends and neighbors, 3Com has yet another 3c90X | wpaul | 1999-05-30 | 2 | -3/+7 |
* | This commit should be a extensive NO-OP: | phk | 1999-05-30 | 136 | -941/+2853 |
* | Don't bogusly define a d_reset_t function. | phk | 1999-05-30 | 1 | -14/+2 |
* | 1) Add URL for printer class specification | n_hibma | 1999-05-30 | 1 | -12/+8 |
* | - When aborting an interrupt pipe, just wait for 1ms for the completion | n_hibma | 1999-05-30 | 1 | -9/+5 |
* | When the mouse is being disconnected, do the followings: | n_hibma | 1999-05-30 | 1 | -4/+14 |
* | Simplistic pnp support. Needs more ids to be added. | dfr | 1999-05-30 | 2 | -2/+16 |
* | No support for pnp yet. | dfr | 1999-05-30 | 8 | -11/+40 |
* | No support for pnp devices yet. | dfr | 1999-05-30 | 3 | -3/+15 |
* | Allow up to 8 ports, 4 memory regions and two irqs and drqs. | dfr | 1999-05-30 | 2 | -8/+16 |
* | * Use ISA_DELETE_RESOURCE to cancel memory resource if driver clears maddr. | dfr | 1999-05-30 | 1 | -4/+8 |
* | Don't include isa_dma.h if we have already seen isavar.h | dfr | 1999-05-30 | 1 | -1/+3 |
* | * Add ivars for ISA pnp. | dfr | 1999-05-30 | 6 | -12/+408 |
* | In pci_alloc_resource() only check start and end to see if its a default. | dfr | 1999-05-30 | 2 | -4/+4 |
* | Activate/deactivate resources by calling the method, not through the | dfr | 1999-05-30 | 4 | -4/+68 |
* | Use resource allocation apis to get ports. | dfr | 1999-05-30 | 1 | -9/+34 |
* | Typo: "can't boot 'boot'" should be "can't boot 'kernel'" | dfr | 1999-05-30 | 1 | -2/+2 |
* | * Add a function devclass_create() which looks up the named devclass and | dfr | 1999-05-30 | 2 | -5/+12 |
* | Addendum to 1.155. Verify the existence of the object before checking | alc | 1999-05-30 | 1 | -2/+3 |
* | When memory mapping a PCI device (like XFree86 does) on an XP1000, we must | gallatin | 1999-05-29 | 1 | -2/+2 |
* | A small change to allow automatic detection of the boot | gallatin | 1999-05-29 | 1 | -2/+3 |
* | Stop the TSC from being used as timecounter on K5/step0 machines. | phk | 1999-05-29 | 9 | -14/+23 |
* | Fix support for the PNIC II. Earlier I had assumed that the PNIC II was | wpaul | 1999-05-28 | 4 | -9/+19 |
* | Fixed glitches (jumps) of about 1/HZ seconds for the i8254 timecounter. | bde | 1999-05-28 | 13 | -271/+301 |
* | Don't call disable_intr() when interrupts are already disabled, since | bde | 1999-05-28 | 3 | -9/+18 |
* | Add new Bt848/Bt878 driver options. | roger | 1999-05-28 | 3 | -48/+108 |
* | remote the bt848/bt878 comments | roger | 1999-05-28 | 1 | -20/+11 |
* | Allow a sio port with its flags set to DEBUGGER+LLCONSOLE to be used for | dfr | 1999-05-28 | 2 | -4/+4 |
* | * Change device_add_child_after() to device_add_child_ordered() which is | dfr | 1999-05-28 | 7 | -45/+59 |
* | Always output a linefeed when we've decided whether to boot | brian | 1999-05-28 | 1 | -6/+3 |
* | pmap_object_init_pt: | alc | 1999-05-28 | 3 | -6/+6 |
* | Avoid the creation of unnecessary shadow objects. | alc | 1999-05-28 | 2 | -4/+20 |
* | A forgotten bit of my ST6600 commit | gallatin | 1999-05-27 | 2 | -2/+4 |
* | In tunclose(): | brian | 1999-05-27 | 1 | -11/+15 |