summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2000-11-08Add comcnattach that does the basic steps needed to attachArtur Grabowski
a com as a serial console. (idea from NetBSD). If cn_tab->cn_dev == NODEV, try to find comopen in cdevsw and set cn_dev to the right device.
2000-11-08Include stand.h from lib/libsa/stand.hArtur Grabowski
2000-11-08Don't include sys/systm.h if we include stand.h.Artur Grabowski
2000-11-08allocate le_iomem in le_ioasic_attach instead of MD code,Artur Grabowski
only for UVM.
2000-11-08Code that I will forget to change when I convert pmax to UVM.Artur Grabowski
Better to commit it now.
2000-11-08Include vm_page.h and reorder some.Artur Grabowski
2000-11-08Initialize the timeout in attach, not wi_init.Artur Grabowski
The difference is that we do not risk reinitializing a pending timeout.
2000-11-08Defines for min_gnt and max_lat fields in the bhlc reg.Artur Grabowski
Not used yet.
2000-11-08Use netisr_dispatch.Artur Grabowski
2000-11-08Opps.Artur Grabowski
protect from multiple inclusion. Needed for the netisr_dispatch changes.
2000-11-08Don't busy-wait for random data.Artur Grabowski
Remove unnecessary splhigh.
2000-11-08Enable UVM by default.Artur Grabowski
2000-11-08Some fixes to vmapbuf and vunmapbuf.Artur Grabowski
Mostly from NetBSD.
2000-11-08Fixes to submap allocation.Artur Grabowski
2000-11-08Use netisr_dispatch.hArtur Grabowski
2000-11-08OpenBSD tagArtur Grabowski
2000-11-08Add a centralized dispatcher for softnet interrupts.Artur Grabowski
This is so that we won't need to change every arch on a softnet change. From NetBSD.
2000-11-08If MD code has defined curproc, don't do it here.Artur Grabowski
This is not a perfect solution.
2000-11-08If MD code has defined curproc, don't do it here.Artur Grabowski
This is not a perfect solution.
2000-11-07syncTheo de Raadt
2000-11-07shortenTheo de Raadt
2000-11-07we are at 2.8-currentTheo de Raadt
2000-11-07Promise PCI devs renamedChris Cappuccio
2000-11-07syncChris Cappuccio
2000-11-07Make more sense with Promise stuffChris Cappuccio
2000-11-07Use cc -xassembler-with-cpp instead of cpp | asArtur Grabowski
2000-11-07Fix multicast filter programming; from FreeBSD.Aaron Campbell
2000-11-07regenMichael Shalayeff
2000-11-07ami megaraid definitionsMichael Shalayeff
2000-11-07estimate sc_link.openings on the number of configured unitsMichael Shalayeff
2000-11-07initialize tdb pointer correctly, from Jean-Jacques.Bernard@hsc.frNiels Provos
2000-11-07AMD750 Athlon chipset support for PCIBIOS_INTR_FIXUP; from minoura@jp.netbsd.orgMichael Shalayeff
2000-11-07No need for extern struct proc *curproc.Artur Grabowski
2000-11-07Cleanup ctx_free wrt. 4m vs. 4c.Artur Grabowski
plus some other minor cleanups.
2000-11-07Cleanup some ifdefs in the powerdown code.Artur Grabowski
2000-11-07Race conditions make it hard for us to know if the interrupt was for us.Artur Grabowski
Return -1 instead of 0 if we did not service the interrupt. XXX - this is a horrible kludge, but should fix the stray interrupt problem that so many people have seen.
2000-11-07- Since the actual frame processing takes place from softnet(), splhighJason Wright
is not needed (the only other two places that modify the state of the bridge are bridge_ioctl() and bridge_rtage(), both of which can easily be wrapped in splsoftnet). - compute a random hashkey each time the bridge is brought up
2000-11-06cache disable flagMichael Shalayeff
2000-11-06regenMichael Shalayeff
2000-11-06dfe-660Michael Shalayeff
2000-11-06tabs vs spacesMichael Shalayeff
2000-11-06regenMichael Shalayeff
2000-11-06creative nomadiimgMichael Shalayeff
2000-11-06Send the message to registered promiscuous listeners.Angelos D. Keromytis
2000-11-06Don't bomb when the length of pagedvn vm_cmd is not page aligned.Artur Grabowski
Other commands were checked and look safe.
2000-11-06use the macros from queue.h more consistentlyJason Wright
update if_omcasts and call IF_DROP when necessary
2000-11-05add 802.1D LSAPJason Wright
2000-11-05Update to reflect closer to reality. and current direction for the port.Dale Rahn
2000-11-05Changes to print out size of L2 Cache for G4 and G3 machines.Dale Rahn
It "configures" the cache, but it seemed to be configured by openfirmware previously. From NetBSD.
2000-10-31rename pcibios.h to pcibiosvar.hTheo de Raadt