summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Collapse)Author
2006-10-11Use __packed instead of __attribute__((packed)). OK mglocker@Claudio Jeker
2006-10-11Use correct arguments in printfs. OK mglocker@Claudio Jeker
2006-10-11regenBrad Smith
2006-10-11add the NetXen vendor id.Brad Smith
2006-10-11call 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-10add 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-10revert the firmware synchronization change in rev 1.178, this is the causeBrad Smith
of the first port of a dual port MAC to not work.
2006-10-10bescon -> beacon, found by Maxim Bourmistrov, thanks. Since I am correctingMarc Balmer
typos today...
2006-10-10fix a small typo (in a comment). ok kettenis.Marc Balmer
2006-10-10regenBrad Smith
2006-10-10add two Pericom PCI bridges.Brad Smith
2006-10-10Add 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-09Kill unused debug flag.Marcus Glocker
2006-10-09Kill unused kthread struct.Marcus Glocker
2006-10-09Change historical leftovers (tsleep "pftres" to "pgtres").Marcus Glocker
2006-10-09Add powerhooks. Tested with a Netgear WG511v1 on my X40.Marcus Glocker
ok claudio@
2006-10-09The mickey (/brad) jumbo allocation avoidance patch triggers the sameTheo 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-09Fix jump scroll glitch, reported by dim@ and Paul Stoeber.Miod Vallat
2006-10-09revert the last two changes. the changes were causing brgphy@gem to panic.Brad Smith
2006-10-08Implement bus searching.Alexander Yurchenko
2006-10-08Rework bus scanning code so that most of work could be offloadedAlexander Yurchenko
the hardware. And fix another bug in the search algorithm.
2006-10-08Add status register bits string for pretty %b printf.Alexander Yurchenko
2006-10-08Also attach to boards with the PCI Express Fibre Channel FC949E chipset.Brad Smith
"go go go" dlg@
2006-10-08set Jumbo frame settings for Jumbo capable bge(4) adapters.Brad Smith
2006-10-08refactor the code a bit, use the bge(4) PHY flags and add anotherBrad 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-07g/c unused code.Brad Smith
2006-10-07add a no Ethernet@Wirespeed flag.Brad Smith
2006-10-07MGET/MGETHDR will return NULL upon failure, not 0.Brad Smith
2006-10-07add and set PHY workaround flags depending on the ASIC revisionBrad Smith
or chip id.
2006-10-06Fix cardbus support for pgt(4). Tested with a Netgear WG511.Marcus Glocker
ok claudio@
2006-10-06fix an exploitable integer overflow found by Chris Evans of GoogleDamien Miller
Security; ok deraadt
2006-10-06regenBrad Smith
2006-10-06move Hitachi to the right position (numerical order).Brad Smith
2006-10-06regenMichael Shalayeff
2006-10-06a few hitachi productsMichael Shalayeff
2006-10-05Always allow read-only opens on (s)vnd devices, despite theThordur I. Bjornsson
type of the first open (svnd vs vnd). ok pedro@
2006-10-05Zap more dead dot1x code.Marcus Glocker
ok claudio@
2006-10-05Zap dead dot1x routine pgt_update_hw_from_nodes(). There is some moreMarcus Glocker
dot1x stuff spreaded around which needs to be removed. ok claudio@
2006-10-05Remove obsolete ioctl command.Marcus Glocker
ok claudio@
2006-10-05Zap dead routine pgt_80211_set().Marcus Glocker
ok claudio@
2006-10-04Do 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-04Merge pgt_start_body() into pgt_start().Marcus Glocker
ok claudio@
2006-10-04Mini cleanup.Marcus Glocker
ok claudio@
2006-10-04Zap bad144 bad sector info in disklabels. Sparsely used if at all forKenneth 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-04Use loadfirmware(9) to get /etc/firmware/bnx instead of hard-coding aTheo de Raadt
gigantic firmware into the kernel; checked by brad
2006-10-03add in a missing piece of the ASIX AX88190 chipset workaround to dp8390_init().Brad Smith
2006-10-03Simplify the code dealing with the mbuf chain in dp8390_get().Brad Smith
From bad@ & mycroft@ NetBSD Tested by nick@
2006-10-03Introduce daddr64_t and use it for physical block numbersPedro Martelletto
Okay weingart@, "I'm game with putting my name on it" dlg@