Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-02-06 | Bring up-to-date | Niklas Hallqvist | |
2001-02-06 | Pick up work by matt@netbsd.org to get scsi working on vaxstation 4000/90. | Hugh Graham | |
Is it working? I don't know.. Anyone have a machine to spare? | |||
2001-02-06 | only call apm_perror() if get_event() failed | Michael Shalayeff | |
2001-02-05 | BOOT_CONFIG fits | Theo de Raadt | |
2001-02-05 | No, Intel is not a PC_VENDOR. Intel is a PCI_VENDOR. | Artur Grabowski | |
2001-02-05 | Sigh. Another horrible abuse in this file.. | Artur Grabowski | |
When checking if this is a pci-eisa bridge check the VENDOR too, don't just assume that no other vendor will do a sia with product id PCI_PRODUCT_INTEL_PCEB. | |||
2001-02-05 | reverse the logic in pcebmatch to match other match functions. | Artur Grabowski | |
2001-02-05 | set the correct size in pceb_ca. | Artur Grabowski | |
2001-02-05 | We won't include mouse and lpt support on the floppy in the nearest future. | Artur Grabowski | |
2001-02-05 | sync | Theo de Raadt | |
2001-02-04 | #endif in the wrong place, causing certain kernel configs to not compile; | Aaron Campbell | |
brian@Awfulhak.org | |||
2001-02-04 | shrink USB section | Theo de Raadt | |
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 | New timeouts. | Artur Grabowski | |
2001-02-03 | dead file | Artur Grabowski | |
2001-02-03 | Remove dead files. | Artur Grabowski | |
2001-02-03 | New timeouts. | Artur Grabowski | |
2001-02-03 | Don't define ECOFF_COMPAT. We're ELF. | Artur Grabowski | |
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-02-01 | mmap return paddr_t not int. | Dale Rahn | |
2001-02-01 | Adapt to recent wscons changes. | Artur Grabowski | |
2001-02-01 | pckbc_isa seems to have moved to files.isa | Artur Grabowski | |
2001-02-01 | Major changes to get MVME188 working. More header and code cleanups. The | Steve Murphree | |
kernel is tested on MVME188A/2P256 and MVME188A/1P64. | |||
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 | mmap should return -1 on failure, not EOPNOTSUPP. | Artur Grabowski | |
As it was now, an mmap of /dev/mem always returned page 45. | |||
2001-01-31 | still need pcvt files to build X, for now | Theo de Raadt | |
2001-01-30 | local beef escaped | Michael Shalayeff | |
2001-01-30 | forgot to remove changebit; from miod@ | Michael Shalayeff | |
2001-01-30 | Rearrange into a more logical order; marc@snafu.org | Aaron Campbell | |
2001-01-30 | Improve printing of various NVAX models. Similar to work by Michael Kukat. | Hugh Graham | |
2001-01-30 | Update with SIE data provided by: | Hugh Graham | |
Michael Kukat, Martin Domany, and Mark Cooper | |||
2001-01-30 | Get DZ on the Cheetah working properly. (argh) | Hugh Graham | |
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 | - make hme_put() a little neater | Jason Wright | |
- mostly style | |||
2001-01-30 | - take advantage of the fact that qe's and be's require qec's and move | Jason Wright | |
some common functionality into qec's driver (rx and tx frame fetching) - avoid modulus operations - some style | |||
2001-01-30 | borrow an idea from if_rl... take advantage of HME_RX_OFFSET and use | Jason Wright | |
m_devget() to pull the packet out of hme's buffers | |||
2001-01-30 | new timeouts | Jason Wright | |
2001-01-30 | Missed this file in adding ADB keyboard and mouse files for powerpc. | Dale Rahn | |
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 | bring sparc into the 20th century, add support for 'boot -c' (BOOT_CONFIG) | Jason Wright | |
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. |