summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* || vs && confusion in cdevsw_add().dt1999-06-011-2/+2
* Remove an unused variable.dt1999-06-012-4/+2
* cdevsw_add(&cn_devsw), not cdevsw_add(&dev).dt1999-06-011-3/+2
* Change the warning message issued if pci_map_port() fails. I think thiswpaul1999-06-011-5/+5
* Introduce the makebdev() function, it does the same as the makedev()phk1999-06-016-25/+33
* Null commit; note that there is a new memory sizing routine that usesjlemon1999-06-012-2/+2
* Unifdef VM86.jlemon1999-06-0150-977/+812
* Make vm86 a standard componentjlemon1999-06-017-35/+12
* Unifdef VM86jlemon1999-06-014-25/+9
* Updated to support new Meteor/PPB cards (PCI-PCI Bridge).roger1999-06-011-0/+31
* Shorten a detour around dev_t to get a udev_t created.phk1999-06-011-3/+2
* Fixed locations of include files.kato1999-06-014-10/+10
* Sync with sys/i386/isa/clock.c revision 1.136.kato1999-06-013-66/+72
* Correct dumb mistake in previous commit.dfr1999-06-012-4/+4
* Move fd driver back to files.${arch} since pc98 has a special fd driver.dfr1999-06-013-3/+4
* 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
OpenPOWER on IntegriCloud