Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-10-17 | update tx from freebsd sources based on patch from pr#1405 | Jason Wright | |
(dadams@sleethal.com), but local changes preserved and ifmedia ioctls fixed; deraadt/aaron ok | |||
2000-10-16 | quiet these puppies down- this OpenBSD, not some callow system like NetBSD | mjacob | |
2000-10-16 | Fix a bug introduced in 1.25->1.26 with regards to printing channel | Chris Cappuccio | |
information, tested by deraadt | |||
2000-10-16 | Use mii_attach() directly instead of mii_phy_probe(). | Aaron Campbell | |
2000-10-16 | Update 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-14 | Add $OpenBSD$ tags. | Aaron Campbell | |
2000-10-14 | Repair 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-13 | delays that permit more machines to work; itojun | Theo de Raadt | |
2000-10-13 | sync | Aaron Campbell | |
2000-10-13 | VIA Tech devices from millert's new board | Aaron Campbell | |
2000-10-12 | sync | Theo de Raadt | |
2000-10-12 | oops | Theo de Raadt | |
2000-10-12 | sync | Theo de Raadt | |
2000-10-12 | art's devices | Theo de Raadt | |
2000-10-11 | printf format string typo in HIFN_DEBUG section. | Jun-ichiro itojun Hagino | |
size_t on printf (cast to u_long and use %lu) | |||
2000-10-09 | Defer most of the attach process as recommended in the comments; mickey@ ok | Aaron Campbell | |
2000-10-08 | Add support for Symbios (NCR) 1510 and 1510D. Based on a patch from | Todd C. Miller | |
redjade@ada.snu.ac.kr. | |||
2000-10-08 | regen (add Symbios 1510 and 1510D) | Todd C. Miller | |
2000-10-08 | Add Symbios (NCR) 1510 and 1510D | Todd C. Miller | |
2000-10-06 | sync | Aaron Campbell | |
2000-10-06 | Add product ID for ESS Maestro-3. | Aaron Campbell | |
2000-09-29 | fix pasto in error printf | Michael 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-28 | sync | Aaron Campbell | |
2000-09-28 | There is a 3c555 MiniPCI adapter, too; from NetBSD. | Aaron Campbell | |
2000-09-28 | sync | Aaron Campbell | |
2000-09-28 | Add product ID for new CS4281 audio device found in IBM ThinkPad X20. | Aaron Campbell | |
2000-09-25 | Support the i82562; from FreeBSD. Apparently nothing more needed than to match | Aaron Campbell | |
its PCI device ID. | |||
2000-09-25 | sync | Aaron Campbell | |
2000-09-25 | Add Intel i82562 PCI device ID. This is the Ethernet controller found on the | Aaron Campbell | |
Intel 815E motherboard; from FreeBSD. | |||
2000-09-24 | For the Toshiba TOPIC95B CardBus controller, we must clear the socket and slot | Aaron Campbell | |
control registers at shutdown else we hang. Fixes it on my laptop, should help out espie@ on his Toshiba system too. | |||
2000-09-22 | sync | Aaron Campbell | |
2000-09-22 | Add Conexant modem | Aaron Campbell | |
2000-09-22 | sync | Aaron Campbell | |
2000-09-22 | shorten | Aaron Campbell | |
2000-09-22 | sync | Aaron Campbell | |
2000-09-22 | Sony Memory Stick Media Slot | Aaron Campbell | |
2000-09-21 | use volatile's on all structures shared between cpu and hifn | Jason Wright | |
kill hifn_command_buf_data_t (unnecessary for a long time now) | |||
2000-09-21 | style | Jason Wright | |
2000-09-21 | Patch 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-20 | support 64bit BARs from NetBSD | Niklas Hallqvist | |
2000-09-19 | trailing spaces | Niklas Hallqvist | |
2000-09-19 | trailing spaces | Niklas Hallqvist | |
2000-09-19 | sync | Niklas Hallqvist | |
2000-09-19 | redundancy in product names is bad | Niklas Hallqvist | |
2000-09-17 | Only check defined bits when waiting for valid AC97 input slot | Marco 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-16 | Add support for 3C556[B] MiniPCI Ethernet adapters, found on some laptops | Aaron 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-16 | sync | Aaron Campbell | |
2000-09-16 | Add product IDs for 3Com 3C556 and 3C556B MiniPCI Ethernet devices. | Aaron Campbell | |