summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Don't try to do anything with the `ifr' parameter for SIOCADDMULTIwollman1997-01-173-43/+0
* Add Intel EtherExpress Pro/10 Ethernet adapter to list of supportedjkh1997-01-171-0/+1
* Fixed unit select code in atapi_probe (PC98 specific).kato1997-01-171-0/+4
* Bruce pointed out a bogon:sos1997-01-173-9/+33
* Disabled LPC_ENA related I/O access. This I/O access clobbers i8255kato1997-01-171-1/+7
* Moved the definition of LPC_ENA into #else ... #endif. Changedkato1997-01-171-1/+1
* Adjust ex0 entries properly after talking with Javier.jkh1997-01-175-5/+5
* implement "not" keyword for inverting the address logicadam1997-01-162-2/+6
* Bring back the fix from 1.32 that got spammed by recent changes.nate1997-01-161-1/+6
* Guard against the i8254 timer being uninitialzed if DELAY() isbde1997-01-165-25/+110
* Updated generated files.bde1997-01-165-16/+12
* Reduced #include spam in <sys/sysproto.h> and fixed things that dependedbde1997-01-164-12/+17
* - Modified for PC-98.kato1997-01-162-10/+68
* Synchronize with followings:kato1997-01-167-98/+306
* Added file kern_opt.c for putting warnings about defunct options in.bde1997-01-162-0/+18
* Removed option EXTRAVNODES. All versions of FreeBSD-2.x have a sysctlbde1997-01-169-44/+3
* Add the ex driver (Intel EtherExpress Pro/10).jkh1997-01-1611-0/+2173
* Fixed printing of small offsets. E.g., -4(%ebp) is now printedbde1997-01-163-2/+38
* Document INCLUDE_CONFIG_FILE.jkh1997-01-163-0/+18
* Re-enable ds_subtype, and ds_name (included in #ifdef PC98).kato1997-01-162-0/+14
* Change the map entry flags from bitfields to bitmasks. Allowsdyson1997-01-169-93/+82
* Fix bug related to map entry allocations where a sleep might be attempteddg1997-01-157-37/+25
* Fixed longstanding annoying warning about a type mismatch. pmap doesn'tbde1997-01-152-14/+16
* Removed redundant spl0()'s from kernel processes. They were work-aroundsbde1997-01-153-6/+0
* Fixed interrupt unmasking for child processes which I broke inbde1997-01-151-0/+1
* Upgrade the kbdio rutines to provide queued kbd & mouse events.sos1997-01-1518-981/+2300
* Make the sound drivers work with DEVFS.jfieber1997-01-151-40/+71
* Update from driver author. Closes PR#2421.wollman1997-01-144-116/+280
* One other minor include file change.nate1997-01-141-2/+3
* Synchronize with sys/i386/isa/if_ed.c revision 1.112 andkato1997-01-142-56/+24
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141370-1373/+1377
* Include file cleanups.nate1997-01-133-36/+6
* Use the new if_multiaddrs list for multicast addresses rather than thewollman1997-01-1324-896/+428
* Synchronize with sys/i386/i386/userconfig.c revision 1.80.kato1997-01-131-36/+172
* Just 'warn' the user that they are mixing dedicated drivers and genericnate1997-01-132-2/+10
* Added options 'LINT_PCCARD_HACK' which (will very soon) allow LINT tonate1997-01-133-3/+12
* - Add [?] key and corresponding helptext/pager.msmith1997-01-131-36/+172
* Sort cross references.wosch1997-01-131-3/+3
* When we changed pmap_protect to support adding the writeabledyson1997-01-112-16/+26
* Initialize pcic_imask with SWI_MASK to interference from timeout routines.nate1997-01-111-0/+1
* Whoops, typo.nate1997-01-111-1/+1
* Update the PCIC controller's imask with individual slot IRQ's.nate1997-01-114-6/+18
* Removed magic # 16 and replaced with ICU_LEN.nate1997-01-111-1/+1
* Now that all of the IRQ's should be allocated by the time thisnate1997-01-111-3/+40
* Moved pccard_configure() to the end of the configure() list. Thisnate1997-01-112-12/+12
* Fix typo.kato1997-01-111-2/+2
* Slightly correct the code that moves pages from the active to thedyson1997-01-111-5/+7
* Prepare better for multi-platform by eliminating another requireddyson1997-01-115-101/+20
* Change initialize routine of Cyrix 5x86 CPU.kato1997-01-111-9/+15
* Staticize the functions rtc_inb, rtc_outb, rtc_serialcombit, andkato1997-01-105-29/+29
OpenPOWER on IntegriCloud