summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Collapse)Author
2000-10-17update tx from freebsd sources based on patch from pr#1405Jason Wright
(dadams@sleethal.com), but local changes preserved and ifmedia ioctls fixed; deraadt/aaron ok
2000-10-16quiet these puppies down- this OpenBSD, not some callow system like NetBSDmjacob
2000-10-16Fix a bug introduced in 1.25->1.26 with regards to printing channelChris Cappuccio
information, tested by deraadt
2000-10-16Use mii_attach() directly instead of mii_phy_probe().Aaron Campbell
2000-10-16Update OpenBSD with respect to Solaris/FreeBSD/NetBSD/Linux versions.mjacob
Major rewrite of a lot of internals- far too many to list. Cleaner locking, more paramaterization, an isp_prt logging function that handles debugging as well as error printouts. We also should no longer hang if there is no Loop for Fibre Channel when booting. The file ispvar.h now contains a list of all platform required macros and explanation as to what they're for. This should make maintenance easier.
2000-10-14Add $OpenBSD$ tags.Aaron Campbell
2000-10-14Repair memory mapping; from jason@. Now the 3c556 MiniPCI adapter works.Aaron Campbell
Thanks to Richard_Koett@squamish.net for testing on his HP OmniBook 6000.
2000-10-13- A couple of the MiniPCI adapters need the special power inversion bits.Aaron Campbell
- Get rid of magic values and use meaningful names instead. - My tester claims the 3c556 does not quite work 100% yet.
2000-10-13delays that permit more machines to work; itojunTheo de Raadt
2000-10-13syncAaron Campbell
2000-10-13VIA Tech devices from millert's new boardAaron Campbell
2000-10-12syncTheo de Raadt
2000-10-12oopsTheo de Raadt
2000-10-12syncTheo de Raadt
2000-10-12art's devicesTheo de Raadt
2000-10-11printf format string typo in HIFN_DEBUG section.Jun-ichiro itojun Hagino
size_t on printf (cast to u_long and use %lu)
2000-10-09Defer most of the attach process as recommended in the comments; mickey@ okAaron Campbell
2000-10-08Add support for Symbios (NCR) 1510 and 1510D. Based on a patch fromTodd C. Miller
redjade@ada.snu.ac.kr.
2000-10-08regen (add Symbios 1510 and 1510D)Todd C. Miller
2000-10-08Add Symbios (NCR) 1510 and 1510DTodd C. Miller
2000-10-06syncAaron Campbell
2000-10-06Add product ID for ESS Maestro-3.Aaron Campbell
2000-09-29fix pasto in error printfMichael Shalayeff
2000-09-29- Add support for 3Com 3C555 MiniPCI.Aaron Campbell
- Clean up configuration flags mess. The MiniPCI adapters share some properties with the CardBus adapters.
2000-09-28syncAaron Campbell
2000-09-28There is a 3c555 MiniPCI adapter, too; from NetBSD.Aaron Campbell
2000-09-28syncAaron Campbell
2000-09-28Add product ID for new CS4281 audio device found in IBM ThinkPad X20.Aaron Campbell
2000-09-25Support the i82562; from FreeBSD. Apparently nothing more needed than to matchAaron Campbell
its PCI device ID.
2000-09-25syncAaron Campbell
2000-09-25Add Intel i82562 PCI device ID. This is the Ethernet controller found on theAaron Campbell
Intel 815E motherboard; from FreeBSD.
2000-09-24For the Toshiba TOPIC95B CardBus controller, we must clear the socket and slotAaron Campbell
control registers at shutdown else we hang. Fixes it on my laptop, should help out espie@ on his Toshiba system too.
2000-09-22syncAaron Campbell
2000-09-22Add Conexant modemAaron Campbell
2000-09-22syncAaron Campbell
2000-09-22shortenAaron Campbell
2000-09-22syncAaron Campbell
2000-09-22Sony Memory Stick Media SlotAaron Campbell
2000-09-21use volatile's on all structures shared between cpu and hifnJason Wright
kill hifn_command_buf_data_t (unnecessary for a long time now)
2000-09-21styleJason Wright
2000-09-21Patch from FreeBSD (wpaul):Jason Wright
Fix the tl driver so it doesn't run off the end of the RX descriptor list and panic in out of mbufs condition.
2000-09-20support 64bit BARs from NetBSDNiklas Hallqvist
2000-09-19trailing spacesNiklas Hallqvist
2000-09-19trailing spacesNiklas Hallqvist
2000-09-19syncNiklas Hallqvist
2000-09-19redundancy in product names is badNiklas Hallqvist
2000-09-17Only check defined bits when waiting for valid AC97 input slotMarco S Hyman
Don't clobber existing bits when turning on clock Save interrupt status and issue EOI before processing status bits checked by me and angelos@
2000-09-16Add support for 3C556[B] MiniPCI Ethernet adapters, found on some laptopsAaron Campbell
(i.e., HP OmniBooks). I have sent these changes to a tester but I haven't heard back yet. Assume for now the changes are OK since all of the other variants I have still work.
2000-09-16syncAaron Campbell
2000-09-16Add product IDs for 3Com 3C556 and 3C556B MiniPCI Ethernet devices.Aaron Campbell