Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2001-01-29 | implement a few macros in cpu.h; pointer out by miod@ | Michael Shalayeff | |
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 | Support ADB bus devices: aed (events), akbd (keyboard) and ams (mouse) | Dale Rahn | |
in generic kernel. | |||
2001-01-28 | Adding ADB keyboard/mouse/apple event drivers. From Nbsd with changes to build. | Dale Rahn | |
aed configures on newer systems. akbd and ams not tested on system which has a real ADB bus. | |||
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-28 | Print contents of the SID and extension as well as findcpu's guess. | Hugh Graham | |
Doesn't take up much space, and provides unequivocal information. | |||
2001-01-28 | BTYP_1303 is supported now. | Hugh Graham | |
2001-01-28 | Basic support for boardtype 1303 (Cheetah) machines. | Hugh Graham | |
Layout of the DZ's registers (among other things) determined by a massive amount of trial and error. Work by Brandon and me. | |||
2001-01-28 | CPU specific code for boardtype 1303 (Cheetah) machines. | Hugh Graham | |
Mostly borrowed from Cougar, initial work by Michael Kukat. | |||
2001-01-27 | g/c superfluous definitions. (millert ok) | Hugh Graham | |
2001-01-27 | these will be for additional floppies, and CD bsd.rd | Theo de Raadt | |
2001-01-27 | APERTURE?? on alpha? | Theo de Raadt | |