summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
1999-03-25roll internal revision levels and enable 1080 supportmjacob
1999-03-17fix OpenBSD headersmjacob
1999-03-17complete update of ISP driver- includes 2100 FC supportmjacob
1999-03-12doc referencesJason Wright
1999-03-08reference docsJason Wright
1999-03-02Ignore TX interrupts when there are not packets buffered.Federico G. Schwindt
1999-02-28compensate for check on unicast packets rx'd in promisc mode being movedJason Wright
1999-02-28compensate for the test of packet ownership being moved to ether_input()Jason Wright
1999-02-26compatibility with uvm kmem allocatorsArtur Grabowski
1999-02-13Always check that "range->start" and "range->len" is within the bounds ofFederico G. Schwindt
1999-02-09Fix cua device to not block on open.Jim Rees
1999-02-06Always initialize sc->handle[i].flags.Federico G. Schwindt
1999-01-28Add support for:Federico G. Schwindt
1999-01-23replace #pragma pack -> attribute((packed))Marc Espie
1999-01-11panic prints a newline for you, don't do it in the panic stringTodd C. Miller
1999-01-11more printf/panic merging, since panic() is stdargAaron Campbell
1999-01-07Polled mode when no irq was configured was brokenNiklas Hallqvist
1999-01-03provide pcmcia IO bus mapper with list of blocks where it shouldTheo de Raadt
1999-01-02Midi & sequencer support from NetBSD, mostly by Lennart AugustssonNiklas Hallqvist
1998-12-30For now, just allocate gobs more CCBs in an attempt to avoid running out duringJason Downs
1998-12-26Kill pcmcia media setting that is always overridden these days. Fix typo.Niklas Hallqvist
1998-12-15Sync with NetBSD (no detach updates yet).Federico G. Schwindt
1998-11-28Remove unused headers.Federico G. Schwindt
1998-11-17Add adw device driver, from NetBSD.Jason Downs
1998-11-17Move offsetof define.Jason Downs
1998-11-17Sync with NetBSDJason Downs
1998-11-06Support for RealTek 8019 and 8029 NE2000-compatible network interfaces.Federico G. Schwindt
1998-11-06Support for RealTek 8019 and 8029 NE2000-compatible network interfaces.Federico G. Schwindt
1998-10-20when transmitting we cannot totally fill the circular buffer (i.e.Theo de Raadt
1998-10-14syncFederico G. Schwindt
1998-10-10Remove debugging printfs.Dale S. Rahn
1998-10-09Working with three different cards now. CL 5434, Diamond Stealth 64, andDale S. Rahn
1998-10-05We really should use our bus.h API, all big-endian users were brokenNiklas Hallqvist
1998-10-05Remove the bus_space_unmap from aic_find.Federico G. Schwindt
1998-10-05Remove unimportant printf.Federico G. Schwindt
1998-10-04the ed -> ec,we,ne conversion missed the fact that our backwardNiklas Hallqvist
1998-10-04Use swap16 not bswap16 in OpenBSDNiklas Hallqvist
1998-09-28Sync w/ NetBSD.Jason Downs
1998-09-28fix bug in vgafb_copycols() use bus_space_copy_4() instead ofDale S. Rahn
1998-09-28support powerpc port (needs ifdef to use powerpc_btop()), is thereDale S. Rahn
1998-09-27this driver does not handle 3c9xxTheo de Raadt
1998-09-27Remove some debugging printfs that were missed in the cleanup.Dale S. Rahn
1998-09-27add wscons support to powerpc port.Dale S. Rahn
1998-09-27AdvanSys SCSI driver from NetBSD, by dante@mclink.it. Based on the LinuxJason Downs
1998-09-22New DS8390/WD83C690 device driver used by ec, ne and we from NetBSD.Federico G. Schwindt
1998-09-22Add the NE[12]00 core driver from NetBSD.Federico G. Schwindt
1998-09-20Powerpc port uses com.c not just power4e.Dale S. Rahn
1998-09-19Added if_media support from NetBSD. -mojMats O Jansson
1998-09-16o if_media'fied am7990Jason Wright
1998-09-16fix ep probe message printoutsTheo de Raadt