summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fixed null setting of `rc_started'. This was fixed for thebde1999-06-042-14/+4
* Really fix cy-driver-related panics when SMP is configured. Rev.1.88 onlybde1999-06-043-9/+15
* Fix the cdevsw_add change made by PHK.roger1999-06-042-10/+10
* Add remark about where bInterfaceProtocol number for USB Zip drive comesn_hibma1999-06-041-1/+1
* Oops, remove redundant comments.kato1999-06-041-3/+3
* Declare Crtat and Atrat because screen savers use these variables.kato1999-06-041-1/+7
* Modify the boot loader to recognize the -C flag and pass the RB_CDROMghelmer1999-06-043-3/+15
* Add the 3Dfx Voodoo Bansheemharo1999-06-041-1/+9
* Plug a mbuf leak in tcp_usr_send(). pru_send() routines are expectedpeter1999-06-042-8/+38
* Remove a rather bogus search path reference..peter1999-06-033-3/+3
* GC unused prototypepeter1999-06-031-2/+1
* Quieten the bt_isa_probe() messages since they get a bit much whenpeter1999-06-033-9/+12
* remove references to isa_device, it's no longer associated with interrupts.peter1999-06-032-10/+2
* Remove VM86 option.kato1999-06-031-5/+4
* Sync with sys/i386/i386/machdep.c revision 1.339.kato1999-06-032-590/+1118
* Sync with sys/i386/conf/files.i386 and options.i386 revisions 1.246kato1999-06-034-8/+6
* Fix PS/2 MouseMan+ protocol. We have been looking at a wrong placeyokota1999-06-032-4/+4
* Use MACHINE_ARCH instead of MACHINE to check x86 architecture.kato1999-06-031-2/+2
* Backed out the previous backout. We may as well have a version of ucmpdi2.cbde1999-06-021-2/+2
* Back out last commit (did I get all of them?)newton1999-06-022-0/+6
* Remove vinum from the build until Greg reviews phk's cdevsw changes.jb1999-06-021-2/+3
* Unbreak memory sizing for SMP.jlemon1999-06-013-23/+33
* || 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
OpenPOWER on IntegriCloud