aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* correct output byte count statistic collectionSam Leffler2003-03-111-2/+3
* Remove bogus UNLOCK in if_wi.c. Since we no longer WILOCK() in theWarner Losh2003-03-111-3/+1
* Add _HID of IrDA module and Pen tablet onTakanori Watanabe2003-03-111-0/+2
* Make uhci_waitintr() robust to interrupts being enabled, even thoughIan Dowse2003-03-111-4/+3
* Quirk for Pentax Optio 230 USB camera. Note that other products probablyNate Lawson2003-03-111-0/+5
* usbdevs entry for Asahi Optical OPTIO 230 digital camera. Regen.Nate Lawson2003-03-113-0/+12
* Update Radeon PCI IDs and naming from pciids.sf.net.Eric Anholt2003-03-111-26/+28
* Remove the enclose_print() call, it is already called from ata-disk.cSøren Schmidt2003-03-101-1/+0
* Dont use r_bmio on Cyrix chips if not set from BIOS.Søren Schmidt2003-03-101-2/+5
* Add a a sysctl, hw.kbd.keymap_restrict_change, which acts a bitDavid Malone2003-03-091-0/+144
* Fix device freeze to reduce output packet size.Shunsuke Akiyama2003-03-091-4/+33
* Fix page fault with FTDI's USB serial device.Shunsuke Akiyama2003-03-091-4/+23
* Fix duplicate sc_dying usage.Shunsuke Akiyama2003-03-092-13/+8
* Add missing module dependency.Shunsuke Akiyama2003-03-092-0/+2
* Note that MAJOR_AUTO is now the default if d_maj is not initialized. ThisPoul-Henning Kamp2003-03-092-2/+0
* Update the DRM to latest from DRI CVS. This is approximately the versionEric Anholt2003-03-0951-5808/+6100
* Correct names for fxp devices. Sort data by devid inJohn Polstra2003-03-081-20/+20
* Allocate the devstat structure with devstat_new_entry().Poul-Henning Kamp2003-03-084-18/+13
* Centralize the devstat handling for all GEOM disk device driversPoul-Henning Kamp2003-03-0842-155/+16
* - improve timeout handling in fwmem.cHidetoshi Shimokawa2003-03-072-14/+22
* aic79xx.c:Justin T. Gibbs2003-03-064-38/+46
* Add integer value of _CID handling.Takanori Watanabe2003-03-061-3/+33
* MFp4(simokawa_sbp)Hidetoshi Shimokawa2003-03-067-102/+193
* Finish driving a stake through the heart of netns and the associatedPeter Wemm2003-03-052-10/+0
* Retire some misleading comments and explain why we need to keep a copyDuncan Barclay2003-03-051-10/+8
* Back out last commit, which is fine in theory, but ignores the factOrion Hodson2003-03-053-7/+7
* Used correct aue_flags in ELECOM LD-USB/T and ELECOM LD-USB/TX.Takeshi Shibagaki2003-03-051-2/+2
* Fixed an issue which transfer no packets in combination with aue driver.Takeshi Shibagaki2003-03-051-2/+5
* Make TTYHOG tunable.David Schultz2003-03-054-0/+6
* Attempt a hard reset if AC97 codec is not ready on attach.Orion Hodson2003-03-052-20/+27
* Set ldesc after dbch->ndesc has initialized.Hidetoshi Shimokawa2003-03-051-3/+2
* Update netisr handling; Each SWI now registers its queue, and all queueJonathan Lemon2003-03-047-35/+11
* 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