Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-10-11 | Use __packed instead of __attribute__((packed)). OK mglocker@ | Claudio Jeker | |
2006-10-11 | Use correct arguments in printfs. OK mglocker@ | Claudio Jeker | |
2006-10-11 | regen | Brad Smith | |
2006-10-11 | add the NetXen vendor id. | Brad Smith | |
2006-10-11 | call xge_stop() at the top of xge_init(). | Brad Smith | |
2006-10-10 | - Only use the MAC address workaround for the Xframe chipset. | Brad Smith | |
- For the Xfrme II chipset, bring EOI out of reset before XGXS. - Check for the adapter status bit RIC_RUNNING before trying to access any registers with the Xframe II chipset. - Add new DTX_Control values for the Xframe II chipset to initialize the XGXS transciever. - Make sure to clear IFF_RUNNING/IFF_OACTIVE in xge_stop(). From Veena Parat @ Neterion | |||
2006-10-10 | add a few more ACPI device ids, as found on a Acer Aspire 1360. | Brad Smith | |
From Maxim Bourmistrov <maxim at student dot chalmers dot se> via marco@, ok marco@ | |||
2006-10-10 | revert the firmware synchronization change in rev 1.178, this is the cause | Brad Smith | |
of the first port of a dual port MAC to not work. | |||
2006-10-10 | bescon -> beacon, found by Maxim Bourmistrov, thanks. Since I am correcting | Marc Balmer | |
typos today... | |||
2006-10-10 | fix a small typo (in a comment). ok kettenis. | Marc Balmer | |
2006-10-10 | regen | Brad Smith | |
2006-10-10 | add two Pericom PCI bridges. | Brad Smith | |
2006-10-10 | Add bus_space_barrier. | Brad Smith | |
Add DELAY in some busy loops to allow the DMA engine to actually do something (neccessary on fast processors). From ws@ & mycroft@ NetBSD Testing by deraadt@ nick@, ok deraadt@ | |||
2006-10-09 | Kill unused debug flag. | Marcus Glocker | |
2006-10-09 | Kill unused kthread struct. | Marcus Glocker | |
2006-10-09 | Change historical leftovers (tsleep "pftres" to "pgtres"). | Marcus Glocker | |
2006-10-09 | Add powerhooks. Tested with a Netgear WG511v1 on my X40. | Marcus Glocker | |
ok claudio@ | |||
2006-10-09 | The mickey (/brad) jumbo allocation avoidance patch triggers the same | Theo de Raadt | |
ami bug "on a particular machine" as the uvm anon change that needed to be backed out on jul 13. at least now you are getting close to knowing whether this is a uvm bug or an ami bug or somewhere else; something starves or cuts memory up badly enough to cause a big problem. | |||
2006-10-09 | Fix jump scroll glitch, reported by dim@ and Paul Stoeber. | Miod Vallat | |
2006-10-09 | revert the last two changes. the changes were causing brgphy@gem to panic. | Brad Smith | |
2006-10-08 | Implement bus searching. | Alexander Yurchenko | |
2006-10-08 | Rework bus scanning code so that most of work could be offloaded | Alexander Yurchenko | |
the hardware. And fix another bug in the search algorithm. | |||
2006-10-08 | Add status register bits string for pretty %b printf. | Alexander Yurchenko | |
2006-10-08 | Also attach to boards with the PCI Express Fibre Channel FC949E chipset. | Brad Smith | |
"go go go" dlg@ | |||
2006-10-08 | set Jumbo frame settings for Jumbo capable bge(4) adapters. | Brad Smith | |
2006-10-08 | refactor the code a bit, use the bge(4) PHY flags and add another | Brad Smith | |
PHY workaround from the Linux tg3 driver. | |||
2006-10-08 | - g/c unused code. | Brad Smith | |
- only call PHY_RESET if trying to set a valid media type. | |||
2006-10-07 | g/c unused code. | Brad Smith | |
2006-10-07 | add a no Ethernet@Wirespeed flag. | Brad Smith | |
2006-10-07 | MGET/MGETHDR will return NULL upon failure, not 0. | Brad Smith | |
2006-10-07 | add and set PHY workaround flags depending on the ASIC revision | Brad Smith | |
or chip id. | |||
2006-10-06 | Fix cardbus support for pgt(4). Tested with a Netgear WG511. | Marcus Glocker | |
ok claudio@ | |||
2006-10-06 | fix an exploitable integer overflow found by Chris Evans of Google | Damien Miller | |
Security; ok deraadt | |||
2006-10-06 | regen | Brad Smith | |
2006-10-06 | move Hitachi to the right position (numerical order). | Brad Smith | |
2006-10-06 | regen | Michael Shalayeff | |
2006-10-06 | a few hitachi products | Michael Shalayeff | |
2006-10-05 | Always allow read-only opens on (s)vnd devices, despite the | Thordur I. Bjornsson | |
type of the first open (svnd vs vnd). ok pedro@ | |||
2006-10-05 | Zap more dead dot1x code. | Marcus Glocker | |
ok claudio@ | |||
2006-10-05 | Zap dead dot1x routine pgt_update_hw_from_nodes(). There is some more | Marcus Glocker | |
dot1x stuff spreaded around which needs to be removed. ok claudio@ | |||
2006-10-05 | Remove obsolete ioctl command. | Marcus Glocker | |
ok claudio@ | |||
2006-10-05 | Zap dead routine pgt_80211_set(). | Marcus Glocker | |
ok claudio@ | |||
2006-10-04 | Do not assume that the pci(4) unit number matches the actual PCI bus number. | Mark Kettenis | |
Fixes cases where X would get really confused when they didn't match. ok drahn@ | |||
2006-10-04 | Merge pgt_start_body() into pgt_start(). | Marcus Glocker | |
ok claudio@ | |||
2006-10-04 | Mini cleanup. | Marcus Glocker | |
ok claudio@ | |||
2006-10-04 | Zap bad144 bad sector info in disklabels. Sparsely used if at all for | Kenneth R Westerback | |
a few obsolete and easily replaced disk models. And didn't work anyway according to Bob, who has tried. ok beck@ | |||
2006-10-04 | Use loadfirmware(9) to get /etc/firmware/bnx instead of hard-coding a | Theo de Raadt | |
gigantic firmware into the kernel; checked by brad | |||
2006-10-03 | add in a missing piece of the ASIX AX88190 chipset workaround to dp8390_init(). | Brad Smith | |
2006-10-03 | Simplify the code dealing with the mbuf chain in dp8390_get(). | Brad Smith | |
From bad@ & mycroft@ NetBSD Tested by nick@ | |||
2006-10-03 | Introduce daddr64_t and use it for physical block numbers | Pedro Martelletto | |
Okay weingart@, "I'm game with putting my name on it" dlg@ |