summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Make this compile.ru2007-06-091-1/+1
* Expand USB_ATTACH_SETUP inline + devinfo tweaksimp2007-06-091-2/+3
* Remove devinfo junk.imp2007-06-0914-170/+11
* Remove lots of extra junk:imp2007-06-091-114/+2
* Kill devinfo stuff. It is no longer needed.imp2007-06-095-43/+2
* Kill USB_MATCH_SETUP, since this is the only place it was used in the tree.imp2007-06-091-8/+2
* Try to set the data multiplexed feature, but don't care if there's animp2007-06-091-46/+28
* The devinfo stuff has been moved up into the parent bus. There's noimp2007-06-099-53/+4
* Cleanup messages printed on attach. Since the description gets set toimp2007-06-081-31/+13
* Don't cast the command argument to ether_ioctl() to an int since its not andwhite2007-06-081-1/+1
* Timestamp after sent.simokawa2007-06-082-4/+4
* Don't invalidate dcons buffer on shutdown.simokawa2007-06-081-0/+2
* Fix a race after a bus reset.simokawa2007-06-082-14/+16
* Add the address of IDT in the configuration ROM. (i386/amd64 only)simokawa2007-06-082-0/+27
* gcc 4.2 thinks that tupleid is uninitialized. Or might be usedimp2007-06-081-1/+1
* Replace breakpoint() with kdb_enter().simokawa2007-06-081-2/+2
* - Fixed a problem that caused autonegotiation failures.davidch2007-06-081-1/+5
* Propagae volatile qualifier.mjacob2007-06-081-1/+1
* Fix preprocessor code to check for a symbol being defined prior to checkingmjacob2007-06-081-1/+1
* Carry volatile type in cast so gcc 4.2 will be happy.mjacob2007-06-081-1/+1
* Quiet GCC 4.2 warning.mjacob2007-06-081-1/+1
* Remove the __inline qualifier from a function which is in fact not anmjacob2007-06-081-1/+1
* Include now unused var within #if 0 where it come back if the othermjacob2007-06-081-0/+2
* Remove assignment to uninitialized variable that wasn't then used anyway.mjacob2007-06-081-2/+0
* Poll bus resets on FireWire while kdb/gdb is active.simokawa2007-06-083-0/+19
* Add a tunable hw.firewire.phydma_enable.simokawa2007-06-073-6/+19
* Remove compat ifdefs for version < 500014 from the rest of the USB files.brueffer2007-06-0714-69/+0
* Calculate the correct PCI BAR for the Timedia based serial cards. Thepeter2007-06-071-1/+1
* Fix spaces introduced in last commitimp2007-06-071-14/+14
* New Features:davidch2007-06-072-410/+412
* New features:davidch2007-06-073-179/+497
* The maxsegsz of a dma tag created in de(4) is TULIP_DATA_PER_DESC bytes.yongari2007-06-071-1/+1
* -axe p_ih from struct puc_port cause it was uselesspiso2007-06-061-8/+4
* Fix a typo to make this file compilegallatin2007-06-061-1/+1
* update copyrights to 2007 and convert to be 2-clause bsd-onlysam2007-06-069-74/+11
* MFp4: MPSAFE firewire stack.simokawa2007-06-0614-497/+849
* Add support IC Plus IP101 10/100 PHY that is found on nVidia networkyongari2007-06-061-0/+1
* Add IC Plus IP101 PHYyongari2007-06-061-0/+1
* Add support Vitesse VSC8601 PHY that is found on nVidia networkyongari2007-06-062-0/+30
* Add OUI for Vitesse Semiconductor.yongari2007-06-061-0/+2
* Add more IDs for the uftdi driver. Slight tweaks to patch by me.imp2007-06-052-1/+17
* - Do triple reads on reset register to detect read register bug. 2 readsariff2007-06-051-12/+15
* Fix (enable) phone out for laptops with ALC655, specificallyariff2007-06-051-0/+9
* MFp4: When querying the operating condition of SD cards (using theimp2007-06-051-1/+1
* Use pmap_change_attr() to setup a write combine attribute for ourgallatin2007-06-051-1/+14
* Satisfy witness during shutdownscottl2007-06-051-0/+2
* Commit 14/14 of sched_lock decomposition.jeff2007-06-052-8/+8
* - Change comments and asserts to reflect the removal of the globaljeff2007-06-041-2/+2
* Despite several examples in the kernel, the third argument ofdwmalone2007-06-0417-37/+37
* Add in a couple of things:ambrisko2007-06-042-19/+33
OpenPOWER on IntegriCloud