summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2001-04-10Split RealTek 8129/8139 driver into bus-dependent and bus-independent parts;Aaron Campbell
2001-04-08Don't print anything for transmission error 90, since the driver alwaysAaron Campbell
2001-04-07Silly TRUE & FALSE constants definitions for the sake of old VM compilationsNiklas Hallqvist
2001-04-06documentation should follow codeTheo de Raadt
2001-04-06- For CardBus 21143 cards, parse the SROM. Makes my SMC EZ CardBus 10/100 work.Aaron Campbell
2001-04-06Move offsetof define into sys/param.hConstantine Sapuntzakis
2001-04-04Roll Core minor. Ansify source. Handles are now 16 bits. Addmjacob
2001-04-04Add some additional mailbox definitions. Rename ICBOPT_PORTNAME tomjacob
2001-04-04Keep up with the Joneses- sync up with core code for (eventual) usage here.mjacob
2001-04-04Roll platform major/minor. Ansify. Add the appropriate bits formjacob
2001-04-04Ansify source. Set poenings to maxcmds again. Turn on interruptmjacob
2001-04-04Ansify source. Handles are now 16 bits.mjacob
2001-04-04Ansify source. Say which channel the initiator ID is for. Renamemjacob
2001-04-04Lay the groundwork for disabling ATAPI DMA on controllersConstantine Sapuntzakis
2001-04-02pool_get with PR_NOWAIT can fail. Handle that.Artur Grabowski
2001-04-01if we have a secondary fontset loaded and itMichael Shalayeff
2001-03-30init started aen; from nbsdMichael Shalayeff
2001-03-29Add diagnostic message.Nathan Binkert
2001-03-29Add MII support to NE2000 PCMCIA driver. Both the Netgear FA410TXC andAaron Campbell
2001-03-29Support for the MII on the D-Link DL10019/DL10022 NE2000-compatible EthernetAaron Campbell
2001-03-28Allow tdbi's to appear in mbufs throughout the stack; this allowsAngelos D. Keromytis
2001-03-28ioctl_meteor.h and ioctl_bt848.h merge; from NetBSD.Federico G. Schwindt
2001-03-27a few typos in comments, and uhm, size mismatchesMichael Shalayeff
2001-03-26fix scsi_done calling, locking, quartz_doneMichael Shalayeff
2001-03-25Minor mods to DMA interface - get rid of unnecessary args. Allow DMA function...Constantine Sapuntzakis
2001-03-25Repair timeouts. kern/1743, but with simpler fixArtur Grabowski
2001-03-25Missing splx(). Thanks to Dawson and team for finding thisConstantine Sapuntzakis
2001-03-25Missing splxConstantine Sapuntzakis
2001-03-25don't count the input packets twice.Federico G. Schwindt
2001-03-25Missing splx(). Thanks to Dawson and team for finding this oneConstantine Sapuntzakis
2001-03-23atactl SMART support; wouter@yourcreativesolutions.nlTheo de Raadt
2001-03-23cache alignment gamesMichael Shalayeff
2001-03-22remember vga type as passed from lower level attachMichael Shalayeff
2001-03-22Reformat comment.Angelos D. Keromytis
2001-03-20better default screen initMichael Shalayeff
2001-03-16zero vga_config after allocMichael Shalayeff
2001-03-15Fix races between timeouts and interrupts.Constantine Sapuntzakis
2001-03-15Put back new timeouts. This time with correct timeout for compoll.Artur Grabowski
2001-03-15bzzztTheo de Raadt
2001-03-15Add in missing prototype for comspeedcomspeed.mjacob
2001-03-15typoTheo de Raadt
2001-03-15back out new timeouts until I find out why they break alpha.Artur Grabowski
2001-03-15support puc devices with higher speeds (not tested yet)Theo de Raadt
2001-03-15ensure that SYNCHRONIZE_CACHE works; mickey okTheo de Raadt
2001-03-14AMI and 3WARE have less of a relationship than this driver seems to indicateTheo de Raadt
2001-03-14allow listing and soon deleting fonts; aaron@ okMichael Shalayeff
2001-03-14it seems sometimes it takes up to 35 seconds to init; from Chris Kuethe ckuet...Michael Shalayeff
2001-03-13The prescence of a DL10019 does not appear to imply a 24k buffer size. AlwaysAaron Campbell
2001-03-13new timeoutsMichael Shalayeff
2001-03-12Adjust the way that media is initialized on DP8390-compatibles; from NetBSD.Aaron Campbell