summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Implement resource alignment as discussed in arch@ a long time ago.imp2000-10-172-1/+30
* Roll minor revision- for once we'll use this because.... if revision >= 5.4,mjacob2000-10-171-32/+30
* remove "SERVICING_INTERRUPT" nonsensemjacob2000-10-171-2/+0
* Implement write combining for crashdumps. This is useful whenps2000-10-1710-29/+73
* Add new bktr optionsroger2000-10-171-1/+7
* More NEWCARD fixes. We now almost properly print the probe message.imp2000-10-171-9/+72
* Some linux apps, such as IBM's JDK 1.3, will attempt to mmap threadgallatin2000-10-171-0/+28
* regen after addition of linux_rt_sigreturngallatin2000-10-173-5/+5
* A start at an implemention of linux_rt_sendsig & linux_rt_sigreturngallatin2000-10-178-6/+361
* Add support for cardbus card's chips. This will make the 3c575 cardsimp2000-10-162-5/+38
* Very early and very *very* lightly tested support for LIVENGOOD chipsetmjacob2000-10-163-30/+198
* When wierdreset flag is set, turn on the DISADVFD flag when we resetimp2000-10-161-1/+2
* Fix problems booting large kernels on alphas. The symptom is that the kernelgallatin2000-10-162-1/+8
* Add section for building ia64 kernels.dfr2000-10-161-0/+8
* Convert from the Alpha compontents to PowerPC ones.obrien2000-10-166-202/+119
* Add types and prototypes.imp2000-10-164-4/+92
* Forgot to commit this last night.imp2000-10-162-0/+20
* Remove an errant splimp() that I missed when I went through this driverwpaul2000-10-161-3/+0
* Undo previous commit. <machine/clock.h> is needed for the prototypen_hibma2000-10-164-0/+4
* Sync with NetBSD:n_hibma2000-10-161-1/+29
* Sync with NetBSD:n_hibma2000-10-161-22/+14
* Move __uint16_swap_uint32, __uint8_swap_uint32 andbrian2000-10-161-2/+4
* In pmap_remove_pv(), only manipulate the page's list if the pv isdfr2000-10-161-1/+1
* Do a full exception_restore after an execve syscall to ensure that thedfr2000-10-162-0/+10
* Clear the register stack frame before using loadrs to invalidate thedfr2000-10-161-0/+1
* Clear ar.pfs for the child process in cpu_fork - switch_trampolinedfr2000-10-161-0/+1
* The previous commit broke kernel builds on alpha (and probably ia64).gallatin2000-10-162-0/+4
* "Ok, my loader's now up to putting up a prompt. It probes disks partiallyobrien2000-10-1620-0/+2718
* Track changes to trapframe.dfr2000-10-161-3/+3
* * Correct some of my misunderstandings about how best to switch to thedfr2000-10-169-111/+525
* Added support for i815.ru2000-10-162-4/+32
* Use the right mask for extracting sof from cr.ifs.dfr2000-10-161-1/+1
* Remember to re-initialise cr.itm on clock interrupts so that we get moredfr2000-10-162-14/+4
* Merge a fix from the alpha port - put softintr in the right place in thedfr2000-10-161-1/+1
* Give names to app registers and control registers. Fix a typo handlingdfr2000-10-161-65/+65
* First cut at allocating the resources from the CIS after the probe, butimp2000-10-162-20/+48
* Remove debug writes introduced in prior commitimp2000-10-163-15/+6
* Add the ability to use the $PIR table in the BIOS to route interruptsimp2000-10-165-9/+213
* When a pci device hasn't had an interrupt routed to it (signified byimp2000-10-162-0/+38
* Fix one instance of XL_LOCK() that should have been XL_UNLOCK(). Afterwpaul2000-10-151-1/+1
* Network modules are all "if_foo" not "foo". Avoid the confusing spew thatmsmith2000-10-154-4/+4
* Remove namespace polution (x -> __x) introduced in the lastbrian2000-10-151-10/+10
* BPF wants packets in host byte order whereas TUN_IFHEAD wants thembrian2000-10-151-5/+12
* Correct check for NULL in MEXT_INIT_REF() which should be checking whetherbmilekic2000-10-151-3/+3
* Lots of little fixes. We no longer panic on card insert:imp2000-10-152-19/+53
* Put the header section in the header file not the c file.n_hibma2000-10-151-1/+1
* Remove unneeded #include <machine/clock.h>phk2000-10-15301-303/+2
* Slight cleanup - this is logically equivalent code but means one lesspeter2000-10-151-6/+6
* Move DELAY() from <machine/clock.h> to <sys/systm.h>phk2000-10-157-5/+5
* Clean up as in isa/* - resource_query_string() loop cosmetic tweaks.peter2000-10-153-9/+10
OpenPOWER on IntegriCloud