Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-07-21 | no rd required in regular kernels | Theo de Raadt | |
2001-07-15 | add install target | assar | |
2001-06-27 | UVM is no longer an option. | Artur Grabowski | |
2001-06-23 | no more kernfs | Theo de Raadt | |
2001-05-17 | It's Daylight Saving Time, not Savings. Fix comments. | Peter Valchev | |
Discussed with pjanzen@ | |||
2001-05-16 | use SMALL_KERNEL option | Theo de Raadt | |
2001-05-16 | kill COMPAT_{09,10,11} kernel options. We still need kern_info_09.c and ↵ | Todd C. Miller | |
kern_ipc_10.c for other compat modules. | |||
2001-05-11 | unify rd(4) even more | Theo de Raadt | |
2001-05-11 | unify | Theo de Raadt | |
2001-05-10 | Hasn't been used for ages. ZAP! | Artur Grabowski | |
2001-05-10 | UVM is no longer optional on sparc. | Artur Grabowski | |
2001-04-17 | sync maxusers with GENERIC. | Brad Smith | |
2001-04-17 | crank maxusers by a teeeeeny little bit | Theo de Raadt | |
2001-03-08 | move gif* and faith* into sys/conf/GENERIC. deraadt and angelos ok | Jun-ichiro itojun Hagino | |
2001-02-19 | Merge from GENERIC: add pseudo-devices for IPv6. | Christian Weisgerber | |
2000-11-16 | - Fix the NMI problem: it seems the qec channel reset also resets the MACE, and | Jason Wright | |
a race condition existed where after a qec channel reset, accesses to the MACE would cause an NMI: so wait for the MACE to come out of reset before accessing. - add ifmedia support (mainly so I can get at the link status from other code) - move some of the spl handling around (more correct) - rewrite qe_mcreset() again so that all it does is set the multicast filter - use bzero to initialize the buffers and descriptors - rearrange the MACE setup to conform to the suggestions in the datasheet | |||
2000-06-28 | make the kbd have a kbd.h file (needs-flag) | mjacob | |
2000-06-12 | move cfdriver to ncr53c9x.c and device declaration to conf/files. | Federico G. Schwindt | |
2000-02-25 | cypress is not pure SUN4M | Theo de Raadt | |
2000-01-22 | changes to GENERIC must be matched in GENERIC_SCSI3 | Theo de Raadt | |
2000-01-09 | add INET6 into conf/GENERIC. | Jun-ichiro itojun Hagino | |
add pseudo-devices for IPv6 into arch/*/conf/GENERIC. nuke arch/*/conf/GENERIC.v6. | |||
1999-12-30 | Add tctrl0 for tadpole so things like powerdown work. | Todd C. Miller | |
1999-12-08 | add GENERIC.v6 (IPv6 test configuration). to be integrated into GENREIC. | Jun-ichiro itojun Hagino | |
1999-11-08 | move MI definition of rd into it's MI place also fixing | Michael Shalayeff | |
attributes, allowing kernels to exist w/ rd as the only disk device. tested on a few archs; niels@ & millert@ ok | |||
1999-10-29 | Use UVM by default on sparc. | Artur Grabowski | |
1999-09-07 | add tadpole microcontroller device driver; from NetBSD | Jason Wright | |
power the tft down on screenblank | |||
1999-09-06 | p9100 console driver for tadpole 3g[sx] (based on cgthree.c and netbsd's | Jason Wright | |
driver). Needs clean-up. | |||
1999-08-17 | factor out ie device definition; niklas@ ok | Michael Shalayeff | |
1999-07-23 | add fga, daadio, fvme, scf, flash for FORCE boards (commented out) | Jason Wright | |
1999-07-23 | Drivers for the FORCE CPU-5V: | Jason Wright | |
o fga5000 vme-sbus bridge o system config registers o flash memory and daadio VME board driver | |||
1999-06-23 | no reason for audio on the RAMDISK | Theo de Raadt | |
1999-06-06 | First cut at SUNW,CS4231 audio driver (ss4/ss5). This driver is output-only | Jason Wright | |
at the moment. | |||
1999-05-30 | Sigh, -Dsparc | Theo de Raadt | |
1999-04-18 | xbox fits in the RAMDISK | Theo de Raadt | |
1999-04-18 | Support for the Sun SBus Expansion Subsystem (SUNW,xbox) | Jason Wright | |
1999-03-17 | isp | Theo de Raadt | |
1999-03-17 | complete update of ISP driver- Finally enabled for sparc | mjacob | |
1999-03-05 | room for few more devices | Theo de Raadt | |
1999-03-05 | no isp yet | Theo de Raadt | |
1999-03-01 | led driver support for 4/[1236]00 machines | Jason Wright | |
1999-02-16 | Start using new pipe code | Artur Grabowski | |
1999-02-01 | missed in spif driver addition; spotted by fries | Jason Wright | |
1999-02-01 | add support for spif & magma | Jason Wright | |
1999-02-01 | driver for the 8 serial 1 parallel SUNW,spif board: | Jason Wright | |
o heavily based on magma driver o no support for the parallel port yet | |||
1999-01-06 | support lebuffer devices on sparc ramdisk | Theo de Raadt | |
1998-12-29 | first cut at a bpp driver; mailed to me by downsj eons ago | Theo de Raadt | |
1998-10-19 | qec+qe support & OpenBSD tags for everyone | Jason Wright | |
1998-09-28 | introduce attribute 'ifmedia' which means 'this particulariface | Michael Shalayeff | |
supports if_edia stuff so include correspondent MI support'. reviewed/additions by jason@, he said "there might be more of 'em", but i'd say, there can be only one! | |||
1998-09-21 | no slip, add bpf | Theo de Raadt | |
1998-09-17 | Use -mcpu=supersparc instead of deprecated -mv8; Hans-Guenter Weigand ↵ | Jason Wright | |
<hgweigand@wiesbaden.netsurf.de>. note: -mno-fpu is still in there as it isn't hurting anything and is safer |