aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Complete an initialization to make gcc 4.2 happy.Matt Jacob2007-06-101-0/+1
* Initialize devname.Matt Jacob2007-06-101-0/+2
* Make this compile.Ruslan Ermilov2007-06-091-1/+1
* Expand USB_ATTACH_SETUP inline + devinfo tweaksWarner Losh2007-06-091-2/+3
* Remove devinfo junk.Warner Losh2007-06-0914-170/+11
* Remove lots of extra junk:Warner Losh2007-06-091-114/+2
* Kill devinfo stuff. It is no longer needed.Warner Losh2007-06-095-43/+2
* Kill USB_MATCH_SETUP, since this is the only place it was used in the tree.Warner Losh2007-06-091-8/+2
* Try to set the data multiplexed feature, but don't care if there's anWarner Losh2007-06-091-46/+28
* The devinfo stuff has been moved up into the parent bus. There's noWarner Losh2007-06-099-53/+4
* Cleanup messages printed on attach. Since the description gets set toWarner Losh2007-06-081-31/+13
* Don't cast the command argument to ether_ioctl() to an int since its not anDoug White2007-06-081-1/+1
* Timestamp after sent.Hidetoshi Shimokawa2007-06-082-4/+4
* Don't invalidate dcons buffer on shutdown.Hidetoshi Shimokawa2007-06-081-0/+2
* Fix a race after a bus reset.Hidetoshi Shimokawa2007-06-082-14/+16
* Add the address of IDT in the configuration ROM. (i386/amd64 only)Hidetoshi Shimokawa2007-06-082-0/+27
* gcc 4.2 thinks that tupleid is uninitialized. Or might be usedWarner Losh2007-06-081-1/+1
* Replace breakpoint() with kdb_enter().Hidetoshi Shimokawa2007-06-081-2/+2
* - Fixed a problem that caused autonegotiation failures.David Christensen2007-06-081-1/+5
* Propagae volatile qualifier.Matt Jacob2007-06-081-1/+1
* Fix preprocessor code to check for a symbol being defined prior to checkingMatt Jacob2007-06-081-1/+1
* Carry volatile type in cast so gcc 4.2 will be happy.Matt Jacob2007-06-081-1/+1
* Quiet GCC 4.2 warning.Matt Jacob2007-06-081-1/+1
* Remove the __inline qualifier from a function which is in fact not anMatt Jacob2007-06-081-1/+1
* Include now unused var within #if 0 where it come back if the otherMatt Jacob2007-06-081-0/+2
* Remove assignment to uninitialized variable that wasn't then used anyway.Matt Jacob2007-06-081-2/+0
* Poll bus resets on FireWire while kdb/gdb is active.Hidetoshi Shimokawa2007-06-083-0/+19
* Add a tunable hw.firewire.phydma_enable.Hidetoshi Shimokawa2007-06-073-6/+19
* Remove compat ifdefs for version < 500014 from the rest of the USB files.Christian Brueffer2007-06-0714-69/+0
* Calculate the correct PCI BAR for the Timedia based serial cards. ThePeter Wemm2007-06-071-1/+1
* Fix spaces introduced in last commitWarner Losh2007-06-071-14/+14
* New Features:David Christensen2007-06-072-410/+412
* New features:David Christensen2007-06-073-179/+497
* The maxsegsz of a dma tag created in de(4) is TULIP_DATA_PER_DESC bytes.Pyun YongHyeon2007-06-071-1/+1
* -axe p_ih from struct puc_port cause it was uselessPaolo Pisati2007-06-061-8/+4
* Fix a typo to make this file compileAndrew Gallatin2007-06-061-1/+1
* update copyrights to 2007 and convert to be 2-clause bsd-onlySam Leffler2007-06-069-74/+11
* MFp4: MPSAFE firewire stack.Hidetoshi Shimokawa2007-06-0614-496/+848
* Add support IC Plus IP101 10/100 PHY that is found on nVidia networkPyun YongHyeon2007-06-061-0/+1
* Add IC Plus IP101 PHYPyun YongHyeon2007-06-061-0/+1
* Add support Vitesse VSC8601 PHY that is found on nVidia networkPyun YongHyeon2007-06-062-0/+30
* Add OUI for Vitesse Semiconductor.Pyun YongHyeon2007-06-061-0/+2
* Add more IDs for the uftdi driver. Slight tweaks to patch by me.Warner Losh2007-06-052-1/+17
* - Do triple reads on reset register to detect read register bug. 2 readsAriff Abdullah2007-06-051-12/+15
* Fix (enable) phone out for laptops with ALC655, specificallyAriff Abdullah2007-06-051-0/+9
* MFp4: When querying the operating condition of SD cards (using theWarner Losh2007-06-051-1/+1
* Use pmap_change_attr() to setup a write combine attribute for ourAndrew Gallatin2007-06-051-1/+14
* Satisfy witness during shutdownScott Long2007-06-051-0/+2
* Commit 14/14 of sched_lock decomposition.Jeff Roberson2007-06-052-8/+8
* - Change comments and asserts to reflect the removal of the globalJeff Roberson2007-06-041-2/+2