Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-01-13 | Driver for Cirrus Logic CS4281 sound chips. Originally written for NetBSD by | Aaron Campbell | |
Tatoku Ogaito, banged into shape for OpenBSD by me. Recording has not been tested yet, but mpg123 works fine. Sound still works after suspend/resume. XXX: On the IBM ThinkPad X20, must disable pcibios else the cs4281 won't generate interrupts. Cause yet unknown but probably not the driver's fault. YMMV on other laptops with this chip. | |||
2001-01-11 | Add maestro | Marc Espie | |
2001-01-11 | there is no pseudo-device crypto either; sleep theo | Michael Shalayeff | |
2001-01-11 | ich/auich | Michael Shalayeff | |
2001-01-11 | move ich to auich at mickey's request | Theo de Raadt | |
2001-01-05 | Add i386 specific sysctl to modify halt -p processing, required to make | Marco S Hyman | |
powerdown work correctly on some processors. Idea from mickey@ and smcho@tsp.korea.ac.kr. Tested my me and angelos@. Note: If you want to try these out you'll need to cd /sys/arch/i386/include && sudo install -m 444 -o root -g root cpu.h /usr/include/i386 cd /usr/src/sbin/sysctl && make obj && make && sudo make install to get a sysctl that understands the new variable (machdep.apmhalt). | |||
2001-01-02 | handle no-event as the end of event fetch loop; my fix for pr-1588 by Sam ↵ | Michael Shalayeff | |
Isaacson <sbi@mobius.colorado.edu> | |||
2000-12-29 | kiss in the rng; all those evil voices kept me pushing for it... | Michael Shalayeff | |
2000-12-27 | better english and fix some spelling mistakes, Ok'd by aaron@ | Brad Smith | |
adjucent -> adjacent usefull -> useful | |||
2000-12-25 | always read new byte from rng, then decide wheather to start a new cycle | Michael Shalayeff | |
2000-12-21 | People have difficulty spelling 'initial' and derivatives thereof (too many | Aaron Campbell | |
"i's" I guess). | |||
2000-12-19 | This fixes keyboard lock-ups I was getting wiggling the mouse in | Constantine Sapuntzakis | |
console mode while using my omnicube KVM switch. The keyboard lock-ups were caused by the keyboard/mouse interface controller's input buffer filling up. This was caused because the mouse was sending data to the computer and the pms driver wasn't draining it. The driver used to rely on the fact that it could disable the mouse device when the mouse driver was closed. Disabling the mouse device prevents it from sending data to the computer. At the same time pms disabled the mouse device, pms disabled interrupt notification of the arrival of new data. This regime doesn't work so well with KVM switches which re-enable the mouse. In this case, the mouse will send data to the computer but the keyboard/moust interface controller won't raise an interrupt (because pms disabled interrupts). pms will never read from the input buffer. | |||
2000-12-17 | Compaq SMART Array RAID controllers. | Michael Shalayeff | |
based on netbsd driver. testing helps from brad@ eisa untested, but should work (; | |||
2000-12-17 | Add a new possible value for the machdep.allowaperture sysctl: `2' | Matthieu Herrb | |
allows access to the whole 1st megabyte of memory, for use by XFree86 4.0.x int10 code. (ok, deraadt@) CVS: ---------------------------------------------------------------------- sys/arch/i386/i386/mem.c share/man/man4/man4.i386/xf86.4 CVS: ---------------------------------------------------------------------- | |||
2000-12-12 | Add an extra apm_periodic_check() call before the one we check for | Angelos D. Keromytis | |
errors; that way, Theo's laptop can still turn off APM when there's an error, and the IBM 770Z won't gratuitously disconnect APM (since the first event is always a bogus one). | |||
2000-12-10 | new file; smat@acm.org | Theo de Raadt | |
2000-12-10 | more keycaps for jp106 keyboards -- gotta get myself one of these weird ↵ | Theo de Raadt | |
contraptions as a wall hanging; sigh@kuzirabekon.econ.nagasaki-u.ac.jp | |||
2000-12-10 | jp106 keycap; sigh@kuzirabekon.econ.nagasaki-u.ac.jp | Theo de Raadt | |
2000-12-10 | iso8859 font; smat@acm.org | Theo de Raadt | |
2000-12-10 | new swiss keyboard maps; smat@acm.org | Theo de Raadt | |
2000-12-10 | fix norway section; johs@copyleft.no | Theo de Raadt | |
2000-12-07 | fix various perror() that were buf oflows | Theo de Raadt | |
2000-12-06 | use __x__ formats for __attribute__ arguments; guenther@gac.edu | Theo de Raadt | |
2000-11-23 | ttyC? with one max letter after ttyC | Theo de Raadt | |
2000-11-22 | s/stroul/strtoul/; spotted by brad@ | Michael Shalayeff | |
2000-11-21 | Make this compile without UVM; dirt@monkey.org | Aaron Campbell | |
2000-11-18 | Add 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-18 | aac appears to fit | Theo de Raadt | |
2000-11-17 | Uncomment audio* at uaudio?, especially since ho@ has had success with the | Aaron Campbell | |
uaudio(4) driver for 6 months now. | |||
2000-11-16 | Driver for USB scanners; from NetBSD. | Aaron Campbell | |
2000-11-16 | Add entries for the AMD K6-2+/III+, newer Athlon/Duron chips, and | Todd C. Miller | |
the Intel Cascades. st@devnull.demon.co.uk | |||
2000-11-13 | Address the i8042 keyboard controller registers as offsets from IO_KBD; from | Aaron Campbell | |
NetBSD. This will ease the pain when we bring in the pckbc MI keyboard driver to be used for wscons/i386 and wscons/alpha. | |||
2000-11-13 | Do not use PG_N on "real" 386es as it does not exist there; from NetBSD | Niklas Hallqvist | |
2000-11-10 | Change the ktrace interface functions from taking the trace vnode to taking the | Artur Grabowski | |
traced proc. The vnode is in the proc and all functions need the proc. | |||
2000-11-10 | seperate -> separate, okay aaron@ | Niels Provos | |
2000-11-10 | Adaptec "FSA" RAID driver | Niklas Hallqvist | |
2000-11-08 | Don't busy-wait for random data. | Artur Grabowski | |
Remove unnecessary splhigh. | |||
2000-11-08 | Use netisr_dispatch.h | Artur Grabowski | |
2000-11-07 | AMD750 Athlon chipset support for PCIBIOS_INTR_FIXUP; from minoura@jp.netbsd.org | Michael Shalayeff | |
2000-10-31 | rename pcibios.h to pcibiosvar.h | Theo de Raadt | |
2000-10-27 | Put dc(4) cardbus attachment on floppyC, too. | Aaron Campbell | |
2000-10-27 | and angry dwarfs came on to me | Michael Shalayeff | |
2000-10-27 | more precise BUFCACHEPERCENT calculations. | Michael Shalayeff | |
from gluk@ptci.ru; deraadt@ and niklas@ ok | |||
2000-10-26 | Remove the notion of "Copybuffer ownership" now that copybuffer contents are | Aaron Campbell | |
always cleared on logout; from Jean-Baptiste.Marchand@epita.fr. | |||
2000-10-26 | match via82c586 also on other apollo chipsets, such as VT82C585, VT82C596A, ↵ | Michael Shalayeff | |
VT82C686A; after pondering in linux code; krw@ testing; deraadt@ ok | |||
2000-10-26 | Add support for Xircom X3201-based CardBus Ethernet cards. Tested successfully | Aaron Campbell | |
on four different models, including the CBEM56G-100, RBE-100 RealPort, and the RBEM56G-100 RealPort. This commit adds support only for the LAN components; the modem is not configured yet. Detach support to come. Based on work from FreeBSD, mickey@, nate@, and myself. | |||
2000-10-25 | put back using bios_pciinfo, we will rework it later on | Michael Shalayeff | |
2000-10-25 | some people may say that i suck | Michael Shalayeff | |