Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-08-11 | disable userland TCS access on winchip C6, it is busted; wd@ics.nara-wu.ac.jp | Theo de Raadt | |
2000-08-08 | make them all use new PCIBIOS stuff | Theo de Raadt | |
2000-08-08 | sync w/ netbsd almost -current code (; | Michael Shalayeff | |
fixes quite a few problems. adds new option PCIBIOS_ADDR_FIXUP. numerous extra fixes by me, also pointed out by other ppl, such as avoid panics, ifdef on pciverbose, not diagnostic, some other smaller knits; some have been forwarded back to netbsd developers, some will go soon too. | |||
2000-08-07 | add a couple of examples, and generally elaborate more on the subject | Michael Shalayeff | |
2000-08-05 | $OpenBSD$ | Niklas Hallqvist | |
2000-08-05 | $OpenBSD$ | Niklas Hallqvist | |
2000-08-05 | pasto | Niklas Hallqvist | |
2000-08-02 | permit build with HZ user-defined; <wd@ics.nara-wu.ac.jp | Theo de Raadt | |
2000-08-02 | pcic* at pci | Theo de Raadt | |
2000-08-02 | add gdt & dmphy where needed | Theo de Raadt | |
2000-08-02 | update n-rcsids | Michael Shalayeff | |
2000-08-02 | add yauc about fips; also some ugly spaces | Michael Shalayeff | |
2000-08-01 | Add PCI attachment for i82365-compatible PCMCIA controllers. Needed for | Aaron Campbell | |
the Cirrus Logic CL-PD6729 controller found on some laptops, i.e., the Gateway 2000 Solo 2100. Thanks to JDempsey@iss.net for testing and initiallly prodding me to get PC Cards to work in his laptop. | |||
2000-07-31 | Add defines for ULLONG_MAX, LLONG_MAX, and LLONG_MIN in terms of | Todd C. Miller | |
UQUAD_MAX, QUAD_MAX, and QUAD_MIN respectively. | |||
2000-07-27 | do not print anything before console has been set | Michael Shalayeff | |
2000-07-27 | fix espie@'s screwup; frenchies can't type! noticed by aaron@ | Michael Shalayeff | |
2000-07-26 | correct constraints for __{in,out}c(); from Hiroki Nakano <cas@trans-nt.com> | Michael Shalayeff | |
2000-07-26 | proper busy/idle handling; pointed out by marc@ | Michael Shalayeff | |
2000-07-25 | allow compiling -DDEBUG w/o apm0 in he config; pointed by cleb <cb@hert.org>. | Michael Shalayeff | |
also, print console device and speed before switching to the new console. | |||
2000-07-20 | add fms & auvia, so that people test it | Theo de Raadt | |
2000-07-19 | new timeouts; tested | Michael Shalayeff | |
2000-07-19 | Use t_rstrt_to for ttrstrt timeout. | Artur Grabowski | |
2000-07-19 | Use new timeouts for the led intr timeout. | Artur Grabowski | |
2000-07-19 | Convert to use new timeouts. | Artur Grabowski | |
Use the t_rstrt_to provided by tty.h. | |||
2000-07-18 | do not include random number in dmesg, per deraadt's suggestion. | Michael Shalayeff | |
instead, print rng number generation speed, measured. | |||
2000-07-18 | clcs works reasonably well now. Enable it. | Artur Grabowski | |
2000-07-12 | typo | Theo de Raadt | |
2000-07-11 | since .cvsignore is there, .keep_me is not needed | Theo de Raadt | |
2000-07-11 | RAMDISKC is ok | Theo de Raadt | |
2000-07-11 | cardbus install floppy kernel | Theo de Raadt | |
2000-07-08 | oops, revert to correct version | Marco S Hyman | |
2000-07-08 | #audio -> #audio* | Marco S Hyman | |
2000-07-07 | Use b_cylinder instead of a homebrew define. | Artur Grabowski | |
2000-07-06 | Add ucom to char. device list and change XX_UNITMASK's to match OpenBSD; | Federico G. Schwindt | |
from dugsong@ | |||
2000-07-06 | dummy me, forgot \n in panic->printf transition | Michael Shalayeff | |
2000-07-06 | don't panic for nothing | Michael Shalayeff | |
2000-07-06 | Add ICU 82801AA_LPC (as on the OR840 motherboard). | Hakan Olsson | |
2000-07-06 | Change splsoftclock() to raise the spl, instead of lowering it. | Hakan Olsson | |
Add spllowersoftclock() for the former behaviour. Update comment. (art@ ok) | |||
2000-07-06 | Don't include <vm/vm.h> twice. (art@ ok) | Hakan Olsson | |
2000-07-06 | Enable CardBus per Theo's request, so we can iron out the wrinkles faster. Also | Aaron Campbell | |
enable the PCIBIOS* options so they can be tested as well. Currently, support only for 3c575- and 3c656-based 3Com CardBus NICs, but we're working to add more drivers. | |||
2000-07-06 | printf %s | Todd T. Fries | |
2000-07-05 | Decouple memory access functions from db_interface.c so they can be | Hugh Graham | |
shared with upcoming KGDB. As per NetBSD. Ok'd by niklas. | |||
2000-07-05 | Add a breakpoint() inline for use with KGDB. | Hugh Graham | |
Ok'd by mickey. | |||
2000-07-05 | Sigh, scrr_len represents the length of the scrolling region, not the end of | Aaron Campbell | |
it. The last commit worked for cases where you had one large scrolling region on top (i.e., an irc client with only one channel window) but broke in cases where you had multiple windows. We must compare against scrr_end instead. Much thanks to fries@ for the heads up. pcvt is hard to debug... | |||
2000-07-04 | fix uvisor entry. | Federico G. Schwindt | |
2000-07-04 | add uvisor and clcs, both commented out. | Federico G. Schwindt | |
2000-07-02 | Remove NFSCLIENT for consistency with other RAMDISK kernels. | Todd C. Miller | |
2000-06-30 | My previous two attempts at fixing the "scrolling region" problem were wrong. | Aaron Campbell | |
Instead of using cur_offset to determine if we should scroll, calculate based on the current row. This is how Linux does it, and it seems to work. | |||
2000-06-28 | disable adw (Advansys Ultra Wide) driver that is now too big for RAMDISK but ↵ | Kenneth R Westerback | |
still fits on RAMDISKB | |||
2000-06-28 | enable adw (Advansys Ultra Wide) driver that is now too big for RAMDISK but ↵ | Kenneth R Westerback | |
still fits on RAMDISKB |