summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* Dont use r_bmio on Cyrix chips if not set from BIOS.sos2003-03-101-2/+5
* Add a a sysctl, hw.kbd.keymap_restrict_change, which acts a bitdwmalone2003-03-091-0/+144
* Fix device freeze to reduce output packet size.akiyama2003-03-091-4/+33
* Fix page fault with FTDI's USB serial device.akiyama2003-03-091-4/+23
* Fix duplicate sc_dying usage.akiyama2003-03-092-13/+8
* Add missing module dependency.akiyama2003-03-092-0/+2
* Note that MAJOR_AUTO is now the default if d_maj is not initialized. Thisphk2003-03-092-2/+0
* Update the DRM to latest from DRI CVS. This is approximately the versionanholt2003-03-0951-5821/+6113
* Correct names for fxp devices. Sort data by devid injdp2003-03-081-20/+20
* Allocate the devstat structure with devstat_new_entry().phk2003-03-084-18/+13
* Centralize the devstat handling for all GEOM disk device driversphk2003-03-0842-155/+16
* - improve timeout handling in fwmem.csimokawa2003-03-072-14/+22
* aic79xx.c:gibbs2003-03-064-38/+46
* Add integer value of _CID handling.takawata2003-03-061-3/+33
* MFp4(simokawa_sbp)simokawa2003-03-067-102/+193
* Finish driving a stake through the heart of netns and the associatedpeter2003-03-052-10/+0
* Retire some misleading comments and explain why we need to keep a copydmlb2003-03-051-10/+8
* Back out last commit, which is fine in theory, but ignores the factorion2003-03-053-7/+7
* Used correct aue_flags in ELECOM LD-USB/T and ELECOM LD-USB/TX.shiba2003-03-051-2/+2
* Fixed an issue which transfer no packets in combination with aue driver.shiba2003-03-051-2/+5
* Make TTYHOG tunable.das2003-03-054-0/+6
* Attempt a hard reset if AC97 codec is not ready on attach.orion2003-03-052-20/+27
* Set ldesc after dbch->ndesc has initialized.simokawa2003-03-051-3/+2
* Update netisr handling; Each SWI now registers its queue, and all queuejlemon2003-03-047-35/+11
* Initialize the second buffer for mirroring to point to itself and not itsphk2003-03-041-0/+1
* Fix printf warning on RELENG_4.simokawa2003-03-041-0/+4
* Make nokqfilter() return the correct return value.phk2003-03-0311-11/+11
* Simplify ORB queue management.simokawa2003-03-031-26/+19
* Add a "-S sectorsize" option to enable Kirk to find a bug :-)phk2003-03-031-1/+7
* Don't initialize d_kqfilter to 0.phk2003-03-031-3/+1
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-0374-991/+541
* Minor cleanup of the Promise code.sos2003-03-032-18/+22
* Always set the setmode funcptr.sos2003-03-033-1/+21
* Defer allowing async. requests after self ID's have received.simokawa2003-03-031-7/+6
* Spell noread() and nowrite() correctly (ie: not "NULL")phk2003-03-021-2/+2
* Don't use evil casts in cdevsw initialization.phk2003-03-021-5/+13
* Use canonical format for cdevsw initialization.phk2003-03-026-50/+79
* Use canonical format for cdevsw initilization.phk2003-03-021-13/+13
* Use canonical name for cdevsw initialization.phk2003-03-021-13/+13
* Use canonical form for cdevsw initialization.phk2003-03-021-13/+13
* More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).des2003-03-0221-57/+57
* Put cdevsw initialization on canonical format.phk2003-03-021-3/+14
* Fix cdevsw initialization commit to follow canonical format.phk2003-03-021-1/+1
* Format the cdevsw like all other drivers do it for improved grepability.phk2003-03-021-4/+13
* NO_GEOM cleanup:phk2003-03-022-19/+1
* NO_GEOM cleanup:phk2003-03-021-4/+4
* Fix 'bulk in' and 'bulk out' being reversed in a couple of error messages.scottl2003-03-021-2/+2
* Don't reset agent before processing OCB has done.simokawa2003-03-011-6/+12
* Fix support for HPT controllers they where always left in PIO mode.sos2003-03-011-1/+1
* Make /dev/pci use MAJOR_AUTO.se2003-03-011-0/+4
OpenPOWER on IntegriCloud