Age | Commit message (Collapse) | Author | |
---|---|---|---|
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@ | |||
2006-10-03 | make sure to call SLIST_INIT on sc->rx_freelist. | Damien Bergamini | |
sanity check length field in RX descriptors. | |||
2006-10-03 | don'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-03 | Enable altq in acx(4) the tx path is already handling all cases correctly. | Claudio Jeker | |
OK mglocker@ | |||
2006-10-03 | Do not use IF_PREPEND. Instead use IFQ_POLL and IFQ_DEQUEUE. This should | Claudio Jeker | |
"fix" altq. OK mglocker@ | |||
2006-10-02 | Zap unused MLME routines. Probably they were just used in WPA mode. | Marcus Glocker | |
ok claudio@ | |||
2006-10-02 | Simplify device attachment. From brad@ with a tiny correction. | Marcus Glocker | |
2006-10-02 | sync the ServerWorks ids. | Brad Smith | |
2006-10-02 | regen | Brad Smith | |
2006-10-02 | revert this change. after a little more digging I found some conflicting | Brad 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-02 | regen | Brad Smith | |
2006-10-02 | gah. ensure the entries are unique. | Brad Smith | |
2006-10-02 | add the ServerWorks PCIe bridge ids and correct an unknown ServerWorks | Brad 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-02 | remove variable we do not need | Theo de Raadt | |
2006-10-02 | do not bother to read the esr and isr registers in the status routine just | Brad Smith | |
to end up not using the information read. | |||
2006-10-02 | return EINVAL for the Gig manual media types when attached to a | Brad Smith | |
Fast Ethernet PHY. | |||
2006-10-02 | enable bnx firmware builds | Theo de Raadt | |
2006-10-02 | actually put all the require firmware bits into the file | Theo de Raadt | |
2006-10-02 | new structure for the firmware blob; ok brad | Theo de Raadt | |
2006-10-02 | move the checksum stuff under IXGB_CSUM_OFFLOAD. | Brad Smith | |
2006-10-01 | Make monitor mode work by prepending the right kind headers and fixing the | Claudio Jeker | |
channel selection code. Joint work with mglocker@, OK mglocker@ | |||
2006-10-01 | Get rid of this strange pgt_data_frame which is unused. Nice side-effect is | Claudio Jeker | |
an easier to read pgt_datarx_completion. OK mglocker@ | |||
2006-10-01 | zap maestro_reg.h, since it's only used in the kernel. | Marc Espie | |
okay deraadt@ | |||
2006-10-01 | Kill some #if 0 code. OK mglocker@ | Claudio Jeker | |
2006-10-01 | Set ic_max_rssi to 255 the rssi value returned by the card is a u_int8_t | Claudio Jeker | |
and mglocker@ and I both have seen values up to 240. OK mglocker@ | |||
2006-10-01 | fix dmesg line wrapping; this was fallout from shortening the ne(4) dmesg | Brad Smith | |
printing. reported/tested by and okay nick@ | |||
2006-10-01 | pack several boolean fields into the existing bge_flags field. | Brad Smith | |
2006-10-01 | initial pieces for the 88E3082 Fast Ethernet PHY. untested at the moment. | Brad Smith | |
2006-10-01 | add a few new Marvell ids. | Brad Smith | |
2006-10-01 | regen | Brad Smith | |
2006-10-01 | add a few new Marvell ids. | Brad Smith | |
2006-10-01 | Don't reuse bus lock for locking sensor task thread. Use a | Alexander Yurchenko | |
separate lock. | |||
2006-10-01 | Protect sensor_task_unregister() with some locking. | Alexander Yurchenko | |
2006-10-01 | add 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-01 | regen | Brad Smith | |