summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Update and add timekeeping code.phk1998-10-241-24/+182
* Header file for XRPU devices.phk1998-10-241-0/+37
* Don't complain about SIOCGIFMEDIA; it's harmless and not somethingmsmith1998-10-241-1/+8
* Don't put 0x in front of %p, it does it already.msmith1998-10-241-4/+4
* Reserve some space for the stack in the region we recover from the initialmsmith1998-10-241-2/+3
* Clean the ${BASE}.sym file as well.msmith1998-10-231-2/+2
* Remove a debugging copy of offsetof() that snuck in.msmith1998-10-231-2/+1
* Enable the PCI BIOS PnP enumerator.msmith1998-10-231-3/+3
* PnP enumerator using the PCI BIOS. This is needlessly complex due to themsmith1998-10-233-6/+300
* Ignore `vector xxxintr' specifications except for checking their syntax.bde1998-10-233-6/+6
* Sync with sys/i386/isa/clock.c revision 1.128.kato1998-10-233-33/+33
* Refer to vinum driver sources in a single location (outside of thepeter1998-10-2323-8249/+8
* Move the kld stuff to here.peter1998-10-231-4/+38
* Update timecounters to new interface.phk1998-10-236-58/+58
* Change the way we simulate stable storage for timecounters.phk1998-10-232-114/+104
* Remove the tc_cost field from timecounters.phk1998-10-232-4/+2
* Oops, revert part of last fix. vm_pager_dealloc() can't be called untildg1998-10-231-7/+8
* Fixed two bugs in recent commit: in vm_object_terminate, vm_pager_deallocdg1998-10-231-8/+10
* Fix a problem with the way we handled device invalidation when attachingken1998-10-2210-335/+438
* PnP BIOS enumerator; mostly useful for hunting PnP devices that are supportedmsmith1998-10-221-0/+290
* Add a dependancy on the BTX crt0 objectmsmith1998-10-223-8/+6
* Add biospnp.cmsmith1998-10-221-2/+3
* Pop the return address off the stack before making a V86_CALLF call;msmith1998-10-221-2/+5
* Export an interface for presetting the ISA PnP read port address.msmith1998-10-223-46/+77
* Close PR #8409:wpaul1998-10-221-3/+3
* Removed all `vector xxxintr' specifications. Interrupt handlers are nowbde1998-10-224-143/+143
* Close PR #8384:wpaul1998-10-222-23/+39
* Removed all `vector xxxintr' specifications. Interrupt handlers are nowbde1998-10-225-21/+20
* Removed all `vector xxxintr' specifications. Interrupt handlers are nowbde1998-10-222-6/+6
* Quote port names that have a digit in them. IO_TIMER1 was lexed asbde1998-10-229-51/+51
* Removed all `vector xxxintr' specifications. Interrupt handlers are nowbde1998-10-229-343/+343
* Fixed the ifdef for `uart' driver being present. The sound-driver-specificbde1998-10-221-1/+3
* Added rl driver.kato1998-10-225-9/+12
* Fix behaviour of the driver with small files -- due to a stupidluigi1998-10-221-2/+2
* The previous change was much too simple to actually compensate forbde1998-10-221-1/+15
* Initialize isa_devtab entries for interrupt handlers in individualbde1998-10-2291-237/+464
* Make the VM system handle the case where a terminating object containsdg1998-10-221-43/+31
* Defer rundown (m_freem) of completed transmit buffers for no longerdg1998-10-222-2/+44
* Convert fake page allocs to use the zone allocator, thus eliminating thedg1998-10-221-14/+8
* Set m->object to NULL in dev_pager_getfake().dg1998-10-211-1/+2
* Bye-bye setdefs.msmith1998-10-212-90/+0
* - Enable PnP and ISA PnP code.msmith1998-10-213-26/+59
* Don't depend on being part of the kernel tree. If we are, use the kernel'smsmith1998-10-211-5/+8
* Make ISA PnP work. This successfully enumerates as many ISA devices as Imsmith1998-10-216-127/+303
* Get things limping along again for the 80386 and friends. Thernordier1998-10-211-2/+5
* Eliminate a superfluous comment.jdp1998-10-211-5/+1
* Nuked PG_TABLED flag. Replaced with m->object != NULL.dg1998-10-212-10/+5
* Add a diagnostic printf for freeing a wired page. This will eventuallydg1998-10-211-1/+2
* Decrement the now unused page table page's wire_count prior to freeing it.dg1998-10-213-3/+9
* config.c:grog1998-10-2111-56/+188
OpenPOWER on IntegriCloud