aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Initialize the second buffer for mirroring to point to itself and not itsPoul-Henning Kamp2003-03-041-0/+1
* Fix printf warning on RELENG_4.Hidetoshi Shimokawa2003-03-041-0/+4
* Make nokqfilter() return the correct return value.Poul-Henning Kamp2003-03-0311-11/+11
* Simplify ORB queue management.Hidetoshi Shimokawa2003-03-031-26/+19
* Add a "-S sectorsize" option to enable Kirk to find a bug :-)Poul-Henning Kamp2003-03-031-1/+7
* Don't initialize d_kqfilter to 0.Poul-Henning Kamp2003-03-031-3/+1
* Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp2003-03-0374-991/+541
* Minor cleanup of the Promise code.Søren Schmidt2003-03-032-18/+22
* Always set the setmode funcptr.Søren Schmidt2003-03-033-1/+21
* Defer allowing async. requests after self ID's have received.Hidetoshi Shimokawa2003-03-031-7/+6
* Spell noread() and nowrite() correctly (ie: not "NULL")Poul-Henning Kamp2003-03-021-2/+2
* Don't use evil casts in cdevsw initialization.Poul-Henning Kamp2003-03-021-5/+13
* Use canonical format for cdevsw initialization.Poul-Henning Kamp2003-03-026-50/+79
* Use canonical format for cdevsw initilization.Poul-Henning Kamp2003-03-021-13/+13
* Use canonical name for cdevsw initialization.Poul-Henning Kamp2003-03-021-13/+13
* Use canonical form for cdevsw initialization.Poul-Henning Kamp2003-03-021-13/+13
* More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).Dag-Erling Smørgrav2003-03-0221-57/+57
* Put cdevsw initialization on canonical format.Poul-Henning Kamp2003-03-021-3/+14
* Fix cdevsw initialization commit to follow canonical format.Poul-Henning Kamp2003-03-021-1/+1
* Format the cdevsw like all other drivers do it for improved grepability.Poul-Henning Kamp2003-03-021-4/+13
* NO_GEOM cleanup:Poul-Henning Kamp2003-03-022-19/+1
* NO_GEOM cleanup:Poul-Henning Kamp2003-03-021-4/+4
* Fix 'bulk in' and 'bulk out' being reversed in a couple of error messages.Scott Long2003-03-021-2/+2
* Don't reset agent before processing OCB has done.Hidetoshi Shimokawa2003-03-011-6/+12
* Fix support for HPT controllers they where always left in PIO mode.Søren Schmidt2003-03-011-1/+1
* Make /dev/pci use MAJOR_AUTO.Stefan Eßer2003-03-011-0/+4
* The aac driver has evolved enough over the last few months that it noScott Long2003-03-015-126/+15
* Implement outgoing interrupt pipes. It is part of the USB 1.1 spec.John Hay2003-02-284-3/+90
* o Move vendor ids into separate table.Orion Hodson2003-02-281-62/+139
* ufm doesn't care what major it uses.Warner Losh2003-02-281-1/+1
* These appear to work as cardbus cards tooWarner Losh2003-02-282-0/+2
* NO_GEOM cleanup:Poul-Henning Kamp2003-02-282-39/+30
* Use MAJOR_AUTO. GC statically assigned majors.Jake Burkholder2003-02-282-6/+2
* aic79xx.c:Justin T. Gibbs2003-02-277-109/+255
* NO_GEOM cleanup:Poul-Henning Kamp2003-02-271-115/+42
* add 5801 and 5802 recognition (somehow lost in transition from openbsd)Sam Leffler2003-02-272-2/+9
* Zero cpi->target_sprt since atapi-cam does not support target mode. ThisNate Lawson2003-02-271-0/+1
* Remember to set if_capenable when setting up checksum offload in fxp_attach().Bill Paul2003-02-271-0/+1
* When DDB is in the kernel, unlock VTY switching so that weMaxime Henrion2003-02-271-0/+4
* Warns and lint fix. Nearly all trivial stuff.Mark Murray2003-02-271-7/+8
* Add yet a patch for the patchwork quilt called sio(4):Poul-Henning Kamp2003-02-271-0/+4
* Typo, I must have hit xZZ in vi(1).Poul-Henning Kamp2003-02-271-1/+1
* MFp4(simokawa_sbp branch)Hidetoshi Shimokawa2003-02-275-108/+310
* Make flags bit 0x10000 mean that PPS timestamping should use thePoul-Henning Kamp2003-02-271-2/+11
* Only use function 1 not 0 on cypress chips.Søren Schmidt2003-02-271-1/+3
* When we have found a chunk of memory that is large enough and have computedHartmut Brandt2003-02-271-1/+1
* Fix UDMA modes setup on CMD chips.Søren Schmidt2003-02-271-1/+1
* Add the ID for the CS4205 codec found in Dell laptops. Obtained fromScott Long2003-02-271-0/+1
* As previously threatened, add TCP/IP checksum offload support toBill Paul2003-02-263-10/+236
* NODEVFS cleanup:Poul-Henning Kamp2003-02-261-2/+3