Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-02-08 | kvtop() returns pa, not va | Michael Shalayeff | |
2001-02-06 | missed ) in if() | Michael Shalayeff | |
2001-02-06 | i can be stooooopid | Michael Shalayeff | |
2001-02-06 | only call apm_perror() if get_event() failed | Michael Shalayeff | |
2001-02-04 | #endif in the wrong place, causing certain kernel configs to not compile; | Aaron Campbell | |
brian@Awfulhak.org | |||
2001-02-04 | Fix an off-by-{1,2,4} error in i386_space_copy(). Console is now working much | Aaron Campbell | |
more nicely, but not perfect yet. | |||
2001-02-04 | Minor indent botch. | Aaron Campbell | |
2001-02-03 | make overlaping bus space copy operations work; solves vga's scrolling problems | Michael Shalayeff | |
2001-02-03 | make it compile | Michael Shalayeff | |
2001-02-02 | Remove non-existant machine config -- replace w/laptop config that works | Thorsten Lockert | |
both native and under VMware | |||
2001-01-31 | still need pcvt files to build X, for now | Theo de Raadt | |
2001-01-30 | Rearrange into a more logical order; marc@snafu.org | Aaron Campbell | |
2001-01-30 | Crank WSDISPLAY_DEFAULTSCREENS=6 to be more like pcvt (and so xdm starts). | Aaron Campbell | |
2001-01-30 | enable uhci & ohci by default | Theo de Raadt | |
2001-01-30 | do not install pcvt includes either; aaron@ ok | Michael Shalayeff | |
2001-01-30 | do not build pcvt tools | Theo de Raadt | |
2001-01-30 | change config files over to wscons | Theo de Raadt | |
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 | Add ises, commented out. | Hakan Olsson | |
2001-01-29 | shorten | Theo de Raadt | |
2001-01-29 | Add a transient driver for the Y@P phone that downloads firmware into | Aaron Campbell | |
the EZ-USB chip. After downloading the firmware the device detaches and then reattaches as a composite device (audio + HID). From NetBSD. /* XXX - untested */ Commented out in GENERIC for now, since this sounds like a kind of rare and weird device that no one would have. But it might be useful to have an example driver like this in the tree in case we see more (important) USB devices in the future using the EZ-USB. | |||
2001-01-28 | pretty | Theo de Raadt | |
2001-01-28 | add a comment on how to verbosify pcibios | Michael Shalayeff | |
2001-01-28 | PCIBIOSVERBOSE no more | Michael Shalayeff | |
2001-01-28 | better message | Michael Shalayeff | |
2001-01-28 | Add driver for Prolific PL2301/PL2302 host-to-host adapter. From NetBSD. | Aaron Campbell | |
/* XXX - untested */ Note: just reminding myself that I need to create a nice diff for Lennart to further portablize the USB code (I fell behind in doing this). In particular, for this driver, the IF_INPUT() macro just does ether_input() in OpenBSD, but we really want to call the local upl_input() routine. | |||
2001-01-28 | Add driver for HP5300 scanner which uses a homebrew SCSI-over-USB protocol. | Aaron Campbell | |
From NetBSD. /* XXX - untested */ | |||
2001-01-27 | remove pcmcia from the raid/fatscsi install floppy | Theo de Raadt | |
2001-01-27 | patchable no verbose default pcibios_flags | Michael Shalayeff | |
2001-01-27 | change interrupt routing strategy from simple | Michael Shalayeff | |
run through the devices and programming the icu and pci headers before real pci bus autoconf starts and include all devices present on all pci busses, to a per attached device routing in pci_intr_map(). this solves several cases of premature interrupts hanging system due to absent interrupt handlers during autoconf. 10x for testing: millert@ krw@ aaron@ chris@ tholo@ brad@ jason@ deraadt@ | |||
2001-01-27 | enable USBVERBOSE | Theo de Raadt | |
2001-01-26 | more special regs definitions; use names from pctr.h for those it uses | Michael Shalayeff | |
2001-01-26 | define large page frame mask; also remove trailing spaces | Michael Shalayeff | |
2001-01-25 | constify cpuid tables | Michael Shalayeff | |
2001-01-25 | print cpu speed in GHz rounded to 2 digits after point | Michael Shalayeff | |
2001-01-25 | detect Transmeta cpus | Theo de Raadt | |
2001-01-25 | make code for searching in pcibios's addr allocation | Michael Shalayeff | |
extents common for both io and mem and private to pcibios. | |||
2001-01-25 | put pci_intr_fixup.h into pcibiosvar.h; billions of tiny headers for nothing | Michael Shalayeff | |
2001-01-24 | put pci_addr_fixup.h into pcibiosvar.h as well, | Michael Shalayeff | |
all it had were a struct and a proto. | |||
2001-01-24 | elliminate pci_bus_fixup.h by moving | Michael Shalayeff | |
pci_bus_fixup() proto into pcibiosvar.h | |||
2001-01-24 | Sample options for KGDB. (commented out) | Hugh Graham | |
2001-01-24 | KGDB for i386 from NetBSD via niklas, with tweaks and accommodations. | Hugh Graham | |
Tested by various, vetted by mickey & theo. | |||
2001-01-23 | recognize P4; testing by techsupport@lokmail.net, the unfortunate owner of ↵ | Theo de Raadt | |
such a thing | |||
2001-01-23 | iha fits, cool | Theo de Raadt | |
2001-01-23 | Add Initio SCSI controller | Kenneth R Westerback | |
2001-01-22 | this should make i850 and i860 hubs do RNG | Theo de Raadt | |
2001-01-22 | keyboard led update lockup patch; pr 1432, smat@acm.org | Theo de Raadt | |
2001-01-22 | Define ARCH_ELFSIZE that is the default elf size on this arch. | Artur Grabowski | |
2001-01-21 | map the bios rom at both it's real address and | Michael Shalayeff | |
zero offset corresponding to the base of the rom. this solves a problem for roms referring to their internal tables by real addresses. brad@ testing, 10x | |||
2001-01-19 | validate gate targets; sommerfeld, mycroft | Theo de Raadt | |