summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2006-10-10add two Pericom PCI bridges.Brad Smith
2006-10-10Add bus_space_barrier.Brad Smith
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
2006-10-09The mickey (/brad) jumbo allocation avoidance patch triggers the sameTheo de Raadt
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
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
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
2006-10-08- g/c unused code.Brad Smith
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
2006-10-06Fix cardbus support for pgt(4). Tested with a Netgear WG511.Marcus Glocker
2006-10-06fix an exploitable integer overflow found by Chris Evans of GoogleDamien Miller
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
2006-10-05Zap more dead dot1x code.Marcus Glocker
2006-10-05Zap dead dot1x routine pgt_update_hw_from_nodes(). There is some moreMarcus Glocker
2006-10-05Remove obsolete ioctl command.Marcus Glocker
2006-10-05Zap dead routine pgt_80211_set().Marcus Glocker
2006-10-04Do not assume that the pci(4) unit number matches the actual PCI bus number.Mark Kettenis
2006-10-04Merge pgt_start_body() into pgt_start().Marcus Glocker
2006-10-04Mini cleanup.Marcus Glocker
2006-10-04Zap bad144 bad sector info in disklabels. Sparsely used if at all forKenneth R Westerback
2006-10-04Use loadfirmware(9) to get /etc/firmware/bnx instead of hard-coding aTheo de Raadt
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
2006-10-03Introduce daddr64_t and use it for physical block numbersPedro Martelletto
2006-10-03make sure to call SLIST_INIT on sc->rx_freelist.Damien Bergamini
2006-10-03don't use IF_PREPEND() on altq's.Damien Bergamini
2006-10-03Enable altq in acx(4) the tx path is already handling all cases correctly.Claudio Jeker
2006-10-03Do not use IF_PREPEND. Instead use IFQ_POLL and IFQ_DEQUEUE. This shouldClaudio Jeker
2006-10-02Zap unused MLME routines. Probably they were just used in WPA mode.Marcus Glocker
2006-10-02Simplify device attachment. From brad@ with a tiny correction.Marcus Glocker
2006-10-02sync the ServerWorks ids.Brad Smith
2006-10-02regenBrad Smith
2006-10-02revert this change. after a little more digging I found some conflictingBrad Smith
2006-10-02regenBrad Smith
2006-10-02gah. ensure the entries are unique.Brad Smith