Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-03-08 | reference docs | Jason Wright | |
1999-03-02 | Ignore TX interrupts when there are not packets buffered. | Federico G. Schwindt | |
This fix a problem seen with realtek 80[12]9 based cards; noted by scomeau@obscurity.org. | |||
1999-02-28 | compensate for check on unicast packets rx'd in promisc mode being moved | Jason Wright | |
to ether_input(). | |||
1999-02-28 | compensate for the test of packet ownership being moved to ether_input() | Jason Wright | |
1999-02-26 | compatibility with uvm kmem allocators | Artur Grabowski | |
1999-02-13 | Always check that "range->start" and "range->len" is within the bounds of | Federico G. Schwindt | |
"h->sc->iobase" and "h->sc->iosize" before call bus_space_alloc. | |||
1999-02-09 | Fix cua device to not block on open. | Jim Rees | |
Turn off chip (and dtr) on interrupted open. | |||
1999-02-06 | Always initialize sc->handle[i].flags. | Federico G. Schwindt | |
Check if the socket is present before disabling the CSC_INTR. | |||
1999-01-28 | Add support for: | Federico G. Schwindt | |
- 3COM 3CXEM556 (Ethernet/Modem) - SVEC Combo and Lancard - Corega PCC-T Add pcmcia_check_cis_quirks to fix some cards whose CIS flat-out lies. Add more products to pcmciadevs. Correctly read 1 controller if CL-PD6729. Remove some unused vars. | |||
1999-01-23 | replace #pragma pack -> attribute((packed)) | Marc Espie | |
1999-01-11 | panic prints a newline for you, don't do it in the panic string | Todd C. Miller | |
1999-01-11 | more printf/panic merging, since panic() is stdarg | Aaron Campbell | |
1999-01-07 | Polled mode when no irq was configured was broken | Niklas Hallqvist | |
1999-01-03 | provide pcmcia IO bus mapper with list of blocks where it should | Theo de Raadt | |
preferentially map; idea by me, code by niklas | |||
1999-01-02 | Midi & sequencer support from NetBSD, mostly by Lennart Augustsson | Niklas Hallqvist | |
1998-12-30 | For now, just allocate gobs more CCBs in an attempt to avoid running out during | Jason Downs | |
autoconf. This needs to be fixed correctly... | |||
1998-12-26 | Kill pcmcia media setting that is always overridden these days. Fix typo. | Niklas Hallqvist | |
1998-12-15 | Sync with NetBSD (no detach updates yet). | Federico G. Schwindt | |
This should fix pcic_chip_socket_enable() to work on more machines. | |||
1998-11-28 | Remove unused headers. | Federico G. Schwindt | |
1998-11-17 | Add adw device driver, from NetBSD. | Jason Downs | |
1998-11-17 | Move offsetof define. | Jason Downs | |
1998-11-17 | Sync with NetBSD | Jason Downs | |
1998-11-06 | Support for RealTek 8019 and 8029 NE2000-compatible network interfaces. | Federico G. Schwindt | |
1998-11-06 | Support for RealTek 8019 and 8029 NE2000-compatible network interfaces. | Federico G. Schwindt | |
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 | |