summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Collapse)Author
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@
2006-10-03make sure to call SLIST_INIT on sc->rx_freelist.Damien Bergamini
sanity check length field in RX descriptors.
2006-10-03don't use IF_PREPEND() on altq's.Damien Bergamini
use IFQ_POLL()/IFQ_DEQUEUE() logic instead as described in altq(4). tested by jolan@ on macppc "diffs look ok" brad@
2006-10-03Enable altq in acx(4) the tx path is already handling all cases correctly.Claudio Jeker
OK mglocker@
2006-10-03Do not use IF_PREPEND. Instead use IFQ_POLL and IFQ_DEQUEUE. This shouldClaudio Jeker
"fix" altq. OK mglocker@
2006-10-02Zap unused MLME routines. Probably they were just used in WPA mode.Marcus Glocker
ok claudio@
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
information. I'm not really sure if this is a compat mode id or not. so just revert back to SATA and label it with the chipset it comes from.
2006-10-02regenBrad Smith
2006-10-02gah. ensure the entries are unique.Brad Smith
2006-10-02add the ServerWorks PCIe bridge ids and correct an unknown ServerWorksBrad Smith
SATA entry; it seems this id is the HT-1000 SATA controller but in an IDE compat mode depending on a BIOS setting.
2006-10-02remove variable we do not needTheo de Raadt
2006-10-02do not bother to read the esr and isr registers in the status routine justBrad Smith
to end up not using the information read.
2006-10-02return EINVAL for the Gig manual media types when attached to aBrad Smith
Fast Ethernet PHY.
2006-10-02enable bnx firmware buildsTheo de Raadt
2006-10-02actually put all the require firmware bits into the fileTheo de Raadt
2006-10-02new structure for the firmware blob; ok bradTheo de Raadt
2006-10-02move the checksum stuff under IXGB_CSUM_OFFLOAD.Brad Smith
2006-10-01Make monitor mode work by prepending the right kind headers and fixing theClaudio Jeker
channel selection code. Joint work with mglocker@, OK mglocker@
2006-10-01Get rid of this strange pgt_data_frame which is unused. Nice side-effect isClaudio Jeker
an easier to read pgt_datarx_completion. OK mglocker@
2006-10-01zap maestro_reg.h, since it's only used in the kernel.Marc Espie
okay deraadt@
2006-10-01Kill some #if 0 code. OK mglocker@Claudio Jeker
2006-10-01Set ic_max_rssi to 255 the rssi value returned by the card is a u_int8_tClaudio Jeker
and mglocker@ and I both have seen values up to 240. OK mglocker@
2006-10-01fix dmesg line wrapping; this was fallout from shortening the ne(4) dmesgBrad Smith
printing. reported/tested by and okay nick@
2006-10-01pack several boolean fields into the existing bge_flags field.Brad Smith
2006-10-01initial pieces for the 88E3082 Fast Ethernet PHY. untested at the moment.Brad Smith
2006-10-01add a few new Marvell ids.Brad Smith
2006-10-01regenBrad Smith
2006-10-01add a few new Marvell ids.Brad Smith
2006-10-01Don't reuse bus lock for locking sensor task thread. Use aAlexander Yurchenko
separate lock.
2006-10-01Protect sensor_task_unregister() with some locking.Alexander Yurchenko
2006-10-01add the PCI ids for the BCM5722, BCM5756, BCM5906 and BCM5906M chipsets.Brad Smith
the BCM5906/BCM5906M ids are not enabled for now; these chips are quite a bit different from the others and are currently unsupported.
2006-10-01regenBrad Smith