summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* devsw and cdevsw_add() changes for i4b.phk1999-06-016-77/+147
* USB stopped working as of the recent cdevsw cleanup. This fixes that.n_hibma1999-06-013-7/+8
* Remove the stub driver. It's useless.n_hibma1999-06-011-137/+0
* usbd_get_request_status now only returns the value if the associatedn_hibma1999-06-011-4/+8
* 1) Remove the definition of usb_cdc_generic_descriptor_t. It isn_hibma1999-05-311-7/+1
* On the new Meteor cards, the Philips SAA 7116 is connected to the PCI busroger1999-05-315-5/+121
* Don't use nblkdev.dt1999-05-311-2/+2
* Remove declaration of the nblkdev and nchrdev variables.dt1999-05-311-3/+1
* * Change include file locations.dfr1999-05-314-26/+36
* Remove fd driver from its old home and change files which include rtc.hdfr1999-05-3112-2835/+14
* The fd driver has moved from i386/isa to isa.dfr1999-05-313-4/+3
* Simplify cdevsw registration.phk1999-05-31130-1200/+442
* The PPSAPI group defines the polarity in draft 3, we guessed it wrong.phk1999-05-312-4/+4
* Add support for SiS 900 chipset (PCI ID 0x1039/0x0900), which appears towpaul1999-05-302-4/+17
* Enable attachment of multiple drivers to a single device.n_hibma1999-05-301-11/+16
* Notify CAM of the removed device on detach.n_hibma1999-05-301-5/+3
* Whoops, forgot to update xl_mediacheck() to account for the 3c905C.wpaul1999-05-301-2/+3
* Head for the hills friends and neighbors, 3Com has yet another 3c90Xwpaul1999-05-302-3/+7
* This commit should be a extensive NO-OP:phk1999-05-30136-941/+2853
* Don't bogusly define a d_reset_t function.phk1999-05-301-14/+2
* 1) Add URL for printer class specificationn_hibma1999-05-301-12/+8
* - When aborting an interrupt pipe, just wait for 1ms for the completionn_hibma1999-05-301-9/+5
* When the mouse is being disconnected, do the followings:n_hibma1999-05-301-4/+14
* Simplistic pnp support. Needs more ids to be added.dfr1999-05-302-2/+16
* No support for pnp yet.dfr1999-05-308-11/+40
* No support for pnp devices yet.dfr1999-05-303-3/+15
* Allow up to 8 ports, 4 memory regions and two irqs and drqs.dfr1999-05-302-8/+16
* * Use ISA_DELETE_RESOURCE to cancel memory resource if driver clears maddr.dfr1999-05-301-4/+8
* Don't include isa_dma.h if we have already seen isavar.hdfr1999-05-301-1/+3
* * Add ivars for ISA pnp.dfr1999-05-306-12/+408
* In pci_alloc_resource() only check start and end to see if its a default.dfr1999-05-302-4/+4
* Activate/deactivate resources by calling the method, not through thedfr1999-05-304-4/+68
* Use resource allocation apis to get ports.dfr1999-05-301-9/+34
* Typo: "can't boot 'boot'" should be "can't boot 'kernel'"dfr1999-05-301-2/+2
* * Add a function devclass_create() which looks up the named devclass anddfr1999-05-302-5/+12
* Addendum to 1.155. Verify the existence of the object before checkingalc1999-05-301-2/+3
* When memory mapping a PCI device (like XFree86 does) on an XP1000, we mustgallatin1999-05-291-2/+2
* A small change to allow automatic detection of the bootgallatin1999-05-291-2/+3
* Stop the TSC from being used as timecounter on K5/step0 machines.phk1999-05-299-14/+23
* Fix support for the PNIC II. Earlier I had assumed that the PNIC II waswpaul1999-05-284-9/+19
* Fixed glitches (jumps) of about 1/HZ seconds for the i8254 timecounter.bde1999-05-2813-271/+301
* Don't call disable_intr() when interrupts are already disabled, sincebde1999-05-283-9/+18
* Add new Bt848/Bt878 driver options.roger1999-05-283-48/+108
* remote the bt848/bt878 commentsroger1999-05-281-20/+11
* Allow a sio port with its flags set to DEBUGGER+LLCONSOLE to be used fordfr1999-05-282-4/+4
* * Change device_add_child_after() to device_add_child_ordered() which isdfr1999-05-287-45/+59
* Always output a linefeed when we've decided whether to bootbrian1999-05-281-6/+3
* pmap_object_init_pt:alc1999-05-283-6/+6
* Avoid the creation of unnecessary shadow objects.alc1999-05-282-4/+20
* A forgotten bit of my ST6600 commitgallatin1999-05-272-2/+4
OpenPOWER on IntegriCloud