summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Add id for TI's 1394b link chip.simokawa2003-06-042-0/+5
* Don't call sbp_do_attach() recursively after agent resetsimokawa2003-06-031-1/+1
* Allocate zeroed space for fwdev.simokawa2003-06-031-1/+2
* Open fwmem device exclusively.simokawa2003-06-031-0/+5
* Update MPILIB from code received from LSI. Make changes in the rest ofmjacob2003-06-039-159/+519
* Don't deregister the kld on resetconfig, only when we're really readygrog2003-06-031-3/+3
* When scanning for changed containers, don't assume that the controllerscottl2003-06-031-7/+10
* Add support for generic PMCICA ATA CARDimp2003-06-031-0/+1
* Sync to 1.51imp2003-06-031-1/+4
* Add another PCMCIA IDE CARDimp2003-06-031-0/+1
* Redo locking for better SMP suport:sam2003-06-021-15/+18
* Redo locking for proper SMP operation:sam2003-06-022-52/+50
* Further devilification of CCD:phk2003-06-021-86/+87
* Begin deevilification of CCD:phk2003-06-021-1/+56
* Use __FBSDID().obrien2003-06-025-11/+17
* Remove unused #ifdef BRIDGE.maxim2003-06-021-5/+0
* Replace if_fxp's handrolled defrag function with m_defrag.silby2003-06-021-14/+3
* Change a :mux2003-06-011-1/+1
* - Style(9) fixes, most notably :mux2003-06-011-535/+365
* Restore parentheses removed inappropriately in last commit.mjacob2003-06-011-2/+3
* Add (but do not connect) a half-finished driver for Aureal Vortex cards.des2003-06-012-0/+811
* Remove break after return.phk2003-06-011-1/+1
* Don't leak "barlist" allocation on failure.phk2003-06-011-0/+4
* Use SC_NO_CUTPASTE to protect cutpaste variables correctly, fixing thejmallett2003-06-011-2/+4
* wrap macro in do {...} while(0)phk2003-05-311-2/+2
* Remove unused variable(s).phk2003-05-311-11/+2
* Remove unused variable(s).phk2003-05-311-2/+0
* Eliminate mostly unused local variable.phk2003-05-311-5/+2
* Add /* FALLTHROUGH */phk2003-05-312-7/+7
* Fix indentationphk2003-05-311-12/+13
* Remove unused variable(s).phk2003-05-311-4/+2
* Remove return after goto.phk2003-05-311-2/+0
* Remove unused variable(s).phk2003-05-311-9/+0
* Put definition of struct svr4_sockcache_entry in a .h file rather thanphk2003-05-311-10/+1
* Remove unused variable(s).phk2003-05-311-4/+0
* Remove break after returnphk2003-05-311-4/+0
* Remove unused variable(s).phk2003-05-311-6/+2
* Remove break after return;phk2003-05-311-7/+0
* Remove break after returnphk2003-05-311-5/+0
* Remove unused variables.phk2003-05-311-7/+0
* Remove now unused pointer to etherheader.phk2003-05-311-2/+0
* Remove unused variablesphk2003-05-312-6/+5
* Remove unnecessary breaks.phk2003-05-319-21/+1
* Move some FALLTHROUGH comments so they work.phk2003-05-312-7/+6
* Don't define memcpy() to bcopy() and in particular not memset() tophk2003-05-311-3/+0
* Fix indentation.phk2003-05-311-1/+1
* Do not define memset() to bzero(). We have a memset().phk2003-05-311-2/+0
* Fix indentation.phk2003-05-311-2/+2
* Fix off-by-one error in range check of VC index.phk2003-05-311-1/+1
* Remove extra ';'phk2003-05-311-2/+2
OpenPOWER on IntegriCloud