summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2000-11-25Everyone seems to hit the wrong key first time. Change the abort bannerHugh Graham
wording to something unambiguous.
2000-11-25make room for a 16 slice disklabelHugh Graham
2000-11-25Change d_end_ to relect the 16 slice struct disklabel OpenBSD uses.Hugh Graham
Looks like only vax cares about this.
2000-11-25OpenBSD tagArtur Grabowski
2000-11-25pull in cy82c693 for sio and pcebArtur Grabowski
2000-11-25Use the common cy82c693 access functions.Artur Grabowski
From NetBSD. Fixes pciide on 164sx.
2000-11-24raise dirty in kenter_pa tooMichael Shalayeff
2000-11-24Support 16 slices per device, like the other OpenBSD arches.Hugh Graham
2000-11-24Better key repeat logic. When we're in repeat mode, with the exception ofAaron 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-24PAGE_SIZE on alpha is 8192 thus PAGE_SHIFT should be 13, not 12.Todd C. Miller
2000-11-23Make wsdisplaystart() a bit more like PCVT's pcstart() to avoid tty races whenAaron Campbell
switching virtual terminals.
2000-11-23ttyC? with one max letter after ttyCTheo de Raadt
2000-11-23fix lun support, not as nice as i would likeTheo de Raadt
2000-11-22s/stroul/strtoul/; spotted by brad@Michael Shalayeff
2000-11-22even bigger delay in ram probe; deraadt@ okMichael Shalayeff
2000-11-22Remove UNTESTED comments on cpus that I know work.Artur Grabowski
2000-11-22cosmetic.Artur Grabowski
2000-11-22Set visible offset properly.Aaron Campbell
2000-11-21support for kernel events on vnodes, from jlemon@freebsd.org, okay art@Niels Provos
2000-11-21be consistant w/ ugenwrite on dprintf; aaron@ okMichael Shalayeff
2000-11-21Make this compile without UVM; dirt@monkey.orgAaron Campbell
2000-11-21From 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-21syncJason Wright
2000-11-21add alteon copper acenic and netgear copper ga620Jason Wright
2000-11-21stupid Imac DV appears to misclasify the vga controller as DISPLAY_MISCTheo de Raadt
instead of DISPLAY_VGA
2000-11-20syncTheo de Raadt
2000-11-20video in imac dvTheo de Raadt
2000-11-20likely to work on ich2 too; from deraadtMichael Shalayeff
2000-11-20amphy was a bit too liberal in attaching; Gregory Steuck <greg@nest.cx>Jason Wright
2000-11-20syncTheo de Raadt
2000-11-2082801BA audio devicesTheo de Raadt
2000-11-20support at least ATA6 on 82801BA; chrisTheo de Raadt
2000-11-20syncTheo de Raadt
2000-11-20limit luns on usbTheo de Raadt
2000-11-19Add in pciide.Todd C. Miller
2000-11-19Add -I${.CURDIR}/../../../../lib/libsa to CPPFLAGS so md5.c can findTodd C. Miller
stand.h; ok ericj@openbsd.org
2000-11-19Don't print PCI device info twice during attach.Aaron Campbell
2000-11-19PAGE_SIZE (and friends) does not change on alpha.Artur Grabowski
Make it a constant.
2000-11-19More sane setting of page size.Artur Grabowski
2000-11-18better permission check; okay art@, millert@Niels Provos
2000-11-18Add an example for boot -c.Aaron Campbell
2000-11-18- Add an EXAMPLES section. I still haven't chosen a "standard" format.Aaron Campbell
- Some more .Li usage.
2000-11-18- "OpenBSD BOOT [x.xx]" -> ">> OpenBSD/i386 BOOT [x.xx]" to reflect reality.Aaron Campbell
- As far as I know, there is no such thing as 9600 "baud". Change to "bps". - Split MLINKs in NAME section to separate lines as standard. - Many grammar/spelling fixups. - Remove hard sentence breaks. - Some other miscellaneous fixes.
2000-11-18allow this to compile without COMPAT_OSF1Eric Jackson
2000-11-18Update list of algorithms (hshoexer@rommelwood.de)Angelos D. Keromytis
2000-11-18aac appears to fitTheo de Raadt
2000-11-17seems the qe/mace combination needs a delay between accesses to theJason Wright
two chips. Better fix for the NMI problem.
2000-11-17Uncomment audio* at uaudio?, especially since ho@ has had success with theAaron Campbell
uaudio(4) driver for 6 months now.
2000-11-17calculate timeouts correctly, simpler.Niels Provos
2000-11-17correct timersubNiels Provos