Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-09-28 | Provide more info in error messages so we can see what's going | Alexander Yurchenko | |
on. And some cosmetics in debug messages while here. | |||
2006-09-28 | Add cardbus support for pgt(4). | Marcus Glocker | |
We are still looking for PrismGT cardbus devices for testing. One common model should be the Netgear WG511 v1/v2 made in Taiwan. ok deraadt@ | |||
2006-09-27 | - do not bother printing the attach error message from the attach hook | Brad Smith | |
if pgt_attach() fails. - remove pgt_disable/pgt_reboot from the pgt_attach error path, just return for now. ok mglocker@ | |||
2006-09-27 | Add remaining communication command codes and embedded parameter bits. | Alexander Yurchenko | |
2006-09-27 | Implement 1-wire byte read/write. | Alexander Yurchenko | |
2006-09-27 | Move bulk-in transfer to the separate function. | Alexander Yurchenko | |
2006-09-27 | Allocate xfer for bulk transfers only once on attach. | Alexander Yurchenko | |
2006-09-27 | Protect detach function with splusb. | Alexander Yurchenko | |
Call usbd_abort_pipe before closing pipe. | |||
2006-09-27 | Add missing <sys/device.h>. | Alexander Yurchenko | |
2006-09-27 | Add Maxim/Dallas DS2490 USB 1-Wire adapter driver. | Alexander Yurchenko | |
2006-09-27 | regen | Jonathan Gray | |
2006-09-27 | Add another two Vitesse PHYs, one from jmc's nfe(4), one from an | Jonathan Gray | |
axe(4) I have. | |||
2006-09-27 | add missing sys/device.h header. | Brad Smith | |
2006-09-27 | fix the use of LIST_INSERT_HEAD in [m]sk_alloc_jumbo_mem(). | Brad Smith | |
2006-09-26 | update the comment for bge_chipinit(). | Brad Smith | |
2006-09-26 | re-enable I2C_VERBOSE | Jonathan Gray | |
ok deraadt@ | |||
2006-09-26 | Zap D_REMOVABLE flag from disklabel. If you didn't already know that | Kenneth R Westerback | |
floppies and cd's were removable, displaying that fact in disklabel output was unlikely to help. And the display in disklabel was the only use of D_REMOVABLE in the tree. ok marco@ | |||
2006-09-26 | Start to get HostAP mode working for pgt(4). Works at the first try, | Marcus Glocker | |
but surely needs more testing and some more modifications. | |||
2006-09-26 | regen | Matthieu Herrb | |
2006-09-26 | add GeForce 7300 GT, ok deraadt@ | Matthieu Herrb | |
2006-09-26 | Set sk_jumbo_buf to NULL if malloc() fails in the for loop within | Brad Smith | |
[m]sk_alloc_jumbo_mem(). | |||
2006-09-26 | do not alloc jumbo buffers (3.5m per iface) and also do not allow card to ↵ | Michael Shalayeff | |
receive large frames until mtu is set to higher value (later piece from brad); brad@ ok | |||
2006-09-26 | Get HostAP mode working and fix IBSS tweaks. From DragonFly driver. | Marcus Glocker | |
Tested by claudio and me so far. ok jsg@ | |||
2006-09-26 | regen | Jonathan Gray | |
2006-09-26 | Match ELECOM LD-USB20 | Jonathan Gray | |
From redzonemiata at yahoo.co.jp via FreeBSD PR 86195 | |||
2006-09-26 | Shrink the number of matches done in piixsata_chip_map, | Jonathan Gray | |
no functional change. | |||
2006-09-26 | Move some duplicated debug code into its own function. | Jonathan Gray | |
2006-09-25 | add the new PCI ids. | Brad Smith | |
2006-09-25 | regen | Brad Smith | |
2006-09-25 | add PCI ids for the DLink DGE-550SX and some unknown Marvell Yukon | Brad Smith | |
chipsets. From the Linux sky2 driver in the mm kernel tree. | |||
2006-09-25 | well, this is embarrassing. | David Gwynne | |
it turns out a drivers detach code isnt called when the machine is shutting down, which meant my bits to stop bgrb and sync the cache werent being run. without those bits being run the filesystems on these controllers were never clean on reboot, so we'd always get an fsck. so now we provide a shutdown hook which does get run on shutdown to sync the cache properly. found by claudio@ | |||
2006-09-25 | enabling interrupts isnt a bug, so dont put XXX next to it. | David Gwynne | |
only ack the interrupts we deal with in the interrupt handler. use the correct macros when setting the interrupt mask. | |||
2006-09-24 | Eliminate D_CHAIN, D_ECC and D_RAMDISK flags from disklabel. They were | Kenneth R Westerback | |
not being used in the tree for anything obviously useful. Get it done early so we can find if there are non-obvious uses out there. ok deraadt@ beck@ | |||
2006-09-23 | sync | Marcus Glocker | |
2006-09-23 | Add TRENDnet TEW-429UB A. | Marcus Glocker | |
2006-09-23 | In pgt_media_status() also DPRINTF if the rate == 0. | Marcus Glocker | |
2006-09-23 | Update media state correctly. | Marcus Glocker | |
ok claudio@ | |||
2006-09-22 | variant of Socket 10/100 CF+ ethernet card. | Federico G. Schwindt | |
from Andrew Smith (asmith at tranquility dot fsbusiness dot co dot uk) | |||
2006-09-22 | regen | Brad Smith | |
2006-09-22 | add a few more Intel 5000 series and 6321ESB chipset PCI ids. | Brad Smith | |
2006-09-22 | add the Marvell Yukon 88E8056 PCI id | Brad Smith | |
2006-09-22 | regen | Brad Smith | |
2006-09-22 | - add the Marvell Yukon 88E8056 PCI id | Brad Smith | |
- YUKON_3 -> YUKON_8055 (Marvell Yukon 88E8055) | |||
2006-09-22 | regen | Steven Mestdagh | |
2006-09-22 | add new nvidia graphics card | Steven Mestdagh | |
ok mickey marco | |||
2006-09-22 | put a few printf's in the interrupt handler under VR_DEBUG. | Brad Smith | |
2006-09-22 | regen | Brad Smith | |
2006-09-22 | add the Corollary CCF and the PLX 8532 PCIE switch. | Brad Smith | |
2006-09-22 | add support for hotplugging devices on sas controllers. this is disabled | David Gwynne | |
for now until we deal more appropriately with events generated by other variants of mpi controllers. | |||
2006-09-21 | code for acking event notifications that require acks. | David Gwynne | |