Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-10-20 | when transmitting we cannot totally fill the circular buffer (i.e. | Theo de Raadt | |
we can't use up all of the remaining sc->txslot[chan].bfree free bytes) because that would cause the circular buffer read pointer to become equal to the write pointer, thus signaling 'empty buffer' to the hardware and stopping the transmitter. spotted and fixed by Kenjiro Cho <kjc@csl.sony.co.jp> | |||
1998-10-14 | sync | Federico G. Schwindt | |
1998-10-10 | Remove debugging printfs. | Dale S. Rahn | |
1998-10-09 | Working with three different cards now. CL 5434, Diamond Stealth 64, and | Dale S. Rahn | |
Matrox Storm. _should_ be set up to support X, however no server available yet. | |||
1998-10-05 | We really should use our bus.h API, all big-endian users were broken | Niklas Hallqvist | |
1998-10-05 | Remove the bus_space_unmap from aic_find. | Federico G. Schwindt | |
Call isa_intr_establish before aicattach. | |||
1998-10-05 | Remove unimportant printf. | Federico G. Schwindt | |
1998-10-04 | the ed -> ec,we,ne conversion missed the fact that our backward | Niklas Hallqvist | |
compatibility needs to look a bit different. | |||
1998-10-04 | Use swap16 not bswap16 in OpenBSD | Niklas Hallqvist | |
1998-09-28 | Sync w/ NetBSD. | Jason Downs | |
1998-09-28 | fix bug in vgafb_copycols() use bus_space_copy_4() instead of | Dale S. Rahn | |
bus_space_copy_1() for efficiency reasons. | |||
1998-09-28 | support powerpc port (needs ifdef to use powerpc_btop()), is there | Dale S. Rahn | |
a machine independant function that calls this md function?? | |||
1998-09-27 | this driver does not handle 3c9xx | Theo de Raadt | |
1998-09-27 | Remove some debugging printfs that were missed in the cleanup. | Dale S. Rahn | |
1998-09-27 | add wscons support to powerpc port. | Dale S. Rahn | |
This contains several pieces of the port MI: vgafb, on powerpc under openfirmware the vga card comes up in gfx mode. instead of resetting it to text mode, vgafb treats this as a raster display. The mechanism used may not have been the best, it's interface to wscons is as a text display, and it does the character plotting itself. font_8x16.c was stolen from the atari port for use. MD: ppcppi support stolen from alpha pms.c, pckbd.c and the rest of the support files were used nearly directly. powerpc conf.c to support wscon, vga/kbd machdep.c hack to get around a bus_space_set_region,bus_space_copy error. ofw_machdep.c some hack code on the road to supporting wscons as console. | |||
1998-09-27 | AdvanSys SCSI driver from NetBSD, by dante@mclink.it. Based on the Linux | Jason Downs | |
driver. | |||
1998-09-22 | New DS8390/WD83C690 device driver used by ec, ne and we from NetBSD. | Federico G. Schwindt | |
1998-09-22 | Add the NE[12]00 core driver from NetBSD. | Federico G. Schwindt | |
1998-09-20 | Powerpc port uses com.c not just power4e. | Dale S. Rahn | |
1998-09-19 | Added if_media support from NetBSD. -moj | Mats O Jansson | |
1998-09-16 | o if_media'fied am7990 | Jason Wright | |
o if_media'fied sun4m le. | |||
1998-09-16 | fix ep probe message printouts | Theo de Raadt | |
1998-09-12 | if_media support. | Federico G. Schwindt | |
1998-09-11 | Add a third parameter to epconfig to get the MAC address if it's a pcmcia | Federico G. Schwindt | |
card and support it. Use NULL otherwise. Update the ep based drivers. | |||
1998-09-11 | Added support for Intel 82365SL PCIC controllers and clones from NetBSD. | Federico G. Schwindt | |
1998-09-11 | Split the aic6360 driver to add support for SCSI pcmcia cards. | Federico G. Schwindt | |
1998-09-11 | Support for the SMC 91Cxx family of ethernet chips from NetBSD. | Federico G. Schwindt | |
1998-09-02 | typo | Theo de Raadt | |
1998-08-28 | Changes to make if_de driver work on big endian machines with a 21040 based | Dale S. Rahn | |
card. Tested on i386 and alpha. Could use some cleanup to swab constants instead of variables, so that the compiler can do the work, not the processor. | |||
1998-08-18 | Remove clearing of interrupt after character output in cnputci(). Clearing | Per Fogelstrom | |
the int will make the tty stop if output is currently active. | |||
1998-08-07 | com.c needs to know about mem mapped ports in ppc systems. | Per Fogelstrom | |
ncr.c and if_de.c needs some hooks for systems with ncr and dec ether chips on the motherboard that runs on odd clocks and doesn't support a srom. srom is emulated in machine dependent code. big endian support for ncr and dec ether finished. the 21040 have some more coding requirements if it is to run BE since it does not have the descriptor endian swap configuration bit. | |||
1998-07-30 | Correct comment about descriptor swap bit. | Per Fogelstrom | |
1998-07-07 | S3 SonicVibes driver | Constantine Sapuntzakis | |
1998-06-24 | initialization error; joel@wmi.com | Theo de Raadt | |
1998-06-08 | am7990 is a chip | Theo de Raadt | |
1998-05-28 | Sync with NetBSD: | Jason Wright | |
Allocate SCSI message buffers in ncr53c9x_attach(), with a provision for front-ends to override the allocation to avoid alignment handling in their DMA engines. Note that that ncr53c9x_msgout() can request a 1 byte DMA transfer that would be difficult to break up. Eliminate the degenerate loop in `ncr53c9x_intr()'. Retain the delay heuristic it implemented under the label `shortcut:' and only use it in these cases: (1) after successful re-relection, (2) after receiving command-complete status, and (3) during message-in handshake. If we have an NCR53CF9x (indicated by the front-end by setting a flag in the softc's new "features" word), set FSCSI bit in CFG3 if the sync period is <= 200ns, or clear it otherwise. | |||
1998-05-20 | magma serial driver; plunky@skate.demon.co.uk | Theo de Raadt | |
1998-05-14 | * Better support for XR16C850. | Jason Downs | |
* Copyright. | |||
1998-05-14 | * Better XR16C850 support. | Jason Downs | |
1998-05-08 | Cleaned up AD1848 driver and added driver for Yamaha OPL3-SA3 to tree. | Constantine Sapuntzakis | |
1998-04-30 | Fix a few missing changes from the last NetBSD merge. | Jason Wright | |
1998-04-28 | do not zap media flag on SIOCSIFFLAGS; ibo@ragnarok.val-axs.net & ms@xy.org | Theo de Raadt | |
1998-04-26 | update audio from NetBSD, mostly by Lennart Augustsson <augustss@cs.chalmers.se> | Niels Provos | |
1998-04-04 | ignore EEPROM_TST_MODE mode on pci cards too | Theo de Raadt | |
1998-03-25 | ppc needs a pci chip bug workaround | Per Fogelstrom | |
1998-03-24 | nicer output | Theo de Raadt | |
1998-03-24 | add isp driver from netbsd, more munging needed | Theo de Raadt | |
1998-03-09 | handle 128KB if_le chunks | Theo de Raadt | |
1998-03-01 | An actual bug the "stupid" missing braces around else clause | Niklas Hallqvist | |
warning in GCC 2.8, found. | |||
1998-02-25 | pretty print for pci cards too | Theo de Raadt | |