summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2000-10-13Do reset properly on MiniPCI adapters.Aaron Campbell
2000-10-11For some reason, with the eeprom width detection code mickey added awhile ago,Aaron Campbell
2000-10-09make midway.c (en* driver) work on non-32bit. from kjc@csl.sony.co.jpJun-ichiro itojun Hagino
2000-10-07Correct interrupt ack'ing for CardBus and MiniPCI. I hope this fixes 3c556.Aaron Campbell
2000-09-30Whoops, forgot to list the 3c555 device ID under media selection parts.Aaron Campbell
2000-09-29- Add support for 3Com 3C555 MiniPCI.Aaron Campbell
2000-09-28If this is a Davicom DM9102A and we're enabling the homePNA link, forceAaron Campbell
2000-09-25do not do queue locking in get/put_ccb, since calling blocksMichael Shalayeff
2000-09-17implement SIOCSIFMTU, okay deraadt@Niels Provos
2000-09-17Support detach of fxp devices to allow ejection of Intel CardBus adapters.Aaron Campbell
2000-09-17Twiddle another bit to illuminate the link LED on the 3C589E 10BaseT connector.Aaron Campbell
2000-09-16- No need to do bpfdetach(), that's done in if_detach().Aaron Campbell
2000-09-16Note support for the new 3Com 3C3FE575CT LAN CardBus Type III PC Card. NoAaron Campbell
2000-09-16Add support for 3C556[B] MiniPCI Ethernet adapters, found on some laptopsAaron Campbell
2000-09-15Support the ejection of mii ep(4) devices, i.e., the 3c574.Aaron Campbell
2000-09-15hmm, it seems that alignment is actually 512 everywhere, -- fix the comment; ...Michael Shalayeff
2000-09-15forgot to turn off debuggingMichael Shalayeff
2000-09-153ware escalade ide raid controllersMichael Shalayeff
2000-09-13Sync with FreeBSD. Finally make the OpenBSD-specific changes necessary to makeAaron Campbell
2000-09-07Indentation fix.Aaron Campbell
2000-09-06vgafb is removed, was only used on powerpc, and is not in a state toDale S. Rahn
2000-09-06Remove #ifdef/#endif around various bits of INQUIRY responseKenneth R Westerback
2000-09-05Support detach of xl(4) devices, mainly to allow the ejection and insertion ofAaron Campbell
2000-09-05Use 32 pages instead of 4 in mem_alloc. This is needed by cnw, and usefulFederico G. Schwindt
2000-09-03fix revision parsing, print local revisionMichael Shalayeff
2000-08-26Revert a minor FreeBSD tweak that tends to freeze my machine solid afterAaron Campbell
2000-08-19MALLOC/FREE -> malloc/free ok art@Nathan Binkert
2000-08-17replace if_awi w/ semi-current netbsd driver; still has problemsMichael Shalayeff
2000-08-08Make fix for preserving LED settings conditional on presence of an IntelAaron Campbell
2000-08-05Use better (working) locking macros around critical regions. ImplementNiklas Hallqvist
2000-08-04rest of the work needed for tga2; from NetBSDEric Jackson
2000-08-02Sync with FreeBSD. Summary of changes:Aaron Campbell
2000-08-02No need to include pci header files here.Aaron Campbell
2000-08-02Don't print out the eeprom width.Aaron Campbell
2000-08-02Add support for accepting packets up to 4 octets larger than thePeter Galbavy
2000-08-01forgot these in alpha/wscons upgrade; pointed out by Erik Verbruggen <ejv@cs....Michael Shalayeff
2000-07-27if avoiding ac97_read because of AC97_HOST_DONT_READ, still permit access to ...Theo de Raadt
2000-07-22sync to NetBSD:Kenneth R Westerback
2000-07-21convert to new timeoutsMichael Shalayeff
2000-07-21convert to new timeouts; art@ okMichael Shalayeff
2000-07-21Use new timeouts.Artur Grabowski
2000-07-20more guesses at tritech codecsTheo de Raadt
2000-07-20chp->wdc can be NULL on probe.Constantine Sapuntzakis
2000-07-20Convert to new timeouts. (art@ ok)Hakan Olsson
2000-07-20Fix to ATA detect. Some devices seem to be comatose after resetConstantine Sapuntzakis
2000-07-19Added shadow registers. This adds two capabilities:Constantine Sapuntzakis
2000-07-07Pick up change that went into NetBSD side- I pooched the timeoutmjacob
2000-07-06Resync with FreeBSD/NetBSD. Salient features are that the mailbox commandmjacob
2000-07-06printf %sTodd T. Fries
2000-07-03Add support for big endian hardware. Clean up memory vs. io mapping code.Steve Murphree