summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Collapse)Author
2005-03-09syncTheo de Raadt
2005-03-09a long cable usb repeater...Theo de Raadt
2005-03-08also display the correct priority on sparc64 when failing to registerMartin Reindl
an interrupt ok miod@ deraadt@
2005-03-08When failing to register an interrupt, display the correct priority on sparc64.Miod Vallat
ok cloder@ martin@
2005-03-08Cosmetics...Thierry Deval
Mainly remove space between locators parens, replace spaces with tabs where appropriate and consistently align dependencies.
2005-03-08only print if we hit the via quirk timeout when debuggingDavid Gwynne
ok pascoe@
2005-03-08add support for the new firmwares and the devices that use themDavid Gwynne
2005-03-08regenDavid Gwynne
2005-03-08even more atuDavid Gwynne
2005-03-08fix a typoDavid Gwynne
2005-03-08make and install some extra firmwaresDavid Gwynne
"just do it" deraadt@
2005-03-08lots of new devices found in a linux driverDavid Gwynne
2005-03-08regenDavid Gwynne
2005-03-08add (lots of) extra devices for atu found in a linux driverDavid Gwynne
ok jsg@
2005-03-08Initialise the alternate next pointer in the queue head with EHCI_NULL, notChristopher Pascoe
zero. The host controller should, in theory, never follow this pointer, but it is a minor spec violation. ok dlg@
2005-03-08From FreeBSD rev1.30:Christopher Pascoe
- always initialise the pipe multiplier to a valid value - do not unchain the the interrupt QHs immediately after initialisation ok dlg@
2005-03-07- Match PGI,tvthree (similar frame buffer capacities)Miod Vallat
- Correctly handle invalid freqcode position 6.
2005-03-07print ASIC ID in hex too incase only the "superclass" of the ASIC isBrad Smith
recognized.
2005-03-07Do not bother passing the blanking routine to fbwscons_console_init(),Miod Vallat
as fbwscons_attach() can find it on its own.
2005-03-07regenXavier Santolaria
2005-03-07+ GeForce FX Go 5200 found in latest powerbook 12"; ok deraadt@.Xavier Santolaria
2005-03-07more firmwares for atu. not hooked up to the builds till they are needed.David Gwynne
2005-03-07Enable basic big-endian operation. i.e. now works on some big-endianKenneth R Westerback
machines (macppc) but not others (sparc64). No-op for little-endian architectures. Diff from NetBSD with tweaks by drahn@. ok brad@
2005-03-07syncTheo de Raadt
2005-03-07new netmos parallel puc; pawel@rogocz.comTheo de Raadt
2005-03-07Ignore XactErr status if the host controller also indicates that theChristopher Pascoe
transaction completed successfully on retry. ok dlg@
2005-03-07Add a workaround for VIA EHCI controllers which, under load, signal qTDChristopher Pascoe
completion before they have performed writeback from the overlay qTD. This condition would exhibit itself as a umass stall that never recovers. ok dlg@
2005-03-06Untested support for I-O DATA WN-B11/CFZ.Jonathan Gray
Documentation to follow if I get a report of it working.
2005-03-06regenJonathan Gray
2005-03-06I-O DATA WN-B11/CFZJonathan Gray
2005-03-06Missing argument to printf(); pat@Miod Vallat
2005-03-06Wait for the bulk transfer to complete before returning if we are in polledChristopher Pascoe
mode. ok dlg@
2005-03-06ohci_rhsc_enable calls usb_transfer_complete via ohci_rhsc - we need to beChristopher Pascoe
at splusb, not splsoftclock. ok dlg@
2005-03-06Fix incorrect comment about interrupt threshold control level.Christopher Pascoe
ok dlg@
2005-03-06In [eo]hci_waitintr, xfer->timeout is in ms, not hz.Christopher Pascoe
ok dlg@
2005-03-05Clean up the tree from incomplete, unreliable and unsupported IEEE1394 code.Thierry Deval
Ok deraadt@, miod@
2005-03-05regenJun-ichiro itojun Hagino
2005-03-05OQO/0003 is bluetooth interfaceJun-ichiro itojun Hagino
2005-03-05Now that xbox sort-of works on sparc64, port the cgtwelve driver, sinceMiod Vallat
the only way to connect it to a sparc64 machine is via an xbox device.
2005-03-05Preliminary xbox support: attaches, memory mapping and interrupts work, butMiod Vallat
DMA transfers are not implemented yet, and are disabled (which causes drivers to SBus cards on the xbox to fail to attach). In practice, this allows frame buffers to work, maybe more devices; DMA support will be worked on in the near future.
2005-03-04Bring in a number of reliability fixes from FreeBSD' rl(4) driver.Brad Smith
rev's 1.147, 1.134, 1.93, 1.81, 1.72, 1.71 Tested by uwe@ robert@ jsg@ and a few others
2005-03-04Fix a variable name in a comment; from Clint <cruoho@gmail.com>; ok tdeval@Robert Nagy
2005-03-04Put the dmamap for a transmission at the correct array index. Fixes aKenneth R Westerback
crash on sparc64. From FreeBSD.
2005-03-03improve radiotap support, fix some minor bugs.Reyk Floeter
2005-03-03addtion of a generic function for allocating beacons: ieee80211_beacon_alloc().Damien Bergamini
ok jsg@, reyk@, dlg@
2005-03-03sort devices and remove a duplicateDavid Gwynne
2005-03-03properly implement hardware wep support. mostly done by jesse off withDavid Gwynne
some minor cleanup by me
2005-03-03some mbuf handling fixes from netbsdDavid Gwynne
2005-03-03Sync a few comments with reality.Miod Vallat
2005-03-03OQO model 01 internal wireless. help from many, ok by dlgJun-ichiro itojun Hagino