summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-01-15sync in-tree perl with 5.8.6Todd C. Miller
2005-01-15Problems with Blade100 network installs/upgrades usingKenneth R Westerback
keyboard+monitor seem to have disappeared post-3.6. ok miod@.
2005-01-15Glitch in console detection code would match unsupported frame buffers withMiod Vallat
gatorbox during console initialization. Oops.
2005-01-15perl 5.8.6 from CPANTodd C. Miller
2005-01-15Kill whitespace at EOL.Miod Vallat
2005-01-15Use DIO_SIZE() macro instead of rolling our own implementation of it.Miod Vallat
2005-01-15Operator for comparisons is '==' and not '='.Marc Balmer
ok naddy@
2005-01-15Regenerate.Mark Kettenis
2005-01-15Invoke config.sub using the shell.Mark Kettenis
ok drahn@
2005-01-15Get rid of *_X11_MODULES.Mark Kettenis
ok miod@, drahn@
2005-01-15If the loop is empty when we probe it, enable the interrupt anyways, so thatMiod Vallat
we can react on post-boot device plugs.
2005-01-15VAXstation 4000/96 worksMartin Reindl
2005-01-15rev 1.85Brad Smith
Newer chips do not need the receiver lock-up workaround; detect when it is required. From NetBSD
2005-01-15rev 1.56Brad Smith
Corrected a workaround that should only be applied to one adapter. Workaround was causing device hangs when incorrectly applied to other adapters. From FreeBSD
2005-01-15Zaurus tweaks.Miod Vallat
2005-01-15turn off debug stuff for nowTheo de Raadt
2005-01-15Xr wskbd as well.Miod Vallat
2005-01-15Kill obio references, and mention zkbd where appropriate.Miod Vallat
2005-01-15syncTheo de Raadt
2005-01-15oopsTheo de Raadt
2005-01-15mistakes I made, pointed out by jmcTheo de Raadt
2005-01-15nForce2 Ultra 400 IDE support. ok grange@Jonathan Gray
2005-01-15Better effort on pcic detection, poll every 5 seconds.Dale Rahn
2005-01-15regenJonathan Gray
2005-01-15nForce2 Ultra 400 devices.Jonathan Gray
Found in a dmesg from escapenguin at gmail dot com.
2005-01-15Intel devices found in a dmesg from petersm at sedsystems dot ca.Jonathan Gray
2005-01-15From NetBSD:Christopher Pascoe
- Keep track of allhost multicast address record we joined into each in_ifaddr and delete it when an address is purged. - Don't simply try to delete a multicast address record listed in the ia_multiaddrs. It results a dangling pointer. Let whoever holds a reference to it to delete it. mcbride@ markus@ ok
2005-01-15hatrickJolan Luff
2005-01-15In uvm_mmap(), check for size wrap to 0, and return ENOMEM in thatOtto Moerbeek
case. Do not arbitarily disallow sizes with the high bit set, they are unsigned. With lotsa help from miod@, test by danh@ ok miod@ millert@ tedu@
2005-01-15basic man page for the zaurus c3000 (for now)Theo de Raadt
2005-01-15_poll can be called from timeout, but needs to be protected from interrupt,Dale Rahn
add spltty() protection.
2005-01-15regenJonathan Gray
2005-01-15TI PCI22050 and PCI2050 PCI-PCI bridges. Former found in a dmesgJonathan Gray
from george_morgan at spamcop dot net.
2005-01-15make sure interface is in RUNNING state before touching the multicast filtersBrad Smith
From NetBSD NetBSD PR 27678 for details ok mcbride@
2005-01-15fix commentBrad Smith
2005-01-15Additional devices found in linux-wlan driver.Jonathan Gray
2005-01-15Add id for Psion Dacom Gold Port Ethernet found in Linux driver.Jonathan Gray
2005-01-15regenJonathan Gray
2005-01-15Another kue device found in Linux driver.Jonathan Gray
Additional USB wi devices found in linux-wlan. Sort Sitecom section.
2005-01-15syncTheo de Raadt
2005-01-15place ` (grave) at Fn-d which is a funny little dot (close enough)Theo de Raadt
fix [] make Fn-u and Fn-i be {} (close enough to what is shown there) make the backside toggle return left/right (in the sense of closed lid) and make OK return down and Cancel return up this actually makes it possible to browse the net in lynx; for now those mappings will suffice
2005-01-15swap < and >, spotted by drahnTheo de Raadt
2005-01-14Since we run keyboards in raw mode now, NMIs can only be parity errors now;Miod Vallat
simplify nmihand() accordingly.
2005-01-14code cleanup; ok grangeTheo de Raadt
2005-01-14TypoMiod Vallat
2005-01-14enable ttyC0 and ttyC1 by default; wow, how did you miss that dale!Theo de Raadt
2005-01-14RegenMiod Vallat
2005-01-14Switch OpenBSD/hp300 to wscons, still using on-board ROM fonts for now.Miod Vallat
Main features: - MI hil drivers, allowing live plug/unplug of devices, and the keyboard does not need to be at id 1 anymore. - SGC bus support on 4xx models. SGC frame buffers are supported too, but not as console, though you can use them as a regular glass terminal if you run a getty on ttyC0. Currently not compiled-in, awaiting for an sti(4) fix to be commited. - HP-UX compatibility interfaces are removed. grfinfo and hilinfo are removed. X11 support is currently broken by these changes; X.org X11R6 support will be available very soon. Tested on hyperion and 4 different flavours of catseye/topcat/kathmandu; other, older frame buffers (davinci, gatorbox and renaissance) could not been tested but should work; please report any regression.
2005-01-14regenPedro Martelletto
2005-01-14Add Radeon IGP 9100, from Bruno Oliveira Silvestre, ok deraadt@Pedro Martelletto