Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
1998-09-16 | Attempt to make clear the dependence of hme->phys and phys->hme | Jason Wright | |
1998-09-10 | Modified to use mii layer for hme | Jason Wright | |
1998-09-01 | o Removed dependence on stp2002 (not sharable with qec+be) | Jason Wright | |
o Added collision counters o Should work on sun4c | |||
1998-08-26 | First cut at qec+be support. Works in 10mbit/half duplex mode. | Jason Wright | |
Removed qec+be dependency on stp2002. | |||
1998-08-20 | If there are no SFILES, don't try to .depend them; run over by: ↵ | Jason Wright | |
emory@hellyeah.com | |||
1998-07-20 | no need for NMBCLUSTERS; noted by fries | Theo de Raadt | |
1998-07-17 | Moved most of the DMA functions to a chipset driver so that | Jason Wright | |
'hme' and 'be' can share the same logic. | |||
1998-07-11 | be* at qec? | Theo de Raadt | |
1998-07-10 | Add build support for hme | Jason Wright | |
1998-07-04 | add support for qec; same basic thing as lebuffer | Theo de Raadt | |
1998-05-22 | magma in both these | Theo de Raadt | |
1998-05-20 | magma serial driver; plunky@skate.demon.co.uk | Theo de Raadt | |
1998-04-30 | Updated sparc audio | Jason Wright | |
1998-03-25 | Driver for the 8 leds on the back of sun4 machines. | Jason Wright | |
1998-03-04 | Backout HZ comments I added, which are not appropriate for inclusion in | johns | |
kernel config files. |