Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-02-20 | for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ ok | Michael Shalayeff | |
2001-02-20 | Adhere to VM/UVM pager requirements, do not unmap pager mappings. | Dale Rahn | |
recognize pager_sva/pager_eva. Does not seem to change anything under UVM but is recommended, may have been the cause for the "pmap" bug under VM. Test compiled for VM, but not run. Ok'd by art. | |||
2001-02-20 | Indicate that wdc is capable of UDMA, print device mode using MI | Dale Rahn | |
wdc_print_current_modes function. | |||
2001-02-20 | Add edge/level sense detection capability to the interrupt controller, | Dale Rahn | |
changes from NetBSD, been in my tree for a while. | |||
2001-02-20 | Make drivers more quiet, no point in printing useless information. | Dale Rahn | |
2001-02-20 | add uftdi | Nathan Binkert | |
2001-02-19 | Zap some unnecessary defines. | Artur Grabowski | |
2001-02-19 | explicitly set page size for uvm. | Artur Grabowski | |
2001-02-19 | Avoid losing rtc after suspend/resume on some laptops. Ok provos@ | Hakan Olsson | |
2001-02-19 | Merge from GENERIC: add pseudo-devices for IPv6. | Christian Weisgerber | |
2001-02-18 | two siop drivers conflict. rename to ssh -- short for Symbios Scripts Hardware | Theo de Raadt | |
2001-02-18 | USBVERBOSE | Theo de Raadt | |
2001-02-16 | db_elf definitions | Michael Shalayeff | |
2001-02-16 | import some alphaizm for the db_elf's sake | Michael Shalayeff | |
2001-02-16 | Finish merging lca to become closer to current netbsd. | Jason Wright | |
2001-02-16 | zap old timeout | Marc Espie | |
2001-02-16 | Further sync... get pci_swiz_bus_{io|mem}_chipdep.c via <> instead of "" | Jason Wright | |
like everyone else. | |||
2001-02-16 | Bring apecs closer to current netbsd work (updated copyrights, plus | Jason Wright | |
a few bug fixes I missed earlier). | |||
2001-02-16 | For powerpc use siop driver instead of ncr, now that siop issue on powerpc | Dale Rahn | |
has been resolved. | |||
2001-02-16 | Engage UVM for powerpc. It is now running fairly well (better than non UVM) | Dale Rahn | |
on my machines as well as on brad's. This change also eliminates the need for the ld.so hack for powerpc. | |||
2001-02-16 | Allow siop driver to work on powerpc. | Dale Rahn | |
pmap_extract should work for all accessable memory. Since powerpc maps the kernel va=pa without using the pte table, these addresses need to be handled seperately. | |||
2001-02-16 | bring in netbsd bus_dma stuff for lca and apecs busses | Jason Wright | |
2001-02-15 | Add iha (Initio SCSI) | Kenneth R Westerback | |
2001-02-15 | Pick up a two liner from netbsd to set offset for SCSI chain B properly. | Hugh Graham | |
2001-02-15 | Change i386 LSI/Symbios/NCR 53c8xx driver to siop | Kenneth R Westerback | |
2001-02-15 | approaching UVM support for powerpc, initialize all of the buffer | Dale Rahn | |
entries, not just the first entry of each buffer. | |||
2001-02-14 | Theo keeps remembering me things I forgotten. Add pcscp(4) here as well. | Federico G. Schwindt | |
2001-02-14 | Add pcscp(4) per theo request. | Federico G. Schwindt | |
2001-02-14 | Add pcscp support. | Federico G. Schwindt | |
2001-02-13 | grr, pcvt ioctl support still required | Theo de Raadt | |
2001-02-13 | rtc stops if we miss interrupts. Inspired by code from FreeBSD. | Hakan Olsson | |
Some KNF. (niklas@ ok) | |||
2001-02-13 | Bump maxusers to 32. | Artur Grabowski | |
2001-02-13 | Cleanup. | Artur Grabowski | |
2001-02-13 | default more wscons options | Theo de Raadt | |
2001-02-13 | remove a file that should have been gone long ago. | Eric Jackson | |
moved to dev/pci/tgareg.h | |||
2001-02-12 | set default adapter role, propage config flags | mjacob | |
2001-02-12 | Remove duplicate definition of badaddr. | Artur Grabowski | |
2001-02-12 | correct buginstat(), statclock now working for '188, systat vmstat now works, | Steve Murphree | |
serial driver for '188 working better. | |||
2001-02-12 | One more step to UVM. It is necessary to map the I/O buffers, using uvm or vm. | Dale Rahn | |
These changes taken from alpha/i386 combination. | |||
2001-02-11 | Previously, when sendsig() set up the current process's context to run | Brandon Creighton | |
sigcode to call a handler, SP was set in the middle of the struct trapframe/struct sigcontext pair placed on the stack. This was adequate when only one signal is being delivered at a time, but when two signals are delivered in one syscall, the second invocation of sendsig() overwrote some of the first sendsig() invocation's stack data. The result was that under certain circumstances, (e.g., sending signals to backgrounded processes from ksh) the argument passed to signal handlers when the second signal (the one corresponding to the first sendsig() invocation) was delivered was bogus data from the stack. Therefore, programs that depended on the "sigraised" argument to be accurate blew up. This fix ensures that sendsig() always leaves a process's SP out of the way of structures that will be used. AP is not moved, though, so sigreturn can find the args correctly. Also, sigcode is changed to compensate for the SP change. | |||
2001-02-11 | Pick up a NetBSD hack to attach Cheetah to vsbus as well as ibus. | Hugh Graham | |
High kludge factor, but the payoff is vsbus scsi for free. Most of the work is by Michael Kukat and ragge, with a few other synchronisations thrown in. | |||
2001-02-09 | BOOT_CONFIG is already in conf/GENERIC and this includes it. | Artur Grabowski | |
2001-02-09 | Add support for loading the bootloader and kernel from an HFS filesystem, | Dale Rahn | |
using firmware. Mostly from NetBSD. This allows kernels to be booted directly from an HFS hard drive. (the rest of the files...) | |||
2001-02-09 | Add support for loading the bootloader and kernel from an HFS filesystem, | Dale Rahn | |
using firmware. Mostly from NetBSD. This allows kernels to be booted directly from an HFS hard drive. | |||
2001-02-08 | Actually give esym some storage. As it was, esym pointed | Artur Grabowski | |
into the memory of some other variable. How did this ever work? (well, the floppies didn't work, but they should now). | |||
2001-02-08 | kvtop() returns pa, not va | Michael Shalayeff | |
2001-02-07 | We need to loose some weight. | Artur Grabowski | |
If someone feels very opposed to this, the code is left in the Attic. Just revive and _make_it_work_. | |||
2001-02-07 | XXX two horrible abuses of spl. | Artur Grabowski | |
2001-02-07 | Now that niklas has fixed ddb to not barf on elf symbols, there | Artur Grabowski | |
is no need to disable ddb. | |||
2001-02-07 | Add support for bus_space_write_region_[1248] bus_space_read_region_[1248] | Dale Rahn | |
as needed for some drivers, primarily drivers from NetBSD, where these defines came from. |