summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* When two units swapped, copy SC_STATIC flag too, not clear itache1996-05-131-1/+2
* Prevent mixing of static and dynamic unit allocation strategiesache1996-05-132-7/+23
* Add #ifndef/#endif around the "#define CCD_OFFSET 16", so you can overrideasami1996-05-132-2/+6
* Leave 16 lines in front of each component partition. It's now safe toasami1996-05-132-6/+20
* Whoops, don't add something that already exists. Removed redundantnate1996-05-133-18/+12
* Added commented out PCCARD entries to GENERIC, also document and addnate1996-05-135-5/+28
* Fix a brain-o. The scratch ram on aic78X0 controllers is initialized to 0x00gibbs1996-05-121-2/+2
* Fix the "well-known retries bug" (a logic-o).joerg1996-05-123-6/+6
* Ups, I removed NMB_INIT too.phk1996-05-121-1/+3
* Free our device information in one error case in the driver probe.gibbs1996-05-121-1/+2
* Add missing '+ io_port' to two outbs.gibbs1996-05-121-5/+4
* Give up waiting for a successful keyboard reset after somejoerg1996-05-113-15/+21
* Nail down NCL_INIT = 1, and put a comment there telling what it is.phk1996-05-111-8/+4
* Hide options for emulators and static file systems in opt_dontuse.h.bde1996-05-115-16/+31
* Fixed BOOT_HD_BIAS.bde1996-05-112-11/+21
* Allocate mbufs from a separate submap so that NMBCLUSTERS works aswollman1996-05-109-27/+58
* One more linux -> __linux__gibbs1996-05-101-2/+2
* The aic78X0 cards have 0xff in all bytes of scratch ram after POST. Ifgibbs1996-05-101-30/+58
* Honor the CHANNEL_B_PRIMARY bit of the BIOSCTRL register and probegibbs1996-05-102-84/+150
* Honor the CHANNEL_B_PRIMARY bit of the BIOSCTRL register and probegibbs1996-05-101-21/+13
* aic7xxx.seq:gibbs1996-05-102-4/+7
* Oops, I missed these when I imported the Stallion drivers.peter1996-05-103-3/+60
* Make it possible to return more than one piece of control informationwollman1996-05-094-15/+64
* Correct a comment. There is no fn `kprintf'gpalmer1996-05-091-2/+2
* Fix brino on my part. _etext doesn't include the padding to a pagephk1996-05-093-3/+9
* Our new-old mbugf allocator. This is actually something of a blast fromwollman1996-05-082-29/+167
* Make IPXIP work.jhay1996-05-084-18/+18
* *blush* How did this slip through?peter1996-05-082-4/+10
* Zero out some (unused) entries in the ipxsw initiliser which only lead togpalmer1996-05-081-6/+6
* Remove useless entries from the inetsw structure initiliser whichgpalmer1996-05-081-8/+8
* Clean up various compiler warnings. Most (if not all) were benigngpalmer1996-05-0812-26/+40
* ``mv'' -> ``mv -f''wosch1996-05-075-8/+12
* Simplify probe. Removed the DELAY() as it's not needed.nate1996-05-071-3/+1
* Removed one of the un-documented CTRL pokes, and replace it with a onenate1996-05-071-0/+4
* Make sure you include <sys/devconf.h> if you have devconf code. :(nate1996-05-071-1/+2
* Added code to avoid keyboard 'hangs' during the probe.nate1996-05-071-2/+7
* Added devconf() support.nate1996-05-071-14/+41
* Re-wrote psm_poll_status() to use the ioport supplied in the kernelnate1996-05-071-17/+16
* Last typo fixed (network came up for a few minutes).nate1996-05-071-0/+1
* Augh, more typos.nate1996-05-071-5/+5
* Whoops, brain-o's with the previous commit. Fix up quite a few typos.nate1996-05-071-17/+14
* - KNF'ifynate1996-05-071-87/+57
* Several locations in sys/netinet/ip_fw.c are lacking or incorrectlyphk1996-05-061-14/+18
* Add three new route flags to help determine what sort of addresswollman1996-05-063-11/+48
* An old typo MCLBYTES/CLBYTES became more obvious bogus now.phk1996-05-061-3/+3
* Update qcamdriver to 1.1-release distribution.pst1996-05-063-42/+46
* Avoid potential trademark conflictpeter1996-05-051-2/+2
* Change the logic of the interrupt/poll loop. It no longer loops untilpeter1996-05-052-8/+30
* Change the compiled-in polling parameters to a sysctl setting.peter1996-05-052-14/+22
* uninitialized auto variable shmseg is used in ...joerg1996-05-051-2/+2
OpenPOWER on IntegriCloud