Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-02-03 | new timeouts; this makes whole pci new timeouts user | Michael Shalayeff | |
2001-02-03 | fix the comment | Michael Shalayeff | |
2001-02-03 | new timeout, even not in generic | Michael Shalayeff | |
2001-02-03 | new timeout, space control | Michael Shalayeff | |
2001-02-03 | new timeouts | Michael Shalayeff | |
2001-02-03 | new timeouts | Michael Shalayeff | |
2001-02-03 | new timeouts | Michael Shalayeff | |
2001-02-03 | new timeouts | Michael Shalayeff | |
2001-02-03 | new timeouts | Michael Shalayeff | |
2001-02-03 | no machine/pio.h is needed, space police | Michael Shalayeff | |
2001-02-03 | new timeouts, space control | Michael Shalayeff | |
2001-02-03 | make it compile, new timeouts, space control | Michael Shalayeff | |
2001-02-03 | no timeouts is new timeouts | Michael Shalayeff | |
2001-02-02 | $OpenBSD$ | Aaron Campbell | |
2001-02-02 | $OpenBSD$ | Aaron Campbell | |
2001-02-02 | Remove dead code. | Aaron Campbell | |
2001-02-02 | No need for xl(4) to report tx underruns, they are much too common, and the | Aaron Campbell | |
driver adjusts itself to compensate anyway; jason@ ok. | |||
2001-02-02 | Fix an uninitialized variable; henric@aimnet.com | Aaron Campbell | |
2001-02-02 | The read/write indication bit in DMAERR reg is bit 1, not bit 0 | Jason Wright | |
also, add a mask for the address portion of DMAERR and use it | |||
2001-02-01 | adapt to wscons type changes. | Artur Grabowski | |
2001-02-01 | Fix the wsmux_setmax() function. By the time wsmuxattach() runs (through hook | Aaron Campbell | |
in ioconf.c created by the wsmux pseudo-device), an input device may have already attached itself as a mux. We don't want to whack these pointers. Net result: the PS/2 mouse on my laptop is now properly mux'd. Right now I have my laptop's builtin keyboard and builtin mouse (ps/2), plus I have attached a separate USB keyboard and USB mouse. All four devices are accepting input at the same time. If I want to go mobile, I can unhook the USB devices and my builtin devices will still work without changing X settings. Very cool. | |||
2001-02-01 | Do not attempt to attach cards that have unsupported (i.e., non-5, non-3) | Aaron Campbell | |
voltages. Fixes the problem with those silly SCM Microsystems PCI-CardBus dock boards that are often shipped with Lucent WaveLAN cards. Thanks to drahn@openbsd.org for testing and dave@arbor.net for originally reporting the problem. | |||
2001-01-31 | Allocate shared memory via the bus_dmamem/bus_dmamap interface; makes le | Thorsten Lockert | |
interface work under VMware as an additional bonus. ok theo@ | |||
2001-01-31 | based on art's sparc patch: | Jason Wright | |
mmap should return -1 on failure, not EOPNOTSUPP. As it was now, an mmap of /dev/mem always returned page 45. | |||
2001-01-31 | OpenBSD does have paddr_t, I can't explain why I thought it didn't; art@ | Aaron Campbell | |
2001-01-31 | before copying the packet header, make sure we actually got the mbuf | Jason Wright | |
2001-01-31 | Some int -> u_long (I incorrectly converted paddr_t to int when porting this). | Aaron Campbell | |
2001-01-30 | sync | Theo de Raadt | |
2001-01-30 | AboCom URE450 | Theo de Raadt | |
2001-01-30 | Pass the correct MUX type to wsmux_attach_sc(). | Aaron Campbell | |
2001-01-30 | - Add some checks for (sc != NULL). Missed by me previously. Fixes boot -c. | Aaron Campbell | |
- Remove static. | |||
2001-01-30 | KNF from niklas@. :) | Hakan Olsson | |
2001-01-30 | WSMOUSEDEVCF_MUX_DEFAULT -> WSKBDDEVCF_MUX_DEFAULT, although this didn't | Aaron Campbell | |
matter much since they are the same value, but confusing nonetheless. | |||
2001-01-30 | Ignore PIOMODE(0x4) errors | Constantine Sapuntzakis | |
2001-01-30 | Support for the wscons machine-independent console driver on the i386. To | Aaron Campbell | |
become default in a few moments once deraadt commits new kernel config files. IMPORTANT NOTE: A few important pieces are still required to be worked out over the next few days. Users (and developers) relying on X should probably stay away from -current until further notice. This should not take long, but here is your first heads up. If you decide to upgrade your kernel anyway, be sure to update your /etc/ttys file to use vt100 instead of vt220. The rest of the fallout from this should be minor. | |||
2001-01-29 | Generate less random data. Suggested by mickey@. | Hakan Olsson | |
2001-01-29 | Driver for the Pijnenburg PCC-ISES crypto chip. For now, it only generates | Hakan Olsson | |
random data for the system entropy pool. No crypto yet. | |||
2001-01-29 | new timeouts | Michael Shalayeff | |
2001-01-29 | new timeouts | Michael Shalayeff | |
2001-01-29 | new timeouts | Michael Shalayeff | |
2001-01-29 | new timeouts | Michael Shalayeff | |
2001-01-29 | new timeouts | Michael Shalayeff | |
2001-01-29 | new timeouts; spaces | Michael Shalayeff | |
2001-01-29 | regen | Michael Shalayeff | |
2001-01-29 | even shorter | Michael Shalayeff | |
2001-01-29 | fix isadma-less compile, new pnpdevs, space control | Michael Shalayeff | |
2001-01-29 | regen | Michael Shalayeff | |
2001-01-29 | size reducage and constify | Michael Shalayeff | |
2001-01-29 | const match table | Michael Shalayeff | |
2001-01-29 | new timeouts; some constifying; space control | Michael Shalayeff | |