Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-11-29 | Bugfix: reset 16-bit pcmcia in chip initialisation sequence; from NetBSD. | Aaron Campbell | |
2000-11-29 | Correct PCI interrupt setup routine for Texas Instruments PCI113X CardBus | Aaron Campbell | |
bridges so that hot insertion and removal works; from NetBSD. | |||
2000-11-29 | regen | Michael Shalayeff | |
2000-11-29 | a couple of compaq raid definitions; from netbsd | Michael Shalayeff | |
2000-11-29 | Clarify that the RX5C57X requires write to the PCI_LEGACY to disable and | Aaron Campbell | |
not PCI_BCR_INTR; from NetBSD. | |||
2000-11-29 | Power down PC cards at shutdown time; from NetBSD. I'm also reverting my own | Aaron Campbell | |
fix for this (rev 1.7) as this is the better way to do it. This fixes the problem seen with reboot while an xl(4) CardBus card is in a slot on my Toshiba Tecra 550CDT (so it should fix the same problem espie@ has seen on a different model Toshiba laptop). | |||
2000-11-28 | How did this work? | Jason Wright | |
2000-11-28 | Free the same type we malloced with. | Artur Grabowski | |
2000-11-28 | Repair: grrrrrr... brought in wrong changes -again- | Jason Wright | |
2000-11-28 | oops, not yet | Jason Wright | |
2000-11-28 | remove statics and knf | Jason Wright | |
2000-11-27 | Style. Parts of xcast handling needs more thought. (provos@ ok) | Hakan Olsson | |
2000-11-27 | Be more careful with ARP. Fix PR#1490. From gluk@ptci.ru | Hakan Olsson | |
2000-11-26 | alpha clock fixes from NetBSD | Todd C. Miller | |
Fixes ' no more 'WARNING: preposterous clock chip time' on 164SX | |||
2000-11-25 | Everyone seems to hit the wrong key first time. Change the abort banner | Hugh Graham | |
wording to something unambiguous. | |||
2000-11-25 | make room for a 16 slice disklabel | Hugh Graham | |
2000-11-25 | Change d_end_ to relect the 16 slice struct disklabel OpenBSD uses. | Hugh Graham | |
Looks like only vax cares about this. | |||
2000-11-25 | OpenBSD tag | Artur Grabowski | |
2000-11-25 | pull in cy82c693 for sio and pceb | Artur Grabowski | |
2000-11-25 | Use the common cy82c693 access functions. | Artur Grabowski | |
From NetBSD. Fixes pciide on 164sx. | |||
2000-11-24 | raise dirty in kenter_pa too | Michael Shalayeff | |
2000-11-24 | Support 16 slices per device, like the other OpenBSD arches. | Hugh Graham | |
2000-11-24 | Better key repeat logic. When we're in repeat mode, with the exception of | Aaron Campbell | |
modifier keys (SHIFT, CTRL, ALT, etc.), and a key "up" event is received, only delete the key repeat timeout if the key that generated the "up" event is the key currently being repeated. When a key "down" event is received, the opposite -- only delete the key repeat if the key that generated the "down" event is _not_ the key currently being repeated. Playing here is a bit dangerous since we are constraining the conditions in which a timeout(9) is deleted (we don't want to mistakenly get stuck in a non-legitamite key repeat). Using timeout(9) for this is kind of gross. I guess it is done here to avoid key repeat code in all of the actual hardware keyboard drivers. There is still a bug here. If you have a key held down and detach your keyboard (by either unplugging it or doing a KVM switch), the timeout is not deleted and the key continues to repeat until it gets the keyboard back and receives an interrupt. Perhaps we should not be ignoring typematic keys after all? | |||
2000-11-24 | PAGE_SIZE on alpha is 8192 thus PAGE_SHIFT should be 13, not 12. | Todd C. Miller | |
2000-11-23 | Make wsdisplaystart() a bit more like PCVT's pcstart() to avoid tty races when | Aaron Campbell | |
switching virtual terminals. | |||
2000-11-23 | ttyC? with one max letter after ttyC | Theo de Raadt | |
2000-11-23 | fix lun support, not as nice as i would like | Theo de Raadt | |
2000-11-22 | s/stroul/strtoul/; spotted by brad@ | Michael Shalayeff | |
2000-11-22 | even bigger delay in ram probe; deraadt@ ok | Michael Shalayeff | |
2000-11-22 | Remove UNTESTED comments on cpus that I know work. | Artur Grabowski | |
2000-11-22 | cosmetic. | Artur Grabowski | |
2000-11-22 | Set visible offset properly. | Aaron Campbell | |
2000-11-21 | support for kernel events on vnodes, from jlemon@freebsd.org, okay art@ | Niels Provos | |
2000-11-21 | be consistant w/ ugenwrite on dprintf; aaron@ ok | Michael Shalayeff | |
2000-11-21 | Make this compile without UVM; dirt@monkey.org | Aaron Campbell | |
2000-11-21 | From FreeBSD: | Jason Wright | |
add support for the acenic copper and netgear ga620t (untested). This also updates the firmware to 12.4.13 for tigon 1, and 12.4.11+wpaul hacks for tigon 2 | |||
2000-11-21 | sync | Jason Wright | |
2000-11-21 | add alteon copper acenic and netgear copper ga620 | Jason Wright | |
2000-11-21 | stupid Imac DV appears to misclasify the vga controller as DISPLAY_MISC | Theo de Raadt | |
instead of DISPLAY_VGA | |||
2000-11-20 | sync | Theo de Raadt | |
2000-11-20 | video in imac dv | Theo de Raadt | |
2000-11-20 | likely to work on ich2 too; from deraadt | Michael Shalayeff | |
2000-11-20 | amphy was a bit too liberal in attaching; Gregory Steuck <greg@nest.cx> | Jason Wright | |
2000-11-20 | sync | Theo de Raadt | |
2000-11-20 | 82801BA audio devices | Theo de Raadt | |
2000-11-20 | support at least ATA6 on 82801BA; chris | Theo de Raadt | |
2000-11-20 | sync | Theo de Raadt | |
2000-11-20 | limit luns on usb | Theo de Raadt | |
2000-11-19 | Add in pciide. | Todd C. Miller | |
2000-11-19 | Add -I${.CURDIR}/../../../../lib/libsa to CPPFLAGS so md5.c can find | Todd C. Miller | |
stand.h; ok ericj@openbsd.org |