Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-05-10 | New USB card reader (in an MSI865 chassis). | Peter Galbavy | |
OnSpec also appears to have a new Vendor ID, from NetBSD. ok deraadt@ | |||
2004-05-10 | regen. This and previous: ok deraadt@ | Peter Galbavy | |
2004-05-10 | PCI IDs found on an MSI865 system; NEC Firewire and Intel dumb-modem | Peter Galbavy | |
2004-05-10 | Make the time getting frame buffer depth earlier. Without this | Kenji Aoyama | |
modification, bitmap console depth is always 4, because consinit() is called before cpu_startup(). And use frame buffer depth bits(1,4,8) rather than mask value(0x01, 0x0f, 0xff), same as the value in ROM work area. ok miod@ | |||
2004-05-10 | When external power is not available, the tadpole video hardware gets | Miod Vallat | |
stuck in a weird mode, where not all acceleration functions are available, and I could not figure out how to reset the chip strongly enough to leave this mode. Try to compensate by checking whether the external power has been removed, when we set up the accelerated rasops (this will not cope with power being removed after bootup, yet). | |||
2004-05-10 | Select the Latin-1 8x16 font as the default 8x16 font, instead of the | Miod Vallat | |
IBM 8x16 one. ok deraadt@ | |||
2004-05-10 | obliterate undef, ok miod | Jolan Luff | |
2004-05-10 | Make sure advskew set correctly in advertisement when configured to a value | Ryan Thomas McBride | |
greater than 240. From Frank Denis <j@pureftpd.org>, PR3774. | |||
2004-05-09 | Add option ISP_COMPILE_1000_FW, as done in GENERIC; recommended by mjacob@. | Miod Vallat | |
2004-05-09 | Replace the event queue with a bit mask of slots needing attention, as | Miod Vallat | |
done in stp(4). | |||
2004-05-09 | Remove some #ifndef __OpenBSD__/#endif sections that were intended to | Kenneth R Westerback | |
make sync'ing with NetBSD easier. NetBSD has moved on, most of these sections have not. ok marco@ deraadt@ grange@ csapuntz@ | |||
2004-05-09 | Eliminate verbosity parameter to scsi_print_sense and the associated | Kenneth R Westerback | |
chunk of code. It was never executed unless you were debugging a mvmex8k 'vs' device. ok miod@ (mvmex8k bits) marco@ deraadt@ | |||
2004-05-09 | Add missing <cr>'s to various SC_DEBUG() calls, along with a few other | Kenneth R Westerback | |
SC_DEBUG() spacing tweaks. ok deraadt@ | |||
2004-05-09 | Don't dereference scrub pointer when it's NULL, fix PR 3775, from | Daniel Hartmeier | |
Marc Huber. ok deraadt@ | |||
2004-05-08 | sync | Theo de Raadt | |
2004-05-08 | some crappy usb mouse; lteo.openbsd1@mailnull.com | Theo de Raadt | |
2004-05-08 | Remove spurious initialization; drahn@ ok | Miod Vallat | |
2004-05-08 | In pmap_enu*(), be sure to splx() on low memory conditions. | Miod Vallat | |
2004-05-08 | Do not duplicate fragments from <machine/conf.h>. | Miod Vallat | |
2004-05-08 | reference count bpf descriptors to protect against disappearing interfaces | Can Erkin Acar | |
while asleep in read. ok deraadt@ | |||
2004-05-08 | Better bus_dmamap_load() implementation which does not use vtophys(), | Miod Vallat | |
from macppc. Also properly handle BUS_DMASYNC_PREREAD | BUS_DMASYNC_PREWRITE in bus_dmamap_sync(). | |||
2004-05-08 | Kill whitespace at EOL | Miod Vallat | |
2004-05-08 | Correct values for the pci_routes[] pci-to-mpic interrupt routing table, | Miod Vallat | |
per the MVME2600APG. | |||
2004-05-08 | Enable ichpcib(4) in GENERIC and on all media. | Alexander Yurchenko | |
ok deraadt@ | |||
2004-05-08 | Put back ichpcib(4), it works now. | Alexander Yurchenko | |
2004-05-08 | If a carp interface has more than CARP_SENDAD_MAX_ERRORS failed | Ryan Thomas McBride | |
advertisements in a row, back off all the other interfaces, until CARP_SENDAD_MIN_SUCCESS advertisements are successful. This makes carp deal better with ip output errors. | |||
2004-05-07 | CardBus fxp's use the 82558 chipset which has a Long Receive bit, | Brad Smith | |
we need to enable this to receive VLAN sized frames. ok deraadt@ | |||
2004-05-07 | Set value for rslt before trying to display it. 'Bad LUN ...' messsage | Kenneth R Westerback | |
will now display correct error value. Spotted in SCSIDEBUG output from Adrian Close's bizarre USB device. ok millert@ deraadt@ marco@. | |||
2004-05-07 | align to __LDPGSZ for anon mmap. this allows userland to be compiled | Ted Unangst | |
with a static page size on platforms where it may vary. ok deraadt@ millert@ tdeval@ | |||
2004-05-07 | spllower should return the previous level, to match other archs. | Ted Unangst | |
"looks right" miod | |||
2004-05-07 | Implement _SC_SEM_NSEMS_MAX and _SC_SEM_VALUE_MAX. | Todd C. Miller | |
Based on a diff from Jean-GĂ©rard Pailloncy. | |||
2004-05-07 | Remove mvme88k workaround for ssh(4) bugs. | Miod Vallat | |
2004-05-07 | Replace the old ssh(4) NCR53C710 scsi driver with a pcctwo attachment for | Miod Vallat | |
the MI osiop(4) driver. This improves performance very slighly and should also improve reliability. Tested on 25MHz (50MHz osiop) and 33MHz (66MHz osiop) MVME187 boards. | |||
2004-05-07 | bus_dma(9) implementation for mvme88k, mostly based upon powerpc. | Miod Vallat | |
2004-05-07 | Introduce a new cmmu operation, cachectl_pa, similar to cachectl, but taking | Miod Vallat | |
a pa instead of a pmap_kernel va. The cachectl operation is now deprecated and will disappear soon. | |||
2004-05-07 | Make #endif /* foo */ comments really match the #if condition. | Miod Vallat | |
2004-05-07 | Do not rely upon a fictitious MAXPHYSMEM value, but rather the actual | Miod Vallat | |
physical memory size, to decide the end of /dev/*mem, as well as default cacheability for mappings. | |||
2004-05-07 | Add new file <machine/conf.h> and clean up console code and structures. | Kenji Aoyama | |
From miod@ | |||
2004-05-07 | Replace RSA-derived md5 code with code derived from Colin Plumb's PD version. | Todd C. Miller | |
This moves md5.c out of libkern and into sys/crypto where it belongs (as requested by markus@). Note that md5.c is still mandatory (dev/rnd.c uses it). Verified with IPsec + hmac-md5 and tcp md5sig. OK henning@ and hshoexer@ | |||
2004-05-07 | Some clean up, especially delete unused nvram related part. From miod@ | Kenji Aoyama | |
2004-05-07 | Compute the size of the kernel page table at runtime, depending upon the | Miod Vallat | |
board we run on, and its default mappings from pmap_table, rather than trying to compute a "fits all" value at compile time. | |||
2004-05-07 | LM7x models improvements: | Alexander Yurchenko | |
- correct divisor for fan3 (2 means 2^1, so the divisor is actually 1, not 2) - fan1 and fan2 have adjastable divisors, use this feature to dynamically correct divisors for slow fans - fix SENSOR_FINVALID usage Based on the diff from Alexander Bluhm <alexander.bluhm@gmx.net> in PR 3719. | |||
2004-05-07 | This chunk was not supposed to be commited now. | Alexander Yurchenko | |
2004-05-07 | proper casts for vtophys. looked at by grange@ | Ted Unangst | |
2004-05-07 | free the right thing on failure, in case this ever gets used | Ted Unangst | |
2004-05-07 | fatty softdep merge with freebsd. fixes a variety of possible issues. | Ted Unangst | |
relevant changes to ffs_softdep.c were 1.95, 1.96, 1.97, 1.98, 1.103, and 1.107 in freebsd. testing marc and otto. ok deraadt | |||
2004-05-06 | back out kernel breakage. Be more careful damnit | Theo de Raadt | |
2004-05-06 | Typo | Miod Vallat | |
2004-05-06 | spaces | Alexander Yurchenko | |
2004-05-06 | Move speedstep code to a separate ichpcib(4) driver. | Alexander Yurchenko | |
It attaches instead of pcib(4) and provides its usual functionality (attaching isa bus) by calling pcibattach() in the attach routine. ok miod deraadt |