summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* In tunclose():brian1999-05-271-11/+15
* Print some diagnostic messages for the PCI-ISA bridge,yokota1999-05-271-2/+9
* Added net.inet.tcp.path_mtu_discovery variable which when set to 0dg1999-05-271-8/+9
* Made net.inet.ip.intr_queue_maxlen writeable.dg1999-05-271-2/+2
* Move BX PCI-PCI (AGP) bridge from chip_match to pcib_matchroger1999-05-271-9/+8
* Fix an embarrasing typo in device_add_child_after(). I can't understanddfr1999-05-271-3/+3
* Add support for ASound Gold card using the ALS120roger1999-05-276-27/+44
* Add support for the DEC_ST6600 family of alphas. This includes thegallatin1999-05-2611-5/+980
* Remove redundant redefinition of vtophys(). This is already in if_pnreg.hgallatin1999-05-261-7/+2
* Forgotten in previous commit:gallatin1999-05-262-4/+4
* Allow chipset drivers to specify the direct-mapped DMA window's mask ingallatin1999-05-2610-28/+33
* Two small tweaks:wpaul1999-05-261-2/+8
* Ignore subvendor and subdevice ids for all ai7880 parts. These chipsgibbs1999-05-262-54/+42
* Updated options for the Bt848/Bt878 driverroger1999-05-261-8/+21
* Identify Intel 440 LX chipset motherboardsroger1999-05-261-1/+5
* Add TDC 3800 to quirk list for fixed mode device.mjacob1999-05-251-1/+5
* Run xpt_action at splsoftcam() so that it cannot be re-entered by our SWI.gibbs1999-05-252-3/+7
* Turn the 'ahc dump eeprom' flag into a real option.gibbs1999-05-251-1/+4
OpenPOWER on IntegriCloud